68 lines
2.8 KiB
PHP
68 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['title-rss']['en-us'] = 'RSS Feed';
|
|
$text['description-rss']['en-us'] = 'Task List for RSS...';
|
|
$text['message-add']['en-us'] = 'Add Complete';
|
|
$text['button-back']['en-us'] = 'Back';
|
|
$text['button-public']['en-us'] = 'public';
|
|
$text['label-order']['en-us'] = 'Order';
|
|
$text['label-content']['en-us'] = 'Content';
|
|
$text['button-add-title']['en-us'] = 'Add';
|
|
$text['message-delete-done']['en-us'] = 'Delete Completed';
|
|
$text['label-list']['en-us'] = 'List';
|
|
$text['label-title']['en-us'] = 'Title';
|
|
$text['label-link']['en-us'] = 'Link';
|
|
$text['label-group']['en-us'] = 'Group';
|
|
$text['label-order']['en-us'] = 'Order';
|
|
$text['label-edit']['en-us'] = 'Edit';
|
|
$text['message-confirm-delete']['en-us'] = 'Do you really want to delete this?';
|
|
$text['message-item-down']['en-us'] = 'Item Moved Down';
|
|
$text['message-item-up']['en-us'] = 'Item Moved Up';
|
|
$text['label-search']['en-us'] = 'Search Results';
|
|
$text['label-id']['en-us'] = 'ID';
|
|
$text['label-category']['en-us'] = 'Category';
|
|
$text['label-sub-category']['en-us'] = 'Sub Category';
|
|
$text['label-description']['en-us'] = 'Description';
|
|
$text['button-search']['en-us'] = 'Search';
|
|
$text['label-rss-category']['en-us'] = 'RSS Category';
|
|
$text['button-update']['en-us'] = 'Update';
|
|
$text['message-update']['en-us'] = 'Update Complete';
|
|
$text['label-details']['en-us'] = 'Details';
|
|
$text['label-template']['en-us'] = 'Template';
|
|
$text['button-delete']['en-us'] = 'Delete';
|
|
$text['label-sub-id']['en-us'] = 'Sub ID';
|
|
$text['label-sub-title']['en-us'] = 'Sub Title';
|
|
$text['label-sub-link']['en-us'] = 'Sub Link';
|
|
$text['label-sub-desc']['en-us'] = 'Sub Description';
|
|
$text['message-error-missing']['en-us'] = 'Error missing';
|
|
$text['message-description']['en-us'] = 'Please provide a description.';
|
|
$text['label-content-edit']['en-us'] = 'Content Edit';
|
|
$text['label-type']['en-us'] = 'Type';
|
|
$text['label-on-off']['en-us'] = 'on/off';
|
|
$text['button-save']['en-us'] = 'Save';
|
|
|
|
?>
|