<?php
/**
 * Created by JetBrains PhpStorm.
 * User: admin
 * Date: 04/10/12
 * Time: 17:16
 * To change this template use File | Settings | File Templates.
 */
$mess = array(
    "1" => "Watch for...",
    "2" => "Be notified when this folder is accessed",
    "3" => "Stop watching",
    "4" => "Stop watching this folder for accesses",
    "5" => "Watch for...",
    "6" => "Watch this file for changes", // This string seems to be unused
    "7" => "Stop watching",
    "8" => "Stop watching this file for changes",
    "9" => "Consultation",
    "10"=> "Anyone is opening the file",
    "10b"=> "Anyone is exploring the folder",
    "11"=> "Modification",
    "12"=> "Anyone is modifying the file",
    "12b"=> "Anyone is modifying a file inside this folder",
    "13"=> "Both",
    "14"=> "Anyone opening or writing into the file",
    "14b"=> "Anyone exploring or modifying the folder content",
);
