[Libreoffice-commits] .: 2 commits - cui/source dbaccess/source
Lior Kaplan
kaplan at kemper.freedesktop.org
Thu Dec 1 15:44:18 PST 2011
cui/source/dialogs/gallery.src | 2 +-
cui/source/tabpages/numpages.src | 10 +++++-----
dbaccess/source/ext/macromigration/macromigration.src | 2 +-
dbaccess/source/ui/relationdesign/relation.src | 2 +-
4 files changed, 8 insertions(+), 8 deletions(-)
New commits:
commit 0443311761e0755bda21a627c684cf00ce32bafe
Author: Lior Kaplan <kaplanlior at gmail.com>
Date: Fri Dec 2 01:43:50 2011 +0200
Remove extra spaces from strings for translation
diff --git a/cui/source/dialogs/gallery.src b/cui/source/dialogs/gallery.src
index b1c53e6..0108027 100644
--- a/cui/source/dialogs/gallery.src
+++ b/cui/source/dialogs/gallery.src
@@ -450,7 +450,7 @@ String RID_SVXSTR_GALLERYPROPS_OBJECT
};
String RID_SVXSTR_GALLERY_READONLY
{
- Text [ en-US ] = " (read-only)" ;
+ Text [ en-US ] = "(read-only)" ;
};
String RID_SVXSTR_GALLERY_ALLFILES
{
diff --git a/cui/source/tabpages/numpages.src b/cui/source/tabpages/numpages.src
index 97b6686..ef3426b 100644
--- a/cui/source/tabpages/numpages.src
+++ b/cui/source/tabpages/numpages.src
@@ -192,12 +192,12 @@ TabPage RID_SVXPAGE_NUM_OPTIONS
CurPos = 0 ;
StringList [ en-US ] =
{
- < "1, 2, 3, ... " ; 4/*SVX_NUM_ARABIC */; > ;
- < "A, B, C, ... " ; 0/*SVX_NUM_CHARS_UPPER_LETTER */; > ;
+ < "1, 2, 3, ..." ; 4/*SVX_NUM_ARABIC */; > ;
+ < "A, B, C, ..." ; 0/*SVX_NUM_CHARS_UPPER_LETTER */; > ;
< "a, b, c, ..." ; 1/*SVX_NUM_CHARS_LOWER_LETTER */; > ;
- < "I, II, III, ... " ; 2/*SVX_NUM_ROMAN_UPPER */; > ;
- < "i, ii, iii, ... " ; 3/*SVX_NUM_ROMAN_LOWER */; > ;
- < "A, .., AA, .., AAA, ... " ; 9/*SVX_NUM_CHARS_UPPER_LETTER_N*/; > ;
+ < "I, II, III, ..." ; 2/*SVX_NUM_ROMAN_UPPER */; > ;
+ < "i, ii, iii, ..." ; 3/*SVX_NUM_ROMAN_LOWER */; > ;
+ < "A, .., AA, .., AAA, ..." ; 9/*SVX_NUM_CHARS_UPPER_LETTER_N*/; > ;
< "a, .., aa, .., aaa, ..." ; 10/*SVX_NUM_CHARS_LOWER_LETTER_N*/; > ;
< "Bullet" ; 6/*SVX_NUM_CHAR_SPECIAL */; > ;
< "Graphics" ; 8/*SVX_NUM_BITMAP */; > ;
diff --git a/dbaccess/source/ext/macromigration/macromigration.src b/dbaccess/source/ext/macromigration/macromigration.src
index 5d1d9db..cea1841 100644
--- a/dbaccess/source/ext/macromigration/macromigration.src
+++ b/dbaccess/source/ext/macromigration/macromigration.src
@@ -438,7 +438,7 @@ String STR_WARNINGS
String STR_EXCEPTION
{
- Text [ en-US ] = "caught exception: ";
+ Text [ en-US ] = "caught exception:";
};
commit 127c6a3dab9c3a3e7f0cbcea2571a3eb96f990c4
Author: Lior Kaplan <kaplanlior at gmail.com>
Date: Fri Dec 2 01:43:34 2011 +0200
Typo fix: Maybe -> Maybe
diff --git a/dbaccess/source/ui/relationdesign/relation.src b/dbaccess/source/ui/relationdesign/relation.src
index 4420ade..7b9a404 100644
--- a/dbaccess/source/ui/relationdesign/relation.src
+++ b/dbaccess/source/ui/relationdesign/relation.src
@@ -79,5 +79,5 @@ String STR_QUERY_REL_DELETE_WINDOW
String STR_QUERY_REL_COULD_NOT_CREATE
{
- Text [ en-US ] = "The database could not create the relation. May be foreign keys for this kind of table aren't supported.\nPlease check your documentation of the database.";
+ Text [ en-US ] = "The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\nPlease check your documentation of the database.";
};
More information about the Libreoffice-commits
mailing list