summaryrefslogtreecommitdiff
path: root/testautomation/tools/analyze/translate_res_file.pl
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-08-23 15:20:53 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-08-23 15:20:53 +0200
commitb29a838b1cd9014c0951312f53ca6c0ebb9e1219 (patch)
treef951731fcd4f0c17dd7a55b154be238cb2b71bae /testautomation/tools/analyze/translate_res_file.pl
parentb9bff9906e94ef3b1c8d6da779269122d39d8354 (diff)
recreated tag libreoffice-3.3.0.4 which had these commits:
commit 868b90218854a32bdd0bbcc85aad838f198e40bb (tag: refs/tags/libreoffice-3.3.0.4, refs/remotes/origin/libreoffice-3-3-0) Author: Petr Mladek <pmladek@suse.cz> Date: Tue Jan 18 19:01:21 2011 +0100 Version 3.3.0.4, tag libreoffice-3.3.0.4 (3.3-rc4) commit 7525320ca65ca0cf2ed5ec481d9f26638aed1b5c Author: Petr Mladek <pmladek@suse.cz> Date: Tue Jan 11 22:59:38 2011 +0100 Branch libreoffice-3-3-0 This is 'libreoffice-3-3-0' - the stable branch for the 3.3.0 release. Only very safe changes, reviewed by three people are allowed. If you want to commit more complicated fix for the next 3.3.x release, please use the 'libreoffice-3-3' branch. If you want to build something cool, unstable, and risky, use master.
Notes
Notes: split repo tag: testing_libreoffice-3.3.0.4
Diffstat (limited to 'testautomation/tools/analyze/translate_res_file.pl')
-rwxr-xr-xtestautomation/tools/analyze/translate_res_file.pl12
1 files changed, 6 insertions, 6 deletions
diff --git a/testautomation/tools/analyze/translate_res_file.pl b/testautomation/tools/analyze/translate_res_file.pl
index a69908cad1ec..f8a100cc534a 100755
--- a/testautomation/tools/analyze/translate_res_file.pl
+++ b/testautomation/tools/analyze/translate_res_file.pl
@@ -3,7 +3,7 @@
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
+#
# Copyright 2000, 2010 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
@@ -27,8 +27,8 @@
#
#*************************************************************************
#
-# short description :
-# This Perl sciprt translates *.res files of qatesttool into human
+# short description :
+# This Perl sciprt translates *.res files of qatesttool into human
# readable format
#*************************************************************************
@@ -49,7 +49,7 @@ sub usage {
--with-color outputs colored translated messages using ANSI color sequence code
Description:
- This Perl sciprt translates *.res files produced by qatesttool
+ This Perl sciprt translates *.res files produced by qatesttool
into human readable text file format.
Examples:
@@ -92,7 +92,7 @@ $BaseDir = undef;
sub substitution {
my ($file, $lineno, $line) = @_;
- my ($id, $arg1, $arg2, $arg3) =
+ my ($id, $arg1, $arg2, $arg3) =
($line =~ m/\%ResId=([0-9]+)\%
(?:\%Arg1=(.+?)\%)?
(?:\%Arg2=(.+?)\%)?
@@ -205,7 +205,7 @@ sub load_app_srs {
$x = $1;
$fallback = $text if ($x eq "en-US");
$text = $2 if ($x eq $lang);
- }
+ }
}
close FH;
}