View Issue Details

IDProjectCategoryView StatusLast Update
0007677mantisbtlocalizationpublic2007-05-08 03:43
Reporterdespair Assigned Toachumakov  
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionfixed 
Product Version1.0.6 
Fixed in Version1.1.0a3 
Summary0007677: [ru] Russian language translation patch
Description

Hello.

The patch optimizes Russian translation to
make the user interface more compact.

The problem was that some translation strings
(button texts etc.) were too wide, so some pages couldn't
fit browser window with 800x600px resolution.

TagsNo tags attached.
Attached Files
mantis-compact-lang-russian.diff (1,470 bytes)   
diff -ruN mantis-1.0.6/lang/strings_russian.txt mantis-1.0.7/lang/strings_russian.txt
--- mantis-1.0.6/lang/strings_russian.txt	2006-10-23 11:14:46.000000000 +0400
+++ mantis-1.0.7/lang/strings_russian.txt	2006-12-12 11:32:05.000000000 +0300
@@ -532,7 +532,7 @@
 
 # bug_delete_page.php
 $s_delete_bug_sure_msg = '� ������, ��� ������ ������ ���� ������?';
-$s_delete_bug_button = '������ ������';
+$s_delete_bug_button = '������';
 
 # bug_monitor.php
 $s_monitor_bug_button = '����������';
@@ -587,8 +587,8 @@
 $s_id = '�����';
 $s_category = '��������';
 $s_severity = '���������';
-$s_reproducibility = '����������������';
-$s_date_submitted = '���� �������';
+$s_reproducibility = '<abbr title="����������������">�����.</abbr>';
+$s_date_submitted = '���� ����.';
 $s_last_update = '�������';
 $s_reporter = '��������';
 $s_assigned_to = '������������';
@@ -1140,11 +1140,11 @@
 $s_viewing_bug_advanced_details_title = '��������� ���';
 $s_product_build = '������ ��������';
 $s_system_profile = '������ ������';
-$s_update_bug_button = '������� ������';
+$s_update_bug_button = '�������';
 $s_bug_assign_to_button = '�������:';
-$s_bug_status_to_button = '���. �������� ��:';
+$s_bug_status_to_button = '���. ����. ��:';
 $s_reopen_bug_button = '�������� �����';
-$s_move_bug_button = '���������� ������';
+$s_move_bug_button = '����������';
 $s_attached_files = '�������� ����';
 $s_publish = '�����������';
 $s_cached = '��������';

Activities

achumakov

achumakov

2006-12-30 05:27

reporter   ~0013882

Some of the patch (move/delete buttons text) was applied.
Other strings -- would be incompatible with future UI templates.
I'd suggest another solution--modify mantis templates.

Feel free to contact me in Russian by e-mail for further discussion.

Related Changesets

MantisBT: master cc550952

2006-12-30 05:25

achumakov


Details Diff
translation update, partially closing bug 0007677. Thanks despair!

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4265 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0007677
mod - lang/strings_russian_1251.txt Diff File
mod - lang/strings_russian_koi8.txt Diff File
mod - lang/strings_russian.txt Diff File

MantisBT: master 13628991

2006-12-30 05:35

achumakov


Details Diff
translation update, partially closing bug 0007677. Thanks despair!

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4266 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0007677
mod - lang/strings_russian_1251.txt Diff File
mod - lang/strings_russian_koi8.txt Diff File
mod - lang/strings_russian.txt Diff File

MantisBT: master 46b9ce04

2006-12-30 05:44

achumakov


Details Diff
translation update, closing bug 0007677. Thanks despair!

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4267 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0007677
mod - lang/strings_russian_koi8.txt Diff File
mod - lang/strings_russian.txt Diff File
mod - lang/strings_russian_1251.txt Diff File