Skip to content

Commit 49343d9

Browse files
Ser1ousAgelxNash
authored andcommitted
Rename "Создать PHP-файл" to "Создать файл" (#872)
1 parent 31ace52 commit 49343d9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

manager/includes/lang/english.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,7 @@
12681268
$_lang["bkmgr_restore_confirm"] = 'Are you sure you want to revert backup\n[+filename+] ?';
12691269
$_lang["bkmgr_snapshot_nothing"] = 'No snapshots available';
12701270

1271-
$_lang["files.dynamic.php1"] = 'New Text File';
1271+
$_lang["files.dynamic.php1"] = 'New File';
12721272
$_lang["files.dynamic.php2"] = 'This directory cannot be displayed.';
12731273
$_lang["files.dynamic.php3"] = 'There is a problem in a file name.';
12741274
$_lang["files.dynamic.php4"] = 'The text file was created.';

manager/includes/lang/russian-UTF8.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1260,7 +1260,7 @@
12601260
$_lang["bkmgr_restore_confirm"] = 'Вы уверены, что хотите восстановить резервную копию\n[+filename+]. ?';
12611261
$_lang["bkmgr_snapshot_nothing"] = 'Нет резервных копий';
12621262

1263-
$_lang["files.dynamic.php1"] = 'Создать PHP-файл';
1263+
$_lang["files.dynamic.php1"] = 'Создать файл';
12641264
$_lang["files.dynamic.php2"] = 'files.dynamic.php2';
12651265
$_lang["files.dynamic.php3"] = 'files.dynamic.php3';
12661266
$_lang["files.dynamic.php4"] = 'files.dynamic.php4';

0 commit comments

Comments
 (0)