You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ja...@apache.org on 2013/02/19 23:46:00 UTC

svn commit: r1447950 - in /openoffice/branches/l10n/main/dbaccess/source: ext/macromigration/macromigration.src ui/dlg/AutoControls_tmpl.hrc ui/inc/toolbox_tmpl.hrc ui/querydesign/query.src

Author: jani
Date: Tue Feb 19 22:46:00 2013
New Revision: 1447950

URL: http://svn.apache.org/r1447950
Log:
removed [ x-comment ]

Modified:
    openoffice/branches/l10n/main/dbaccess/source/ext/macromigration/macromigration.src
    openoffice/branches/l10n/main/dbaccess/source/ui/dlg/AutoControls_tmpl.hrc
    openoffice/branches/l10n/main/dbaccess/source/ui/inc/toolbox_tmpl.hrc
    openoffice/branches/l10n/main/dbaccess/source/ui/querydesign/query.src

Modified: openoffice/branches/l10n/main/dbaccess/source/ext/macromigration/macromigration.src
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n/main/dbaccess/source/ext/macromigration/macromigration.src?rev=1447950&r1=1447949&r2=1447950&view=diff
==============================================================================
--- openoffice/branches/l10n/main/dbaccess/source/ext/macromigration/macromigration.src (original)
+++ openoffice/branches/l10n/main/dbaccess/source/ext/macromigration/macromigration.src Tue Feb 19 22:46:00 2013
@@ -352,13 +352,11 @@ TabPage TP_SUMMARY
 String STR_FORM
 {
     Text [ en-US ] = "Form '$name$'";
-    Text [ x-comment ] = "This refers to a form document inside a database document.";
 };
 
 String STR_REPORT
 {
     Text [ en-US ] = "Report '$name$'";
-    Text [ x-comment ] = "This refers to a report document inside a database document.";
 };
 
 String STR_OVERALL_PROGRESS

Modified: openoffice/branches/l10n/main/dbaccess/source/ui/dlg/AutoControls_tmpl.hrc
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n/main/dbaccess/source/ui/dlg/AutoControls_tmpl.hrc?rev=1447950&r1=1447949&r2=1447950&view=diff
==============================================================================
--- openoffice/branches/l10n/main/dbaccess/source/ui/dlg/AutoControls_tmpl.hrc (original)
+++ openoffice/branches/l10n/main/dbaccess/source/ui/dlg/AutoControls_tmpl.hrc Tue Feb 19 22:46:00 2013
@@ -419,7 +419,6 @@
                                                                                                                             \
 	String STR_AUTOFIELDSEPARATORLIST                                                                                       \
 	{                                                                                                                       \
-		Text [ x-comment ] = "EM Dec 2002: \'Space\' refers to what you get when you hit the space bar on your keyboard.";  \
 		Text [ en-US ] = ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32" ;                                                     \
 	};                                                                                                                      \
 																															\

Modified: openoffice/branches/l10n/main/dbaccess/source/ui/inc/toolbox_tmpl.hrc
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n/main/dbaccess/source/ui/inc/toolbox_tmpl.hrc?rev=1447950&r1=1447949&r2=1447950&view=diff
==============================================================================
--- openoffice/branches/l10n/main/dbaccess/source/ui/inc/toolbox_tmpl.hrc (original)
+++ openoffice/branches/l10n/main/dbaccess/source/ui/inc/toolbox_tmpl.hrc Tue Feb 19 22:46:00 2013
@@ -29,7 +29,6 @@
 #define MID_SBA_QRY_REFRESH \
     Identifier = ID_BROWSER_REFRESH ; \
 	Text [ en-US ] = "Refresh"; \
-	Text [ x-comment ] = " ";	\
 
 
 #define MID_NEW_VIEW_DESIGN \

Modified: openoffice/branches/l10n/main/dbaccess/source/ui/querydesign/query.src
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n/main/dbaccess/source/ui/querydesign/query.src?rev=1447950&r1=1447949&r2=1447950&view=diff
==============================================================================
--- openoffice/branches/l10n/main/dbaccess/source/ui/querydesign/query.src (original)
+++ openoffice/branches/l10n/main/dbaccess/source/ui/querydesign/query.src Tue Feb 19 22:46:00 2013
@@ -367,20 +367,17 @@ String STR_VIEWDESIGN
 String STR_QUERY_SAVEMODIFIED
 {
 	Text [ en-US ] = "$object$ has been changed.\nDo you want to save the changes?" ;
-    Text [ x-comment ] = "For $object$, one of the values of the RSC_QUERY_OBJECT_TYPE resource will be inserted.";
 };
 
 String STR_ERROR_PARSING_STATEMENT
 {
     Text [ en-US ] = "$object$ is based on an SQL command which could not be parsed.";
-    Text [ x-comment ] = "For $object$, one of the values of the RSC_QUERY_OBJECT_TYPE resource "
         "(except \"SQL command\", which doesn't make sense here) will be inserted.";
 };
 
 String STR_INFO_OPENING_IN_SQL_VIEW
 {
     Text [ en-US ] = "$object$ will be opened in SQL view.";
-    Text [ x-comment ] = "For $object$, one of the values of the RSC_QUERY_OBJECT_TYPE resource "
         "(except \"SQL command\", which doesn't make sense here) will be inserted.";
 };