🏨 Hotel Booking Enhancements: - Implemented Eagle Booking Advanced Pricing add-on - Added Booking.com-style rate management system - Created professional calendar interface for pricing - Integrated deals and discounts functionality 💰 Advanced Pricing Features: - Dynamic pricing models (per room, per person, per adult) - Base rates, adult rates, and child rates management - Length of stay discounts and early bird deals - Mobile rates and secret deals implementation - Seasonal promotions and flash sales 📅 Availability Management: - Real-time availability tracking - Stop sell and restriction controls - Closed to arrival/departure functionality - Minimum/maximum stay requirements - Automatic sold-out management 💳 Payment Integration: - Maintained Redsys payment gateway integration - Seamless integration with existing Eagle Booking - No modifications to core Eagle Booking plugin 🛠️ Technical Implementation: - Custom database tables for advanced pricing - WordPress hooks and filters integration - AJAX-powered admin interface - Data migration from existing Eagle Booking - Professional calendar view for revenue management 📊 Admin Interface: - Booking.com-style management dashboard - Visual rate and availability calendar - Bulk operations for date ranges - Statistics and analytics dashboard - Modal dialogs for quick editing 🔧 Code Quality: - WordPress coding standards compliance - Secure database operations with prepared statements - Proper input validation and sanitization - Error handling and logging - Responsive admin interface 🤖 Generated with Claude Code (https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
49 lines
1.5 KiB
Plaintext
49 lines
1.5 KiB
Plaintext
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: plugin-update-checker\n"
|
|
"POT-Creation-Date: 2017-11-24 17:02+0200\n"
|
|
"PO-Revision-Date: 2020-03-21 14:56-0400\n"
|
|
"Language-Team: \n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"X-Generator: Poedit 2.3\n"
|
|
"X-Poedit-Basepath: ..\n"
|
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
"X-Poedit-SourceCharset: UTF-8\n"
|
|
"X-Poedit-KeywordsList: __;_e;_x:1,2c;_x\n"
|
|
"Last-Translator: \n"
|
|
"Language: es_ES\n"
|
|
"X-Poedit-SearchPath-0: .\n"
|
|
|
|
#: Puc/v4p3/Plugin/UpdateChecker.php:395
|
|
msgid "Check for updates"
|
|
msgstr "Comprobar si hay actualizaciones"
|
|
|
|
#: Puc/v4p3/Plugin/UpdateChecker.php:548
|
|
#, php-format
|
|
msgctxt "the plugin title"
|
|
msgid "The %s plugin is up to date."
|
|
msgstr "El plugin %s está actualizado."
|
|
|
|
#: Puc/v4p3/Plugin/UpdateChecker.php:550
|
|
#, php-format
|
|
msgctxt "the plugin title"
|
|
msgid "A new version of the %s plugin is available."
|
|
msgstr "Una nueva versión del %s plugin está disponible."
|
|
|
|
#: Puc/v4p3/Plugin/UpdateChecker.php:552
|
|
#, php-format
|
|
msgctxt "the plugin title"
|
|
msgid "Could not determine if updates are available for %s."
|
|
msgstr "No se pudo determinar si hay actualizaciones disponibles para %s."
|
|
|
|
#: Puc/v4p3/Plugin/UpdateChecker.php:558
|
|
#, php-format
|
|
msgid "Unknown update checker status \"%s\""
|
|
msgstr "Estado del comprobador de actualización desconocido «%s»"
|
|
|
|
#: Puc/v4p3/Vcs/PluginUpdateChecker.php:95
|
|
msgid "There is no changelog available."
|
|
msgstr "No hay un registro de cambios disponible."
|