62 lines
2.8 KiB
PHP
62 lines
2.8 KiB
PHP
<?php
|
|
/*
|
|
FusionPBX
|
|
Version: MPL 1.1
|
|
|
|
The contents of this file are subject to the Mozilla Public License Version
|
|
1.1 (the "License"); you may not use this file except in compliance with
|
|
the License. You may obtain a copy of the License at
|
|
http://www.mozilla.org/MPL/
|
|
|
|
Software distributed under the License is distributed on an "AS IS" basis,
|
|
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
for the specific language governing rights and limitations under the
|
|
License.
|
|
|
|
The Original Code is FusionPBX
|
|
|
|
The Initial Developer of the Original Code is
|
|
Mark J Crane <markjcrane@fusionpbx.com>
|
|
Portions created by the Initial Developer are Copyright (C) 2008-2012
|
|
the Initial Developer. All Rights Reserved.
|
|
|
|
Contributor(s):
|
|
Mark J Crane <markjcrane@fusionpbx.com>
|
|
James Rose <james.o.rose@gmail.com>
|
|
*/
|
|
$text['message-add']['en-us'] = 'Add Complete';
|
|
$text['label-folder']['en-us'] = 'Folder:';
|
|
$text['label-before-selection']['en-us'] = 'Before Selection:';
|
|
$text['label-after-selection']['en-us'] = 'After Selection:';
|
|
$text['label-notes']['en-us'] = 'Notes:';
|
|
$text['button-add']['en-us'] = 'Add';
|
|
$text['message-delete']['en-us'] = 'Delete Complete';
|
|
$text['message-give-up']['en-us'] = 'Giving up :( Cannot create an XMLHTTP instance';
|
|
$text['message-problem']['en-us'] = 'There was a problem with the request.';
|
|
$text['label-clip-library']['en-us'] = 'Clip Library';
|
|
$text['button-edit-clip']['en-us'] = 'Edit Clip';
|
|
$text['button-add-clip']['en-us'] = 'Add Clip';
|
|
$text['message-delete-clip']['en-us'] = 'Are you sure you want to delete the selected clip?';
|
|
$text['button-delete']['en-us'] = ' Delete ';
|
|
$text['button-close']['en-us'] = ' Close ';
|
|
$text['label-path']['en-us'] = 'Path:';
|
|
$text['label-file-name']['en-us'] = 'File Name:';
|
|
$text['button-new-file']['en-us'] = 'New File';
|
|
$text['label-file-name-orig']['en-us'] = 'Original File Name:';
|
|
$text['label-rename-file-to']['en-us'] = 'Rename File To:';
|
|
$text['label-files']['en-us'] = 'Files';
|
|
$text['button-add-file']['en-us'] = 'Add File';
|
|
$text['button-add-dir']['en-us'] = 'Add Dir'; //add directory
|
|
$text['button-rename-file']['en-us'] = 'Rename File';
|
|
$text['message-delete-file']['en-us'] = 'Are you sure you want to delete the selected file?';
|
|
$text['button-del-file']['en-us'] = 'Delete File';
|
|
$text['message-delete-folder']['en-us'] = 'Are you sure you want to delete the selected folder?';
|
|
$text['button-del-dir']['en-us'] = 'Delete Dir'; //delete directory
|
|
$text['message-error']['en-us'] = 'Error!!';
|
|
$text['label-folder-name']['en-us'] = 'Folder Name:';
|
|
$text['button-new-folder']['en-us'] = 'New Folder';
|
|
$text['button-delete-this']['en-us'] = 'Are you sure want to delete this?';
|
|
$text['button-search']['en-us'] = 'Search';
|
|
$text['button-add']['en-us'] = 'Add';
|
|
|
|
?>
|