Commit 86c53e66 authored by Sergey V Turchin's avatar Sergey V Turchin

- translate indexhtml and indexhtml.desktop titles into russian

parent 3ab3952e
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Disto name in title --> <!-- Disto name in title -->
<title>@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@</title> <title>@BRAND_FNAME_RU@ @VERSION@ @NAME_RU@ @STATUS@</title>
<link href="index.css" rel="stylesheet" type="text/css"> <link href="index.css" rel="stylesheet" type="text/css">
</head> </head>
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
</div> </div>
<!-- Disto name --> <!-- Disto name -->
<div id="title">@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@</div> <div id="title">@BRAND_FNAME_RU@ @VERSION@ @NAME_RU@ @STATUS@</div>
<div id="main"> <div id="main">
<!-- Links columns --> <!-- Links columns -->
......
...@@ -8,4 +8,4 @@ Name=@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@ - information ...@@ -8,4 +8,4 @@ Name=@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@ - information
Categories=System;Documentation; Categories=System;Documentation;
# Translations # Translations
Name[ru]=@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@ - сведения Name[ru]=@BRAND_FNAME_RU@ @VERSION@ @NAME_RU@ @STATUS@ - сведения
...@@ -19,8 +19,10 @@ DOCDIR=documentation ...@@ -19,8 +19,10 @@ DOCDIR=documentation
AC_SUBST(THEME) AC_SUBST(THEME)
AC_SUBST(NAME) AC_SUBST(NAME)
AC_SUBST(NAME_RU)
AC_SUBST(BRAND) AC_SUBST(BRAND)
AC_SUBST(BRAND_FNAME) AC_SUBST(BRAND_FNAME)
AC_SUBST(BRAND_FNAME_RU)
AC_SUBST(STATUS) AC_SUBST(STATUS)
AC_SUBST(STATUS_EN) AC_SUBST(STATUS_EN)
AC_SUBST(VERSION) AC_SUBST(VERSION)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment