summaryrefslogtreecommitdiff
path: root/po/ru.po
AgeCommit message (Collapse)AuthorFilesLines
2009-08-12git-gui: Update russian translationLibravatar Alex Riesen1-12/+16
Signed-off-by: Alex Riesen <raa.lkml@gmail.com> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2009-04-29git-gui: Update Russian translationLibravatar Alex Riesen1-401/+979
Also, the previous translations of the words 'tag' and 'merge' were changed. Added translation of the 'Tool' submenu. Thanks go to Alexander Gavrilov and Dmitry Potapov for proofreading and suggestions. Signed-off-by: Alex Riesen <raa.lkml@gmail.com> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2009-03-24git-gui: minor spelling fix and string factorisation.Libravatar Sam Hocevar1-10/+0
Properly spell "successful" and slightly rewrite a couple of strings that actually say the same thing in order to reduce translation work. Update .pot and .po files accordingly since no new translation is required. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2008-03-15git-gui: update russian translationLibravatar Alex Riesen1-27/+21
Signed-off-by: Alex Riesen <raa.lkml@gmail.com> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2008-03-14git-gui: Regenerated po template and merged translations with itLibravatar Peter Karlsson1-263/+349
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2007-11-01Updated russian translation of git-guiLibravatar Alex Riesen1-224/+292
Fixed some spelling mistakes. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2007-10-23More updates and corrections to the russian translation of git-guiLibravatar Alex Riesen1-235/+127
In particular many screw-ups after po regeneration were fixed. Signed-off-by: Alex Riesen <raa.lkml@gmail.com> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2007-10-22Updated Russian translation.Libravatar Kirill1-141/+190
The most important changes are: - Git version cannot be determined... (lost in 57364320bf) - git-gui: fatal error Some changes need the second opinion (search for TOVERIFY), some changes are just copies (search for "carbon copy"). Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2007-10-10git-gui: Updated po strings based on current sourcesLibravatar Shawn O. Pearce1-441/+845
2007-09-26git-gui: Make the status bar easier to read in the setup wizardLibravatar Shawn O. Pearce1-2/+2
The setup wizard looks better if we layout the progress bar as two lines: the first line holds the message text and our text formatting of the progress while the second line holds the bar itself. Both extend the full width of the window and we try to pad out the message text so the window doesn't expand when the completed progress number jumps to the next order of magnitude. This change required updating the progress meter format string to allow the application to supply the precision. So we also are updating all of the translations at once to use the newer formatting string. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2007-09-02git-gui: initial version of russian translationLibravatar Irina Riesen1-0/+1480
Signed-off-by: Alex Riesen <raa.lkml@gmail.com> Signed-off-by: Irina Riesen <irina.riesen@gmail.com> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>