Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
240b4abd
Commit
240b4abd
authored
Oct 27, 2017
by
Дмитрий Никулин
Committed by
Vitaly Lipatov
Nov 13, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change Russian variables.none.tmpl to English version due to Perl unicode problem
parent
ee5fddab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
91 deletions
+11
-91
variables.none.tmpl
template/ru/default/global/variables.none.tmpl
+11
-39
variables.none.tmpl.autosave
template/ru/default/global/variables.none.tmpl.autosave
+0
-52
No files found.
template/ru/default/global/variables.none.tmpl
View file @
240b4abd
...
...
@@ -16,48 +16,20 @@
#%]
[% terms = {
"bug" => "ошибка",
"bug_gen" => "ошибки",
"bug_dat" => "ошибке",
"bug_acc" => "ошибку",
"bug_abl" => "ошибкой",
"bug_obj" => "ошибке",
"Bug" => "Ошибка",
"Bug_gen" => "Ошибки",
"Bug_dat" => "Ошибке",
"Bug_acc" => "Ошибку",
"Bug_abl" => "Ошибкой",
"Bug_obj" => "Ошибке",
"abug" => "ошибка", # стараемся не использовать в Bugzilla-ru
"ABug" => "Ошибка", # стараемся не использовать в Bugzilla-ru
"bugs" => "ошибки",
"bugs_gen" => "ошибок",
"bugs_dat" => "ошибкам",
"bugs_acc" => "ошибки",
"bugs_abl" => "ошибками",
"bugs_obj" => "ошибках",
"Bugs" => "Ошибки",
"Bugs_gen" => "Ошибок",
"Bugs_dat" => "Ошибкам",
"Bugs_acc" => "Ошибки",
"Bugs_abl" => "Ошибками",
"Bugs_obj" => "Ошибках",
"zeroSearchResults" => "Ошибок не найдено",
"bug" => "bug",
"Bug" => "Bug",
"abug" => "a bug",
"Abug" => "A bug",
"aBug" => "a Bug",
"ABug" => "A Bug",
"bugs" => "bugs",
"Bugs" => "Bugs",
"comment" => "comment",
"comments" => "comments",
"zeroSearchResults" => "Zarro Boogs found",
"Bugzilla" => "Bugzilla"
}
%]
[% MACRO numeral(n, name1, name2, name5) BLOCK %]
[% n1 = n % 10 %]
[% n10 = n % 100 - n1 %]
[% IF n10 == 10 || n1 == 0 || n1 > 4 %]
[% name5 %]
[% ELSIF n1 == 1 %]
[% name1 %]
[% ELSE %]
[% name2 %]
[% END %]
[% END %]
[% USE Hook %]
[% Hook.process("end") %]
template/ru/default/global/variables.none.tmpl.autosave
deleted
100644 → 0
View file @
ee5fddab
[%# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# This Source Code Form is "Incompatible With Secondary Licenses", as
# defined by the Mozilla Public License, v. 2.0.
#%]
[%# This is a list of terms that may be changed to "brand" the Bugzilla
# instance (for example, referring to "bugs" as "issues".) When used, these
# strings are used in several different types of content, and are not
# protected with Template-Toolkit FILTERs. Consequently, no special
# characters are allowed.
#
# Remember to PROCESS rather than INCLUDE this template.
#%]
[% terms = {
"bug" => "ошибка",
"bug_gen" => "ошибки",
"bug_dat" => "ошибке",
"bug_acc" => "ошибку",
"bug_abl" => "ошибкой",
"bug_obj" => "ошибке",
"Bug" => "Ошибка",
"Bug_gen" => "Ошибки",
"Bug_dat" => "Ошибке",
"Bug_acc" => "Ошибку",
"Bug_abl" => "Ошибкой",
"Bug_obj" => "Ошибке",
"abug" => "ошибка", # стараемся не использовать в Bugzilla-ru
"ABug" => "Ошибка", # стараемся не использовать в Bugzilla-ru
"bugs" => "ошибки",
"bugs_gen" => "ошибок",
"bugs_dat" => "ошибкам",
"bugs_acc" => "ошибки",
"bugs_abl" => "ошибками",
"bugs_obj" => "ошибках",
"Bugs" => "Ошибки",
"Bugs_gen" => "Ошибок",
"Bugs_dat" => "Ошибкам",
"Bugs_acc" => "Ошибки",
"Bugs_abl" => "Ошибками",
"Bugs_obj" => "Ошибках",
"zeroSearchResults" => "Ошибок не найдено",
"Bugzilla" => "Bugzilla"
}
%]
[% USE Hook %]
[% Hook.process("end") %]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment