Plugin Directory

Changeset 2930037


Ignore:
Timestamp:
06/23/2023 10:12:35 AM (3 years ago)
Author:
roomcloud
Message:

version 2.0.16

Location:
roomcloud
Files:
2 edited
7 copied

Legend:

Unmodified
Added
Removed
  • roomcloud/tags/2.0.16/readme.txt

    r2791759 r2930037  
    44Tags: Roomcloud booking engine, distribution system, channel manager, internet reservation system, booking system, reservation system, booking plugin, hotel reservations, reservation plugin, online booking system
    55Requires at least: 4.0.1
    6 Tested up to: 5.8.1
     6Tested up to: 6.2.2
    77Requires PHP: 7
    8 Stable tag: 2.0.15
     8Stable tag: 2.0.16
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7676= 2.0.15 =
    7777fixed croatian dictionary bug
     78= 2.0.16 =
     79fixed hungarian dictionary bug
    7880
    7981== Frequently Asked Questions ==
  • roomcloud/tags/2.0.16/roomcloud.php

    r2791756 r2930037  
    155155
    156156    $dictionary["hu_adults"]="felnőttek";
    157     $dictionary["hu_adult"]="házasságtörés";
     157    $dictionary["hu_adult"]="felnőtt";
    158158    $dictionary["hu_children"]="gyermekek";
    159     $dictionary["hu_child"]="baba";
     159    $dictionary["hu_child"]="gyerek";
    160160    $dictionary["hu_rooms"]="szobák";
    161     $dictionary["hu_room"]="kamera";
    162     $dictionary["hu_add_room"]="kamera hozzáadása";
    163     $dictionary["hu_remove_room"]="távolítsa el a kamerát";
    164     $dictionary["hu_done"]="fatto";
     161    $dictionary["hu_room"]="szoba";
     162    $dictionary["hu_add_room"]="szoba hozzáadása";
     163    $dictionary["hu_remove_room"]="szoba törlése";
     164    $dictionary["hu_done"]="kész";
    165165    $dictionary["hu_promo_code"]="promóciós kód";
    166     $dictionary["hu_room_error"]="Kérjük, vegyen fel 1 személyt, vagy távolítsa el a szobát";
     166    $dictionary["hu_room_error"]="kérjük, adjon hozzá 1 főt, vagy törölje a szobát";
    167167    $dictionary["hu_checkin"]="check in";
    168168    $dictionary["hu_checkout"]="check out";
  • roomcloud/trunk/readme.txt

    r2791759 r2930037  
    44Tags: Roomcloud booking engine, distribution system, channel manager, internet reservation system, booking system, reservation system, booking plugin, hotel reservations, reservation plugin, online booking system
    55Requires at least: 4.0.1
    6 Tested up to: 5.8.1
     6Tested up to: 6.2.2
    77Requires PHP: 7
    8 Stable tag: 2.0.15
     8Stable tag: 2.0.16
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7676= 2.0.15 =
    7777fixed croatian dictionary bug
     78= 2.0.16 =
     79fixed hungarian dictionary bug
    7880
    7981== Frequently Asked Questions ==
  • roomcloud/trunk/roomcloud.php

    r2791756 r2930037  
    155155
    156156    $dictionary["hu_adults"]="felnőttek";
    157     $dictionary["hu_adult"]="házasságtörés";
     157    $dictionary["hu_adult"]="felnőtt";
    158158    $dictionary["hu_children"]="gyermekek";
    159     $dictionary["hu_child"]="baba";
     159    $dictionary["hu_child"]="gyerek";
    160160    $dictionary["hu_rooms"]="szobák";
    161     $dictionary["hu_room"]="kamera";
    162     $dictionary["hu_add_room"]="kamera hozzáadása";
    163     $dictionary["hu_remove_room"]="távolítsa el a kamerát";
    164     $dictionary["hu_done"]="fatto";
     161    $dictionary["hu_room"]="szoba";
     162    $dictionary["hu_add_room"]="szoba hozzáadása";
     163    $dictionary["hu_remove_room"]="szoba törlése";
     164    $dictionary["hu_done"]="kész";
    165165    $dictionary["hu_promo_code"]="promóciós kód";
    166     $dictionary["hu_room_error"]="Kérjük, vegyen fel 1 személyt, vagy távolítsa el a szobát";
     166    $dictionary["hu_room_error"]="kérjük, adjon hozzá 1 főt, vagy törölje a szobát";
    167167    $dictionary["hu_checkin"]="check in";
    168168    $dictionary["hu_checkout"]="check out";
Note: See TracChangeset for help on using the changeset viewer.