diff options
Diffstat (limited to 'mod/diagnostics/languages/ru.php')
-rw-r--r-- | mod/diagnostics/languages/ru.php | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/mod/diagnostics/languages/ru.php b/mod/diagnostics/languages/ru.php deleted file mode 100644 index 1eb7e92fc..000000000 --- a/mod/diagnostics/languages/ru.php +++ /dev/null @@ -1,54 +0,0 @@ -<?php - /** - * Elgg diagnostics language pack. - * - * @package ElggDiagnostics - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider Ltd - * @copyright Curverider Ltd 2008 - * @link http://elgg.com/ - */ - - $russian = array( - - 'diagnostics' => 'Диагностика системы', - - 'diagnostics:description' => 'Следующий отчёт полезен для диагностики любых проблем с Elgg, и должен быть присоединён ко всем багам, которые вы репортите.', - - 'diagnostics:download' => 'Download .txt', - - - 'diagnostics:header' => '======================================================================== -Elgg Diagnostic Report -Generated %s by %s -======================================================================== - -', - 'diagnostics:report:basic' => ' -Elgg Release %s, version %s - -------------------------------------------------------------------------', - 'diagnostics:report:php' => ' -PHP info: -%s -------------------------------------------------------------------------', - 'diagnostics:report:plugins' => ' -Installed plugins and details: - -%s -------------------------------------------------------------------------', - 'diagnostics:report:md5' => ' -Installed files and checksums: - -%s -------------------------------------------------------------------------', - 'diagnostics:report:globals' => ' -Global variables: - -%s -------------------------------------------------------------------------', - - ); - - add_translation("ru",$russian); -?>
\ No newline at end of file |