mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix a syntax issue and remove the optional php close tag
This commit is contained in:
@@ -675,5 +675,3 @@ $text['description-access_control_export']['tr-tr'] = "Dışa aktarmaya dahil et
|
||||
$text['description-access_control_export']['zh-cn'] = "选择您希望包含在导出中的字段。";
|
||||
$text['description-access_control_export']['ja-jp'] = "エクスポートに含めるフィールドを選択します。";
|
||||
$text['description-access_control_export']['ko-kr'] = "내보내기에 포함할 필드를 선택합니다.";
|
||||
|
||||
?>
|
||||
|
||||
@@ -7414,5 +7414,3 @@ $text['label-required']['tr-tr'] = "Gerekli";
|
||||
$text['label-required']['zh-cn'] = "必需的";
|
||||
$text['label-required']['ja-jp'] = "必要";
|
||||
$text['label-required']['ko-kr'] = "필수의";
|
||||
|
||||
?>
|
||||
|
||||
@@ -458,5 +458,3 @@ $text['description-number_translation_description']['tr-tr'] = "Numara çeviri a
|
||||
$text['description-number_translation_description']['zh-cn'] = "输入号码翻译说明。";
|
||||
$text['description-number_translation_description']['ja-jp'] = "数値変換の説明を入力します。";
|
||||
$text['description-number_translation_description']['ko-kr'] = "숫자 번역 설명을 입력합니다.";
|
||||
|
||||
?>
|
||||
|
||||
@@ -782,5 +782,3 @@ $text['description-message']['tr-tr'] = "Kayıt mesajı.";
|
||||
$text['description-message']['zh-cn'] = "录音消息。";
|
||||
$text['description-message']['ja-jp'] = "録音メッセージ。";
|
||||
$text['description-message']['ko-kr'] = "녹음 메시지입니다.";
|
||||
|
||||
?>
|
||||
|
||||
@@ -4148,5 +4148,3 @@ $text['label-ring_group']['tr-tr'] = "Yüzük Grubu";
|
||||
$text['label-ring_group']['zh-cn'] = "环组";
|
||||
$text['label-ring_group']['ja-jp'] = "リンググループ";
|
||||
$text['label-ring_group']['ko-kr'] = "링 그룹";
|
||||
|
||||
?>
|
||||
|
||||
@@ -619,7 +619,7 @@ $text['label-update_filesystem_permissions']['uk-ua'] = "Управління п
|
||||
$text['label-update_filesystem_permissions']['tr-tr'] = "Dosya Sistemi İzinleri";
|
||||
$text['label-update_filesystem_permissions']['zh-cn'] = "文件系统权限";
|
||||
$text['label-update_filesystem_permissions']['ja-jp'] = "ファイルシステムの権限";
|
||||
$text['label-update_filesystem_permissions']['ko-kr'] = "파일 시스템 권한"
|
||||
$text['label-update_filesystem_permissions']['ko-kr'] = "파일 시스템 권한";
|
||||
|
||||
$text['message-updated_autoloader']['en-us'] = 'Updated autoloader';
|
||||
$text['message-updated_autoloader']['en-gb'] = 'Updated autoloader';
|
||||
|
||||
Reference in New Issue
Block a user