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/08/27 18:56:26 UTC

svn commit: r1517881 [1/3] - in /openoffice/branches/l10n40/main: connectivity/source/ desktop/source/ helpcontent2/source/text/sbasic/ l10ntools/source/ languages/source/templates/

Author: jani
Date: Tue Aug 27 16:56:24 2013
New Revision: 1517881

URL: http://svn.apache.org/r1517881
Log:
genLang extract controlled with old system to helpcontent2

Modified:
    openoffice/branches/l10n40/main/connectivity/source/makefile.mk
    openoffice/branches/l10n40/main/desktop/source/makefile.mk
    openoffice/branches/l10n40/main/helpcontent2/source/text/sbasic/makefile.mk
    openoffice/branches/l10n40/main/l10ntools/source/gConPoWrap.cxx
    openoffice/branches/l10n40/main/l10ntools/source/gL10nMem.cxx
    openoffice/branches/l10n40/main/languages/source/templates/basctl.pot
    openoffice/branches/l10n40/main/languages/source/templates/chart2.pot
    openoffice/branches/l10n40/main/languages/source/templates/connectivity.pot
    openoffice/branches/l10n40/main/languages/source/templates/crashrep.pot
    openoffice/branches/l10n40/main/languages/source/templates/cui.pot
    openoffice/branches/l10n40/main/languages/source/templates/dbaccess.pot
    openoffice/branches/l10n40/main/languages/source/templates/desktop.pot
    openoffice/branches/l10n40/main/languages/source/templates/editeng.pot
    openoffice/branches/l10n40/main/languages/source/templates/extensions.pot
    openoffice/branches/l10n40/main/languages/source/templates/filter.pot
    openoffice/branches/l10n40/main/languages/source/templates/forms.pot
    openoffice/branches/l10n40/main/languages/source/templates/fpicker.pot
    openoffice/branches/l10n40/main/languages/source/templates/framework.pot
    openoffice/branches/l10n40/main/languages/source/templates/help_sbasic.pot
    openoffice/branches/l10n40/main/languages/source/templates/help_scalc.pot
    openoffice/branches/l10n40/main/languages/source/templates/help_shared.pot
    openoffice/branches/l10n40/main/languages/source/templates/help_simpress.pot
    openoffice/branches/l10n40/main/languages/source/templates/help_swriter.pot
    openoffice/branches/l10n40/main/languages/source/templates/instsetoo_native.pot
    openoffice/branches/l10n40/main/languages/source/templates/officecfg.pot
    openoffice/branches/l10n40/main/languages/source/templates/padmin.pot
    openoffice/branches/l10n40/main/languages/source/templates/sc.pot
    openoffice/branches/l10n40/main/languages/source/templates/sd.pot
    openoffice/branches/l10n40/main/languages/source/templates/sdext.pot
    openoffice/branches/l10n40/main/languages/source/templates/sfx2.pot
    openoffice/branches/l10n40/main/languages/source/templates/svtools.pot
    openoffice/branches/l10n40/main/languages/source/templates/svx.pot
    openoffice/branches/l10n40/main/languages/source/templates/sw.pot
    openoffice/branches/l10n40/main/languages/source/templates/uui.pot
    openoffice/branches/l10n40/main/languages/source/templates/vcl.pot
    openoffice/branches/l10n40/main/languages/source/templates/wizards.pot
    openoffice/branches/l10n40/main/languages/source/templates/xmlsecurity.pot

Modified: openoffice/branches/l10n40/main/connectivity/source/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/connectivity/source/makefile.mk?rev=1517881&r1=1517880&r2=1517881&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/connectivity/source/makefile.mk (original)
+++ openoffice/branches/l10n40/main/connectivity/source/makefile.mk Tue Aug 27 16:56:24 2013
@@ -26,7 +26,23 @@ TARGET=helper
 LANGUAGE_FILELIST=resource/conn_shared_res.src \
 resource/conn_error_message.src \
 resource/conn_log_res.src \
-drivers/hsqldb/hsqlui.src
+drivers/hsqldb/hsqlui.src \
+drivers/adabas/adabas.xcu \
+drivers/mysql/mysql.xcu \
+drivers/mozab/mozab.xcu \
+drivers/mozab/mozab2.xcu \
+drivers/hsqldb/hsqldb.xcu \
+drivers/macab/macab.xcu \
+drivers/evoab/evoab.xcu \
+drivers/odbc/odbc.xcu \
+drivers/kab/kab.xcu \
+drivers/flat/flat.xcu \
+drivers/calc/calc.xcu \
+drivers/jdbc/jdbc.xcu \
+drivers/dbase/dbase.xcu \
+drivers/evoab2/evoab2.xcu \
+drivers/ado/ado.xcu
+
 
 .INCLUDE :	settings.mk
 

Modified: openoffice/branches/l10n40/main/desktop/source/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/desktop/source/makefile.mk?rev=1517881&r1=1517880&r2=1517881&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/desktop/source/makefile.mk (original)
+++ openoffice/branches/l10n40/main/desktop/source/makefile.mk Tue Aug 27 16:56:24 2013
@@ -41,7 +41,9 @@ deployment/gui/dp_gui_dialog.src \
 deployment/gui/dp_gui_updateinstalldialog.src \
 deployment/gui/dp_gui_updatedialog.src \
 deployment/gui/dp_gui_backend.src \
-deployment/gui/dp_gui_dialog2.src
+deployment/gui/dp_gui_dialog2.src \
+../win32/source/rebase/rebasegui.ulf \
+../win32/source/setup/setup.ulf
 
 .INCLUDE :	settings.mk
 

Modified: openoffice/branches/l10n40/main/helpcontent2/source/text/sbasic/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/helpcontent2/source/text/sbasic/makefile.mk?rev=1517881&r1=1517880&r2=1517881&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/helpcontent2/source/text/sbasic/makefile.mk (original)
+++ openoffice/branches/l10n40/main/helpcontent2/source/text/sbasic/makefile.mk Tue Aug 27 16:56:24 2013
@@ -321,7 +321,8 @@ shared/03132500.xhp \
 shared/05060700.xhp \
 shared/keys.xhp \
 shared/main0211.xhp \
-shared/main0601.xhp
+shared/main0601.xhp \
+guide/control_properties.xhp
 
 
 

Modified: openoffice/branches/l10n40/main/l10ntools/source/gConPoWrap.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/l10ntools/source/gConPoWrap.cxx?rev=1517881&r1=1517880&r2=1517881&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/l10ntools/source/gConPoWrap.cxx (original)
+++ openoffice/branches/l10n40/main/l10ntools/source/gConPoWrap.cxx Tue Aug 27 16:56:24 2013
@@ -79,7 +79,8 @@ void convert_po::startLook()
   sNewKey   = msKey.substr(i+1);
 
   // load in db
-  mcMemory.loadEntryKey(miLineNo, sFileName, sNewKey, msId, msStr, mbFuzzy);
+  if (msId.size())
+    mcMemory.loadEntryKey(miLineNo, sFileName, sNewKey, msId, msStr, mbFuzzy);
 
   // and prepare for new entry
   msKey.clear();

Modified: openoffice/branches/l10n40/main/l10ntools/source/gL10nMem.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/l10ntools/source/gL10nMem.cxx?rev=1517881&r1=1517880&r2=1517881&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/l10ntools/source/gL10nMem.cxx (original)
+++ openoffice/branches/l10n40/main/l10ntools/source/gL10nMem.cxx Tue Aug 27 16:56:24 2013
@@ -202,7 +202,7 @@ void l10nMem_impl::setSourceKey(int     
   for (i = 0; (i = newText.find("\\", i)) != (int)std::string::npos;)
   {
     ++i;
-    if (i < (int)newText.size() && (newText[i] == '<' || newText[i] == '>'))
+    if (i < (int)newText.size() && (newText[i] == '<' || newText[i] == '>' || newText[i] == 'n' || newText[i] == 't'))
       ++i;
     else
     {
@@ -421,6 +421,10 @@ void l10nMem_impl::convEntryKey(int     
   int              i, iSize;
 
 
+  // silent ignore deleted messages
+  if (sMsgId == "-" || sMsgId == "")
+    return;
+
   // Find all matching file names (old system does not have directory.
   // build list of potential entries
   iSize = mcDb.mcFileList.size();
@@ -445,6 +449,7 @@ void l10nMem_impl::convEntryKey(int     
   // Loop through all potential en-US entries
   for (i = 0; i < iSize; ++i)
   {
+    int z = ivEntryList[i];
     l10nMem_enus_entry& curE = mcDb.mcENUSlist[ivEntryList[i]];
 
     // The entry must be unconverted and msgId must match

Modified: openoffice/branches/l10n40/main/languages/source/templates/basctl.pot
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/languages/source/templates/basctl.pot?rev=1517881&r1=1517880&r2=1517881&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/languages/source/templates/basctl.pot (original)
+++ openoffice/branches/l10n40/main/languages/source/templates/basctl.pot Tue Aug 27 16:56:24 2013
@@ -64,7 +64,7 @@ msgid  "Save"
 msgstr ""
 
 #: basicide/basidesh.src#RID_STR_SOURCETOBIG.STRING.TEXT
-msgid  "The source text is too large and can be neither compiled nor saved.\\nDelete some of the comments or transfer some methods into another module."
+msgid  "The source text is too large and can be neither compiled nor saved.\nDelete some of the comments or transfer some methods into another module."
 msgstr ""
 
 #: basicide/basidesh.src#RID_STR_ERROROPENSTORAGE.STRING.TEXT
@@ -128,7 +128,7 @@ msgid  "The 'XX' file already exists"
 msgstr ""
 
 #: basicide/basidesh.src#RID_STR_CANNOTRUNMACRO.STRING.TEXT
-msgid  "For security reasons, you cannot run this macro.\\n\\nFor more information, check the security settings."
+msgid  "For security reasons, you cannot run this macro.\n\nFor more information, check the security settings."
 msgstr ""
 
 #: basicide/basidesh.src#RID_STR_COMPILEERROR.STRING.TEXT
@@ -300,7 +300,7 @@ msgid  "A name must be entered."
 msgstr ""
 
 #: basicide/basidesh.src#RID_STR_WILLSTOPPRG.STRING.TEXT
-msgid  "You will have to restart the program after this edit.\\nContinue?"
+msgid  "You will have to restart the program after this edit.\nContinue?"
 msgstr ""
 
 #: basicide/basidesh.src#RID_STR_SEARCHALLMODULES.STRING.TEXT
@@ -436,7 +436,7 @@ msgid  "Dialog Import - Name already use
 msgstr ""
 
 #: basicide/basidesh.src#RID_STR_DLGIMP_CLASH_TEXT.STRING.TEXT
-msgid  "The library already contains a dialog with the name:\\n\\n$(ARG1)\\n\\nRename dialog to keep current dialog or replace existing dialog.\\n "
+msgid  "The library already contains a dialog with the name:\n\n$(ARG1)\n\nRename dialog to keep current dialog or replace existing dialog.\n "
 msgstr ""
 
 #: basicide/basidesh.src#RID_STR_DLGIMP_MISMATCH_ADD.STRING.TEXT
@@ -452,7 +452,7 @@ msgid  "Dialog Import - Language Mismatc
 msgstr ""
 
 #: basicide/basidesh.src#RID_STR_DLGIMP_MISMATCH_TEXT.STRING.TEXT
-msgid  "The dialog to be imported supports other languages than the target library.\\n\\nAdd these languages to the library to keep additional language resources provided by the dialog or omit them to stay with the current library languages.\\n\\nNote: For languages not supported by the dialog the resources of the dialog's default language will be used.\\n "
+msgid  "The dialog to be imported supports other languages than the target library.\n\nAdd these languages to the library to keep additional language resources provided by the dialog or omit them to stay with the current library languages.\n\nNote: For languages not supported by the dialog the resources of the dialog's default language will be used.\n "
 msgstr ""
 
 #: basicide/brkdlg.src#RID_BASICIDE_BREAKPOINTDLG.RID_PB_NEW.PUSHBUTTON.TEXT
@@ -792,7 +792,7 @@ msgid  "Delete Language Resources"
 msgstr ""
 
 #: dlged/managelang.src#RID_QRYBOX_LANGUAGE.QUERYBOX.MESSAGE
-msgid  "You are about to delete the resources for the selected language(s). All user interface strings for this language(s) will be deleted.\\n\\nDo you want to delete the resources of the selected language(s)?"
+msgid  "You are about to delete the resources for the selected language(s). All user interface strings for this language(s) will be deleted.\n\nDo you want to delete the resources of the selected language(s)?"
 msgstr ""
 
 #: dlged/managelang.src#RID_DLG_SETDEF_LANGUAGE.MODALDIALOG.TEXT

Modified: openoffice/branches/l10n40/main/languages/source/templates/chart2.pot
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/languages/source/templates/chart2.pot?rev=1517881&r1=1517880&r2=1517881&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/languages/source/templates/chart2.pot (original)
+++ openoffice/branches/l10n40/main/languages/source/templates/chart2.pot Tue Aug 27 16:56:24 2013
@@ -1076,7 +1076,7 @@ msgid  "Select Range for Negative Error 
 msgstr ""
 
 #: controller/dialogs/Strings.src#STR_DATA_EDITOR_INCORRECT_INPUT.STRING.TEXT
-msgid  "Your last input is incorrect.\\nIgnore this change and close the dialog?"
+msgid  "Your last input is incorrect.\nIgnore this change and close the dialog?"
 msgstr ""
 
 #: controller/dialogs/Strings.src#STR_TEXT_DIRECTION_LTR.STRING.TEXT

Modified: openoffice/branches/l10n40/main/languages/source/templates/connectivity.pot
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/languages/source/templates/connectivity.pot?rev=1517881&r1=1517880&r2=1517881&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/languages/source/templates/connectivity.pot (original)
+++ openoffice/branches/l10n40/main/languages/source/templates/connectivity.pot Tue Aug 27 16:56:24 2013
@@ -272,7 +272,7 @@ msgid  "The file $filename$ could not be
 msgstr ""
 
 #: resource/conn_shared_res.src#STR_LOAD_FILE_ERROR_MESSAGE.STRING.TEXT
-msgid  "The attempt to load the file resulted in the following error message ($exception_type$):\\n\\n$error_message$"
+msgid  "The attempt to load the file resulted in the following error message ($exception_type$):\n\n$error_message$"
 msgstr ""
 
 #: resource/conn_shared_res.src#STR_TYPE_NOT_CONVERT.STRING.TEXT
@@ -368,7 +368,7 @@ msgid  "Duplicate value found in column 
 msgstr ""
 
 #: resource/conn_shared_res.src#STR_INVALID_COLUMN_DECIMAL_VALUE.STRING.TEXT
-msgid  "The '$columnname$' column has been defined as a \"Decimal\" type, the max. length is $precision$ characters (with $scale$ decimal places).\\n\\nThe specified value \"$value$ is longer than the number of digits allowed."
+msgid  "The '$columnname$' column has been defined as a \"Decimal\" type, the max. length is $precision$ characters (with $scale$ decimal places).\n\nThe specified value \"$value$ is longer than the number of digits allowed."
 msgstr ""
 
 #: resource/conn_shared_res.src#STR_COLUMN_NOT_ALTERABLE.STRING.TEXT
@@ -488,11 +488,11 @@ msgid  "KDE version $major$.$minor$ or h
 msgstr ""
 
 #: resource/conn_shared_res.src#STR_KDE_VERSION_TOO_NEW.STRING.TEXT
-msgid  "The found KDE version is too new. Only KDE up to version $major$.$minor$ is known to work with this product.\\n"
+msgid  "The found KDE version is too new. Only KDE up to version $major$.$minor$ is known to work with this product.\n"
 msgstr ""
 
 #: resource/conn_shared_res.src#STR_KDE_VERSION_TOO_NEW_WORK_AROUND.STRING.TEXT
-msgid  "If you are sure that your KDE version works, you might execute the following Basic macro to disable this version check:\\n\\n"
+msgid  "If you are sure that your KDE version works, you might execute the following Basic macro to disable this version check:\n\n"
 msgstr ""
 
 #: resource/conn_shared_res.src#STR_PARA_ONLY_PREPARED.STRING.TEXT
@@ -582,3 +582,119 @@ msgstr ""
 #: resource/conn_error_message.src#256___2_550___0.STRING.TEXT
 msgid  "Unable to display the complete table content. Please apply a filter."
 msgstr ""
+
+#: drivers/adabas/adabas.xcu#DRIVERS.INSTALLED.SDBC:ADABAS:_.DRIVERTYPEDISPLAYNAME
+msgid  "Adabas D"
+msgstr ""
+
+#: drivers/mysql/mysql.xcu#DRIVERS.INSTALLED.SDBC:MYSQL:JDBC:_.DRIVERTYPEDISPLAYNAME
+msgid  "MySQL (JDBC)"
+msgstr ""
+
+#: drivers/mysql/mysql.xcu#DRIVERS.INSTALLED.SDBC:MYSQL:ODBC:_.DRIVERTYPEDISPLAYNAME
+msgid  "MySQL (ODBC)"
+msgstr ""
+
+#: drivers/mysql/mysql.xcu#DRIVERS.INSTALLED.SDBC:MYSQL:MYSQLC:_.DRIVERTYPEDISPLAYNAME
+msgid  "MySQL (Native)"
+msgstr ""
+
+#: drivers/mozab/mozab.xcu#DRIVERS.INSTALLED.SDBC:ADDRESS:OUTLOOK.DRIVERTYPEDISPLAYNAME
+msgid  "Microsoft Outlook Address Book"
+msgstr ""
+
+#: drivers/mozab/mozab.xcu#DRIVERS.INSTALLED.SDBC:ADDRESS:OUTLOOKEXP.DRIVERTYPEDISPLAYNAME
+msgid  "Microsoft Windows Address Book"
+msgstr ""
+
+#: drivers/mozab/mozab.xcu#DRIVERS.INSTALLED.SDBC:ADDRESS:MOZILLA:.DRIVERTYPEDISPLAYNAME
+msgid  "SeaMonkey Address Book"
+msgstr ""
+
+#: drivers/mozab/mozab.xcu#DRIVERS.INSTALLED.SDBC:ADDRESS:THUNDERBIRD:.DRIVERTYPEDISPLAYNAME
+msgid  "Thunderbird Address Book"
+msgstr ""
+
+#: drivers/mozab/mozab.xcu#DRIVERS.INSTALLED.SDBC:ADDRESS:LDAP:_.DRIVERTYPEDISPLAYNAME
+msgid  "LDAP Address Book"
+msgstr ""
+
+#: drivers/mozab/mozab2.xcu#DRIVERS.INSTALLED.SDBC:ADDRESS:MOZILLA:.DRIVERTYPEDISPLAYNAME
+msgid  "SeaMonkey Address Book"
+msgstr ""
+
+#: drivers/mozab/mozab2.xcu#DRIVERS.INSTALLED.SDBC:ADDRESS:THUNDERBIRD:.DRIVERTYPEDISPLAYNAME
+msgid  "Thunderbird Address Book"
+msgstr ""
+
+#: drivers/mozab/mozab2.xcu#DRIVERS.INSTALLED.SDBC:ADDRESS:LDAP:_.DRIVERTYPEDISPLAYNAME
+msgid  "LDAP Address Book"
+msgstr ""
+
+#: drivers/hsqldb/hsqldb.xcu#DRIVERS.INSTALLED.SDBC:EMBEDDED:HSQLDB.DRIVERTYPEDISPLAYNAME
+msgid  "HSQL database engine"
+msgstr ""
+
+#: drivers/macab/macab.xcu#DRIVERS.INSTALLED.SDBC:ADDRESS:MACAB.DRIVERTYPEDISPLAYNAME
+msgid  "Mac OS X Address Book"
+msgstr ""
+
+#: drivers/evoab/evoab.xcu#DRIVERS.INSTALLED.SDBC:ADDRESS:EVOLUTION:LDAP.DRIVERTYPEDISPLAYNAME
+msgid  "Evolution LDAP"
+msgstr ""
+
+#: drivers/evoab/evoab.xcu#DRIVERS.INSTALLED.SDBC:ADDRESS:EVOLUTION:GROUPWISE.DRIVERTYPEDISPLAYNAME
+msgid  "Groupwise"
+msgstr ""
+
+#: drivers/odbc/odbc.xcu#DRIVERS.INSTALLED.SDBC:ODBC:_.DRIVERTYPEDISPLAYNAME
+msgid  "ODBC"
+msgstr ""
+
+#: drivers/kab/kab.xcu#DRIVERS.INSTALLED.SDBC:ADDRESS:KAB.DRIVERTYPEDISPLAYNAME
+msgid  "KDE Address Book"
+msgstr ""
+
+#: drivers/flat/flat.xcu#DRIVERS.INSTALLED.SDBC:FLAT:_.DRIVERTYPEDISPLAYNAME
+msgid  "Text"
+msgstr ""
+
+#: drivers/calc/calc.xcu#DRIVERS.INSTALLED.SDBC:CALC:_.DRIVERTYPEDISPLAYNAME
+msgid  "Spreadsheet"
+msgstr ""
+
+#: drivers/jdbc/jdbc.xcu#DRIVERS.INSTALLED.JDBC:_.DRIVERTYPEDISPLAYNAME
+msgid  "JDBC"
+msgstr ""
+
+#: drivers/jdbc/jdbc.xcu#DRIVERS.INSTALLED.JDBC:ORACLE:THIN:_.DRIVERTYPEDISPLAYNAME
+msgid  "Oracle JDBC"
+msgstr ""
+
+#: drivers/dbase/dbase.xcu#DRIVERS.INSTALLED.SDBC:DBASE:_.DRIVERTYPEDISPLAYNAME
+msgid  "dBASE"
+msgstr ""
+
+#: drivers/evoab2/evoab2.xcu#DRIVERS.INSTALLED.SDBC:ADDRESS:EVOLUTION:LOCAL.DRIVERTYPEDISPLAYNAME
+msgid  "Evolution Local"
+msgstr ""
+
+#: drivers/evoab2/evoab2.xcu#DRIVERS.INSTALLED.SDBC:ADDRESS:EVOLUTION:LDAP.DRIVERTYPEDISPLAYNAME
+msgid  "Evolution LDAP"
+msgstr ""
+
+#: drivers/evoab2/evoab2.xcu#DRIVERS.INSTALLED.SDBC:ADDRESS:EVOLUTION:GROUPWISE.DRIVERTYPEDISPLAYNAME
+msgid  "Groupwise"
+msgstr ""
+
+#: drivers/ado/ado.xcu#DRIVERS.INSTALLED.SDBC:ADO:_.DRIVERTYPEDISPLAYNAME
+msgid  "ADO"
+msgstr ""
+
+#: drivers/ado/ado.xcu#DRIVERS.INSTALLED.SDBC:ADO:ACCESS:PROVIDER=MICROSOFT.JET.OLEDB.4.0;DATA_SOURCE=_.DRIVERTYPEDISPLAYNAME
+msgid  "Microsoft Access"
+msgstr ""
+
+#: drivers/ado/ado.xcu#DRIVERS.INSTALLED.SDBC:ADO:ACCESS:PROVIDER=MICROSOFT.ACE.OLEDB.12.0;DATA_SOURCE=_.DRIVERTYPEDISPLAYNAME
+msgid  "Microsoft Access 2007"
+msgstr ""

Modified: openoffice/branches/l10n40/main/languages/source/templates/crashrep.pot
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/languages/source/templates/crashrep.pot?rev=1517881&r1=1517880&r2=1517881&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/languages/source/templates/crashrep.pot (original)
+++ openoffice/branches/l10n40/main/languages/source/templates/crashrep.pot Tue Aug 27 16:56:24 2013
@@ -40,15 +40,15 @@ msgid  "Welcome to the %PRODUCTNAME% %PR
 msgstr ""
 
 #: all/crashrep.ulf#_WELCOME_BODY1_
-msgid  "This error report tool gathers information about how %PRODUCTNAME% is working and sends it to Apache OpenOffice to help improve future versions.\\n\\n"
+msgid  "This error report tool gathers information about how %PRODUCTNAME% is working and sends it to Apache OpenOffice to help improve future versions.\n\n"
 msgstr ""
 
 #: all/crashrep.ulf#_WELCOME_BODY2_
-msgid  "It's easy - just send the report without any further effort on your part by clicking 'Send' in the next dialog, or you can briefly describe how the error occurred and then click 'Send'. If you want to see the report, click the 'Show Report' button. No data will be sent if you click 'Do Not Send'.\\n\\n"
+msgid  "It's easy - just send the report without any further effort on your part by clicking 'Send' in the next dialog, or you can briefly describe how the error occurred and then click 'Send'. If you want to see the report, click the 'Show Report' button. No data will be sent if you click 'Do Not Send'.\n\n"
 msgstr ""
 
 #: all/crashrep.ulf#_WELCOME_BODY3_
-msgid  "Customer Privacy\\nThe information gathered is limited to data concerning the state of %PRODUCTNAME% %PRODUCTVERSION% when the error occurred. Other information about passwords or document contents is not collected.\\n\\nThe information will only be used to improve the quality of %PRODUCTNAME% and will not be shared with third parties.\\nFor more information on Apache OpenOffice's privacy policy, visit\\n"
+msgid  "Customer Privacy\nThe information gathered is limited to data concerning the state of %PRODUCTNAME% %PRODUCTVERSION% when the error occurred. Other information about passwords or document contents is not collected.\n\nThe information will only be used to improve the quality of %PRODUCTNAME% and will not be shared with third parties.\nFor more information on Apache OpenOffice's privacy policy, visit\n"
 msgstr ""
 
 #: all/crashrep.ulf#_PRIVACY_URL_
@@ -76,7 +76,7 @@ msgid  "An error occurred while running 
 msgstr ""
 
 #: all/crashrep.ulf#_REPORT_BODY_
-msgid  "The %PRODUCTNAME% %PRODUCTVERSION% Error Report has gathered information that could help Apache OpenOffice improve %PRODUCTNAME%.\\nIn the spaces below, you can enter a title for your crash report and describe the action you were trying to carry out when the error occurred. Then click 'Send'.\\n"
+msgid  "The %PRODUCTNAME% %PRODUCTVERSION% Error Report has gathered information that could help Apache OpenOffice improve %PRODUCTNAME%.\nIn the spaces below, you can enter a title for your crash report and describe the action you were trying to carry out when the error occurred. Then click 'Send'.\n"
 msgstr ""
 
 #: all/crashrep.ulf#_ENTER_TITLE_
@@ -120,7 +120,7 @@ msgid  "Save Report to"
 msgstr ""
 
 #: all/crashrep.ulf#_ERROR_MSG_SIMPLE_MAPI_
-msgid  "The error report could not be sent because the default e-mail program does not support MAPI.\\n Please use a MAPI-compatible e-mail program."
+msgid  "The error report could not be sent because the default e-mail program does not support MAPI.\n Please use a MAPI-compatible e-mail program."
 msgstr ""
 
 #: all/crashrep.ulf#_ERROR_MSG_DISK_FULL_
@@ -128,7 +128,7 @@ msgid  "The error report could not be te
 msgstr ""
 
 #: all/crashrep.ulf#_ERROR_MSG_SENDMAIL_
-msgid  "The error report could not be sent because 'sendmail' could not be started.\\nPlease check the 'sendmail' settings."
+msgid  "The error report could not be sent because 'sendmail' could not be started.\nPlease check the 'sendmail' settings."
 msgstr ""
 
 #: all/crashrep.ulf#_ERROR_MSG_PROXY_
@@ -172,7 +172,7 @@ msgid  "~Port"
 msgstr ""
 
 #: all/crashrep.ulf#_PROXY_SETTINGS_DESCRIPTION_
-msgid  "The %PRODUCTNAME% Error Report tool needs to be connected to the Internet to be able to send error reports.\\n\\nCompanies often use proxy servers in conjunction with a firewall to protect the network.\\n\\nIf this applies to your situation, you have to specify the address and port for the server."
+msgid  "The %PRODUCTNAME% Error Report tool needs to be connected to the Internet to be able to send error reports.\n\nCompanies often use proxy servers in conjunction with a firewall to protect the network.\n\nIf this applies to your situation, you have to specify the address and port for the server."
 msgstr ""
 
 #: all/crashrep.ulf#_SENDING_REPORT_HEADER_
@@ -188,7 +188,7 @@ msgid  "Status: The error report has bee
 msgstr ""
 
 #: all/crashrep.ulf#_ERROR_MSG_NOEMAILADDRESS_
-msgid  "You have marked the option 'I allow Apache OpenOffice to contact me regarding this report.'\\nPlease enter your e-mail address."
+msgid  "You have marked the option 'I allow Apache OpenOffice to contact me regarding this report.'\nPlease enter your e-mail address."
 msgstr ""
 
 #: all/crashrep.ulf#_MSG_CMDLINE_USAGE_
@@ -204,5 +204,5 @@ msgid  "Assigns the %PRODUCTNAME% proces
 msgstr ""
 
 #: all/crashrep.ulf#_MSG_PARAM_HELP_DESCRIPTION_
-msgid  "Shows this help text.\\nDetailed information can be found in the Setup Guide."
+msgid  "Shows this help text.\nDetailed information can be found in the Setup Guide."
 msgstr ""

Modified: openoffice/branches/l10n40/main/languages/source/templates/cui.pot
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/languages/source/templates/cui.pot?rev=1517881&r1=1517880&r2=1517881&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/languages/source/templates/cui.pot (original)
+++ openoffice/branches/l10n40/main/languages/source/templates/cui.pot Tue Aug 27 16:56:24 2013
@@ -276,7 +276,7 @@ msgid  "Delete..."
 msgstr ""
 
 #: customize/cfg.src#MD_ICONSELECTOR.FT_NOTE.FIXEDTEXT.TEXT
-msgid  "Note:\\nThe size of an icon should be 16x16 pixel to achieve best quality. Different sized icons will be scaled automatically."
+msgid  "Note:\nThe size of an icon should be 16x16 pixel to achieve best quality. Different sized icons will be scaled automatically."
 msgstr ""
 
 #: customize/cfg.src#MD_ICONCHANGE.MODALDIALOG.TEXT
@@ -284,7 +284,7 @@ msgid  "%PRODUCTNAME %PRODUCTVERSION"
 msgstr ""
 
 #: customize/cfg.src#MD_ICONCHANGE.FTCHGE_DESCRIPTION.FIXEDTEXT.TEXT
-msgid  "The files listed below could not be imported.\\nThe file format could not be interpreted."
+msgid  "The files listed below could not be imported.\nThe file format could not be interpreted."
 msgstr ""
 
 #: customize/cfg.src#RID_SVXSTR_IMPORT_ICON_ERROR.STRING.TEXT
@@ -296,7 +296,7 @@ msgid  "Are you sure to delete the image
 msgstr ""
 
 #: customize/cfg.src#RID_SVXSTR_REPLACE_ICON_WARNING.STRING.TEXT
-msgid  "The icon %ICONNAME is already contained in the image list.\\nWould you like to replace the existing icon?"
+msgid  "The icon %ICONNAME is already contained in the image list.\nWould you like to replace the existing icon?"
 msgstr ""
 
 #: customize/cfg.src#RID_SVXSTR_REPLACE_ICON_CONFIRM.STRING.TEXT
@@ -1904,7 +1904,7 @@ msgid  "The file already exists. Overwri
 msgstr ""
 
 #: dialogs/hyphen.src#RID_SVXSTR_HMERR_CHECKINSTALL.STRING.TEXT
-msgid  "is not available for spellchecking\\nPlease check your installation and install the desired language\\n"
+msgid  "is not available for spellchecking\nPlease check your installation and install the desired language\n"
 msgstr ""
 
 #: dialogs/hyphen.src#RID_SVXDLG_HYPHENATE.MODALDIALOG.TEXT
@@ -2944,15 +2944,15 @@ msgid  "Create Database Link"
 msgstr ""
 
 #: options/doclinkdialog.src#STR_LINKEDDOC_DOESNOTEXIST.STRING.TEXT
-msgid  "The file\\n$file$\\ndoes not exist."
+msgid  "The file\n$file$\ndoes not exist."
 msgstr ""
 
 #: options/doclinkdialog.src#STR_LINKEDDOC_NO_SYSTEM_FILE.STRING.TEXT
-msgid  "The file\\n$file$\\ndoes not exist in the local file system."
+msgid  "The file\n$file$\ndoes not exist in the local file system."
 msgstr ""
 
 #: options/doclinkdialog.src#STR_NAME_CONFLICT.STRING.TEXT
-msgid  "The name '$file$' is already used for another database.\\nPlease choose a different name."
+msgid  "The name '$file$' is already used for another database.\nPlease choose a different name."
 msgstr ""
 
 #: options/doclinkdialog.src#QUERY_DELETE_CONFIRM.QUERYBOX.MESSAGE
@@ -3544,7 +3544,7 @@ msgid  "~Close"
 msgstr ""
 
 #: options/optdict.src#RID_SVXSTR_OPT_DOUBLE_DICTS.STRING.TEXT
-msgid  "The specified name already exists.\\nPlease enter a new name."
+msgid  "The specified name already exists.\nPlease enter a new name."
 msgstr ""
 
 #: options/optdict.src#RID_SFXQB_SET_LANGUAGE.QUERYBOX.MESSAGE
@@ -3984,7 +3984,7 @@ msgid  "Note that street, Zip code and c
 msgstr ""
 
 #: options/optgenrl.src#RID_SVXQB_CHANGEDATA.QUERYBOX.MESSAGE
-msgid  "The User Data have been changed.\\nDo you really want to change your User Data?"
+msgid  "The User Data have been changed.\nDo you really want to change your User Data?"
 msgstr ""
 
 #: options/opthtml.src#RID_OFAPAGE_HTMLOPT.FT_SIZE1.FIXEDTEXT.TEXT
@@ -4064,7 +4064,7 @@ msgid  "Improvement Program"
 msgstr ""
 
 #: options/optimprove.src#RID_SVXPAGE_IMPROVEMENT.FT_INVITATION.FIXEDTEXT.TEXT
-msgid  "We invite you to join our %PRODUCTNAME Improvement Program to help optimize the quality of %PRODUCTNAME.\\n\\nIf you are willing to participate, we will collect anonymous statistics about how you use %PRODUCTNAME. The data is used to identify usage patterns.\\n\\nThe %PRODUCTNAME Improvement Program will not collect any personal data, or document content."
+msgid  "We invite you to join our %PRODUCTNAME Improvement Program to help optimize the quality of %PRODUCTNAME.\n\nIf you are willing to participate, we will collect anonymous statistics about how you use %PRODUCTNAME. The data is used to identify usage patterns.\n\nThe %PRODUCTNAME Improvement Program will not collect any personal data, or document content."
 msgstr ""
 
 #: options/optimprove.src#RID_SVXPAGE_IMPROVEMENT.RB_YES.RADIOBUTTON.TEXT
@@ -4316,15 +4316,15 @@ msgid  "Macro Security..."
 msgstr ""
 
 #: options/optinet2.src#RID_SVXPAGE_INET_SECURITY.STR_SEC_NOPASSWDSAVE.STRING.TEXT
-msgid  "Disabling the function to persistently store passwords deletes the list of passwords stored and resets the master password.\\n\\nDo you want to delete password list and reset master password?"
+msgid  "Disabling the function to persistently store passwords deletes the list of passwords stored and resets the master password.\n\nDo you want to delete password list and reset master password?"
 msgstr ""
 
 #: options/optinet2.src#RID_SVXERR_OPT_PROXYPORTS.ERRORBOX.MESSAGE
-msgid  "Invalid value!\\n\\nThe maximum value for a port number is 65535."
+msgid  "Invalid value!\n\nThe maximum value for a port number is 65535."
 msgstr ""
 
 #: options/optinet2.src#RID_SVXDLG_OPT_JAVASCRIPT_DISABLE.FT_JSCPT_WARNING.FIXEDTEXT.TEXT
-msgid  "Please note that with Java\\nyou disable Javascript as well.\\n\\nDo you still want to disable Java?"
+msgid  "Please note that with Java\nyou disable Javascript as well.\n\nDo you still want to disable Java?"
 msgstr ""
 
 #: options/optinet2.src#RID_SVXDLG_OPT_JAVASCRIPT_DISABLE.CB_JSCPT_DISABLE.CHECKBOX.TEXT
@@ -4440,19 +4440,19 @@ msgid  "~Remove"
 msgstr ""
 
 #: options/optjava.src#RID_SVXERR_JRE_NOT_RECOGNIZED.ERRORBOX.MESSAGE
-msgid  "The folder you selected does not contain a Java runtime environment.\\nPlease select a different folder."
+msgid  "The folder you selected does not contain a Java runtime environment.\nPlease select a different folder."
 msgstr ""
 
 #: options/optjava.src#RID_SVXERR_JRE_FAILED_VERSION.ERRORBOX.MESSAGE
-msgid  "The Java runtime environment you selected is not the required version.\\nPlease select a different folder."
+msgid  "The Java runtime environment you selected is not the required version.\nPlease select a different folder."
 msgstr ""
 
 #: options/optjava.src#RID_SVX_MSGBOX_JAVA_RESTART.WARNINGBOX.MESSAGE
-msgid  "For the selected Java runtime environment to work properly, %PRODUCTNAME must be restarted.\\nPlease restart %PRODUCTNAME now."
+msgid  "For the selected Java runtime environment to work properly, %PRODUCTNAME must be restarted.\nPlease restart %PRODUCTNAME now."
 msgstr ""
 
 #: options/optjava.src#RID_SVX_MSGBOX_JAVA_RESTART2.WARNINGBOX.MESSAGE
-msgid  "You have to restart %PRODUCTNAME so the new or modified values can take effect.\\nPlease restart %PRODUCTNAME now."
+msgid  "You have to restart %PRODUCTNAME so the new or modified values can take effect.\nPlease restart %PRODUCTNAME now."
 msgstr ""
 
 #: options/optjsearch.src#RID_SVXPAGE_JSEARCH_OPTIONS.FL_TREAT_AS_EQUAL.FIXEDLINE.TEXT
@@ -4796,7 +4796,7 @@ msgid  "Edit Paths: %1"
 msgstr ""
 
 #: options/optpath.src#RID_SVXERR_OPT_DOUBLEPATHS.ERRORBOX.MESSAGE
-msgid  "The configuration and mail directories must be specified as separate directories.\\nPlease choose a new path."
+msgid  "The configuration and mail directories must be specified as separate directories.\nPlease choose a new path."
 msgstr ""
 
 #: options/optpath.src#RID_SVXSTR_KEY_CONFIG_DIR.STRING.TEXT
@@ -5000,7 +5000,7 @@ msgid  "Not using ODF 1.2 Extended may c
 msgstr ""
 
 #: options/optsave.src#RID_SVXDLG_FILTER_WARNING.FT_FILTER_WARNING.FIXEDTEXT.TEXT
-msgid  "Using \"%1\" as default file format may cause information loss.\\n"
+msgid  "Using \"%1\" as default file format may cause information loss.\n"
 msgstr ""
 
 #: options/optspell.src#RID_SFXPAGE_SPELL.TABPAGE.TEXT
@@ -7196,7 +7196,7 @@ msgid  "Assigned macro"
 msgstr ""
 
 #: tabpages/macroass.src#RID_SVXPAGE_EVENTASSIGN.FT_LABEL4LB_MACROS.FIXEDTEXT.TEXT
-msgid  "~Existing macros\\n"
+msgid  "~Existing macros\n"
 msgstr ""
 
 #: tabpages/macroass.src#RID_SVXPAGE_EVENTASSIGN.PB_ASSIGN.PUSHBUTTON.TEXT
@@ -7860,7 +7860,7 @@ msgid  "O~uter"
 msgstr ""
 
 #: tabpages/page.src#RID_SVXPAGE_PAGE.STR_QUERY_PRINTRANGE.STRING.TEXT
-msgid  "The margin settings are out of print range.\\n\\nDo you still want to apply these settings?"
+msgid  "The margin settings are out of print range.\n\nDo you still want to apply these settings?"
 msgstr ""
 
 #: tabpages/page.src#RID_SVXSTRARY_PAPERSIZE_STD.PAPERSIZE_A6.ITEMLIST.ITEM
@@ -8396,7 +8396,7 @@ msgid  "Do you want to delete the gradie
 msgstr ""
 
 #: tabpages/strings.src#RID_SVXSTR_ASK_CHANGE_GRADIENT.STRING.TEXT
-msgid  "The gradient was modified without saving. \\nModify the selected gradient or add a new gradient."
+msgid  "The gradient was modified without saving. \nModify the selected gradient or add a new gradient."
 msgstr ""
 
 #: tabpages/strings.src#RID_SVXSTR_DESC_NEW_BITMAP.STRING.TEXT
@@ -8412,7 +8412,7 @@ msgid  "Are you sure you want to delete 
 msgstr ""
 
 #: tabpages/strings.src#RID_SVXSTR_ASK_CHANGE_BITMAP.STRING.TEXT
-msgid  "The bitmap was modified without saving. \\nModify the selected bitmap or add a new bitmap."
+msgid  "The bitmap was modified without saving. \nModify the selected bitmap or add a new bitmap."
 msgstr ""
 
 #: tabpages/strings.src#RID_SVXSTR_DESC_LINESTYLE.STRING.TEXT
@@ -8424,7 +8424,7 @@ msgid  "Do you want to delete the line s
 msgstr ""
 
 #: tabpages/strings.src#RID_SVXSTR_ASK_CHANGE_LINESTYLE.STRING.TEXT
-msgid  "The line style was modified without saving. \\nModify the selected line style or add a new line style."
+msgid  "The line style was modified without saving. \nModify the selected line style or add a new line style."
 msgstr ""
 
 #: tabpages/strings.src#RID_SVXSTR_DESC_HATCH.STRING.TEXT
@@ -8436,7 +8436,7 @@ msgid  "Do you want to delete the hatchi
 msgstr ""
 
 #: tabpages/strings.src#RID_SVXSTR_ASK_CHANGE_HATCH.STRING.TEXT
-msgid  "The hatching type was modified but not saved. \\nModify the selected hatching type or add a new hatching type."
+msgid  "The hatching type was modified but not saved. \nModify the selected hatching type or add a new hatching type."
 msgstr ""
 
 #: tabpages/strings.src#RID_SVXSTR_CHANGE.STRING.TEXT
@@ -8456,7 +8456,7 @@ msgid  "Do you want to delete the color?
 msgstr ""
 
 #: tabpages/strings.src#RID_SVXSTR_ASK_CHANGE_COLOR.STRING.TEXT
-msgid  "The color was modified without saving.\\nModify the selected color or add a new color."
+msgid  "The color was modified without saving.\nModify the selected color or add a new color."
 msgstr ""
 
 #: tabpages/strings.src#RID_SVXSTR_TABLE.STRING.TEXT
@@ -8476,7 +8476,7 @@ msgid  "The list was modified without sa
 msgstr ""
 
 #: tabpages/strings.src#RID_SVXSTR_WARN_NAME_DUPLICATE.STRING.TEXT
-msgid  "The name you have entered already exists. \\nPlease choose another name."
+msgid  "The name you have entered already exists. \nPlease choose another name."
 msgstr ""
 
 #: tabpages/strings.src#RID_SVXSTR_DESC_LINEEND.STRING.TEXT
@@ -8488,7 +8488,7 @@ msgid  "Do you want to delete the arrowh
 msgstr ""
 
 #: tabpages/strings.src#RID_SVXSTR_ASK_CHANGE_LINEEND.STRING.TEXT
-msgid  "The arrowhead was modified without saving.\\nWould you like to save the arrowhead now?"
+msgid  "The arrowhead was modified without saving.\nWould you like to save the arrowhead now?"
 msgstr ""
 
 #: tabpages/swpossizetabpage.src#RID_SVXPAGE_SWPOSSIZE.TABPAGE.TEXT

Modified: openoffice/branches/l10n40/main/languages/source/templates/dbaccess.pot
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/languages/source/templates/dbaccess.pot?rev=1517881&r1=1517880&r2=1517881&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/languages/source/templates/dbaccess.pot (original)
+++ openoffice/branches/l10n40/main/languages/source/templates/dbaccess.pot Tue Aug 27 16:56:24 2013
@@ -72,7 +72,7 @@ msgid  "The data source was not saved. P
 msgstr ""
 
 #: core/resource/strings.src#RID_STR_ONLY_QUERY.STRING.TEXT
-msgid  "The given command is not a SELECT statement.\\nOnly queries are allowed."
+msgid  "The given command is not a SELECT statement.\nOnly queries are allowed."
 msgstr ""
 
 #: core/resource/strings.src#RID_STR_NO_VALUE_CHANGED.STRING.TEXT
@@ -188,7 +188,7 @@ msgid  "There are tables in the database
 msgstr ""
 
 #: core/resource/strings.src#RID_STR_COMMAND_LEADING_TO_ERROR.STRING.TEXT
-msgid  "The SQL command leading to this error is:\\n\\n$command$"
+msgid  "The SQL command leading to this error is:\n\n$command$"
 msgstr ""
 
 #: core/resource/strings.src#RID_STR_STATEMENT_WITHOUT_RESULT_SET.STRING.TEXT
@@ -220,11 +220,11 @@ msgid  "Unable to find the document '$na
 msgstr ""
 
 #: core/resource/strings.src#RID_STR_ERROR_WHILE_SAVING.STRING.TEXT
-msgid  "Could not save the document to $location$:\\n$message$"
+msgid  "Could not save the document to $location$:\n$message$"
 msgstr ""
 
 #: core/resource/strings.src#RID_NO_SUCH_DATA_SOURCE.STRING.TEXT
-msgid  "Error accessing data source '$name$':\\n$error$"
+msgid  "Error accessing data source '$name$':\n$error$"
 msgstr ""
 
 #: core/resource/strings.src#RID_STR_NO_SUB_FOLDER.STRING.TEXT
@@ -428,7 +428,7 @@ msgid  "The specified file name or direc
 msgstr ""
 
 #: ext/adabas/AdabasNewDb.src#STR_ERROR_IN_ADABAS_INSTALLATION.STRING.TEXT
-msgid  "No new database can be created.\\nPlease check your Adabas D installation, especially the variables \"DBROOT\" and \"DBWORK\"."
+msgid  "No new database can be created.\nPlease check your Adabas D installation, especially the variables \"DBROOT\" and \"DBWORK\"."
 msgstr ""
 
 #: ext/adabas/AdabasNewDb.src#STR_STAT_WARNING.STRING.TEXT
@@ -492,7 +492,7 @@ msgid  "Welcome to the Database Macro Mi
 msgstr ""
 
 #: ext/macromigration/macromigration.src#TP_PREPARE.FT_INTRODUCTION.FIXEDTEXT.TEXT
-msgid  "This wizard will guide you through the task of migrating your macros.\\n\\nAfter you finished it, all macros which were formerly embedded into the forms and reports of the current database document will have been moved to the document itself. In this course, libraries will be renamed as needed.\\n\\nIf your forms and reports contain references to those macros, they will be adjusted, where possible.\\n\\nBefore the migration can start, all forms, reports, queries and tables belonging to the document must be closed. Press 'Next' to do so."
+msgid  "This wizard will guide you through the task of migrating your macros.\n\nAfter you finished it, all macros which were formerly embedded into the forms and reports of the current database document will have been moved to the document itself. In this course, libraries will be renamed as needed.\n\nIf your forms and reports contain references to those macros, they will be adjusted, where possible.\n\nBefore the migration can start, all forms, reports, queries and tables belonging to the document must be closed. Press 'Next' to do so."
 msgstr ""
 
 #: ext/macromigration/macromigration.src#TP_PREPARE.FT_CLOSE_DOC_ERROR.FIXEDTEXT.TEXT
@@ -864,11 +864,11 @@ msgid  "Disable Preview"
 msgstr ""
 
 #: ui/app/app.src#APP_SAVEMODIFIED.QUERYBOX.MESSAGE
-msgid  "The database has been modified.\\nDo you want to save the changes?"
+msgid  "The database has been modified.\nDo you want to save the changes?"
 msgstr ""
 
 #: ui/app/app.src#APP_CLOSEDOCUMENTS.QUERYBOX.MESSAGE
-msgid  "The connection type has been altered.\\nFor the changes to take effect, all forms, reports, queries and tables must be closed.\\n\\nDo you want to close all documents now?"
+msgid  "The connection type has been altered.\nFor the changes to take effect, all forms, reports, queries and tables must be closed.\n\nDo you want to close all documents now?"
 msgstr ""
 
 #: ui/app/app.src#RID_MENU_APP_PREVIEW.SID_DB_APP_DISABLE_PREVIEW.MENUITEM.TEXT
@@ -908,7 +908,7 @@ msgid  "The document contains forms or r
 msgstr ""
 
 #: ui/app/app.src#STR_SUB_DOCS_WITH_SCRIPTS_DETAIL.STRING.TEXT
-msgid  "Macros should be embedded into the database document itself.\\n\\nYou can continue to use your document as before, however, you are encouraged to migrate your macros. The menu item 'Tools / Migrate Macros ...' will assist you with this.\\n\\nNote that you won't be able to embed macros into the database document itself until this migration is done. "
+msgid  "Macros should be embedded into the database document itself.\n\nYou can continue to use your document as before, however, you are encouraged to migrate your macros. The menu item 'Tools / Migrate Macros ...' will assist you with this.\n\nNote that you won't be able to embed macros into the database document itself until this migration is done. "
 msgstr ""
 
 #: ui/app/app.src#RID_STR_EMBEDDED_DATABASE.STRING.TEXT
@@ -928,7 +928,7 @@ msgid  "Table #"
 msgstr ""
 
 #: ui/browser/sbabrw.src#QUERY_BRW_SAVEMODIFIED.QUERYBOX.MESSAGE
-msgid  "The current record has been changed.\\nDo you want to save the changes?"
+msgid  "The current record has been changed.\nDo you want to save the changes?"
 msgstr ""
 
 #: ui/browser/sbabrw.src#QUERY_BRW_DELETE_ROWS.QUERYBOX.MESSAGE
@@ -1516,7 +1516,7 @@ msgid  "{None}"
 msgstr ""
 
 #: ui/dlg/AutoControls_tmpl.hrc#AUTO_SEPARATORCONTROLGROUP(AUTO_Y,AUTOPAGE_X).STR_AUTOFIELDSEPARATORLIST.STRING.TEXT
-msgid  ";\\t59\\t,\\t44\\t:\\t58\\t{Tab}\\t9\\t{Space}\\t32"
+msgid  ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
 msgstr ""
 
 #: ui/dlg/AutoControls_tmpl.hrc#AUTO_SEPARATORCONTROLGROUP(AUTO_Y,AUTOPAGE_X).STR_AUTODELIMITER_MISSING.STRING.TEXT
@@ -1648,7 +1648,7 @@ msgid  "A password is needed to connect 
 msgstr ""
 
 #: ui/dlg/dbadmin2.src#STR_ASK_FOR_DIRECTORY_CREATION.STRING.TEXT
-msgid  "The directory\\n\\n$path$\\n\\ndoes not exist. Should it be created?"
+msgid  "The directory\n\n$path$\n\ndoes not exist. Should it be created?"
 msgstr ""
 
 #: ui/dlg/dbadmin2.src#STR_COULD_NOT_CREATE_DIRECTORY.STRING.TEXT
@@ -1752,7 +1752,7 @@ msgid  "Set up a connection to a MySQL d
 msgstr ""
 
 #: ui/dlg/dbadminsetup.src#PAGE_DBWIZARD_MYSQL_INTRO.FT_MYSQL_HELPTEXT.FIXEDTEXT.TEXT
-msgid  "You can connect to a MySQL database using either ODBC or JDBC.\\nPlease contact your system administrator if you are unsure about the following settings."
+msgid  "You can connect to a MySQL database using either ODBC or JDBC.\nPlease contact your system administrator if you are unsure about the following settings."
 msgstr ""
 
 #: ui/dlg/dbadminsetup.src#PAGE_DBWIZARD_MYSQL_INTRO.FT_MYSQLCONNECTIONMODE.FIXEDTEXT.TEXT
@@ -1828,7 +1828,7 @@ msgid  "Set up connection to a MySQL dat
 msgstr ""
 
 #: ui/dlg/dbadminsetup.src#PAGE_DBWIZARD_MYSQL_JDBC.STR_MYSQLJDBC_HELPTEXT.STRING.TEXT
-msgid  "Please enter the required information to connect to a MySQL database using JDBC. Note that a JDBC driver class must be installed on your system and registered with %PRODUCTNAME.\\nPlease contact your system administrator if you are unsure about the following settings."
+msgid  "Please enter the required information to connect to a MySQL database using JDBC. Note that a JDBC driver class must be installed on your system and registered with %PRODUCTNAME.\nPlease contact your system administrator if you are unsure about the following settings."
 msgstr ""
 
 #: ui/dlg/dbadminsetup.src#PAGE_DBWIZARD_MYSQL_JDBC.STR_MYSQL_DRIVERCLASSTEXT.STRING.TEXT
@@ -1880,7 +1880,7 @@ msgid  "Set up a connection to an LDAP d
 msgstr ""
 
 #: ui/dlg/dbadminsetup.src#PAGE_DBWIZARD_LDAP.FT_LDAP_HELPTEXT.FIXEDTEXT.TEXT
-msgid  "Please enter the required information to connect to an LDAP directory.\\nPlease contact your system administrator if you are unsure about the following settings."
+msgid  "Please enter the required information to connect to an LDAP directory.\nPlease contact your system administrator if you are unsure about the following settings."
 msgstr ""
 
 #: ui/dlg/dbadminsetup.src#PAGE_DBWIZARD_LDAP.STR_LDAP_DEFAULT.STRING.TEXT
@@ -1896,7 +1896,7 @@ msgid  "Set up a connection to an Adabas
 msgstr ""
 
 #: ui/dlg/dbadminsetup.src#PAGE_DBWIZARD_ADABAS.STR_ADABAS_HELPTEXT.STRING.TEXT
-msgid  "Enter the name of the Adabas D database you want to connect to.\\nClick 'Browse...' to select an Adabas D database that is already registered in %PRODUCTNAME."
+msgid  "Enter the name of the Adabas D database you want to connect to.\nClick 'Browse...' to select an Adabas D database that is already registered in %PRODUCTNAME."
 msgstr ""
 
 #: ui/dlg/dbadminsetup.src#PAGE_DBWIZARD_ADO.STR_ADO_HEADERTEXT.STRING.TEXT
@@ -1904,7 +1904,7 @@ msgid  "Set up a connection to an ADO da
 msgstr ""
 
 #: ui/dlg/dbadminsetup.src#PAGE_DBWIZARD_ADO.STR_ADO_HELPTEXT.STRING.TEXT
-msgid  "Please enter the URL of the ADO data source you want to connect to.\\nClick 'Browse' to configure provider-specific settings.\\nPlease contact your system administrator if you are unsure about the following settings."
+msgid  "Please enter the URL of the ADO data source you want to connect to.\nClick 'Browse' to configure provider-specific settings.\nPlease contact your system administrator if you are unsure about the following settings."
 msgstr ""
 
 #: ui/dlg/dbadminsetup.src#PAGE_DBWIZARD_ODBC.STR_ODBC_HEADERTEXT.STRING.TEXT
@@ -1912,7 +1912,7 @@ msgid  "Set up a connection to an ODBC d
 msgstr ""
 
 #: ui/dlg/dbadminsetup.src#PAGE_DBWIZARD_ODBC.STR_ODBC_HELPTEXT.STRING.TEXT
-msgid  "Enter the name of the ODBC database you want to connect to.\\nClick 'Browse...' to select an ODBC database that is already registered in %PRODUCTNAME.\\nPlease contact your system administrator if you are unsure about the following settings."
+msgid  "Enter the name of the ODBC database you want to connect to.\nClick 'Browse...' to select an ODBC database that is already registered in %PRODUCTNAME.\nPlease contact your system administrator if you are unsure about the following settings."
 msgstr ""
 
 #: ui/dlg/dbadminsetup.src#PAGE_DBWIZARD_JDBC.STR_JDBC_HEADERTEXT.STRING.TEXT
@@ -1920,7 +1920,7 @@ msgid  "Set up a connection to a JDBC da
 msgstr ""
 
 #: ui/dlg/dbadminsetup.src#PAGE_DBWIZARD_JDBC.STR_JDBC_HELPTEXT.STRING.TEXT
-msgid  "Please enter the required information to connect to a JDBC database.\\nPlease contact your system administrator if you are unsure about the following settings."
+msgid  "Please enter the required information to connect to a JDBC database.\nPlease contact your system administrator if you are unsure about the following settings."
 msgstr ""
 
 #: ui/dlg/dbadminsetup.src#PAGE_DBWIZARD_ORACLE.STR_ORACLE_HEADERTEXT.STRING.TEXT
@@ -1936,7 +1936,7 @@ msgid  "Oracle JDBC ~driver class"
 msgstr ""
 
 #: ui/dlg/dbadminsetup.src#PAGE_DBWIZARD_ORACLE.STR_ORACLE_HELPTEXT.STRING.TEXT
-msgid  "Please enter the required information to connect to an Oracle database.Note that a JDBC Driver Class must be installed on your system and registered with %PRODUCTNAME.\\nPlease contact your system administrator if you are unsure about the following settings."
+msgid  "Please enter the required information to connect to an Oracle database.Note that a JDBC Driver Class must be installed on your system and registered with %PRODUCTNAME.\nPlease contact your system administrator if you are unsure about the following settings."
 msgstr ""
 
 #: ui/dlg/dbadminsetup.src#PAGE_DBWIZARD_SPREADSHEET.STR_SPREADSHEET_HEADERTEXT.STRING.TEXT
@@ -1944,7 +1944,7 @@ msgid  "Set up a connection to spreadshe
 msgstr ""
 
 #: ui/dlg/dbadminsetup.src#PAGE_DBWIZARD_SPREADSHEET.STR_SPREADSHEET_HELPTEXT.STRING.TEXT
-msgid  "Click 'Browse...' to select a %PRODUCTNAME spreadsheet or Microsoft Excel workbook.\\n%PRODUCTNAME will open this file in read-only mode."
+msgid  "Click 'Browse...' to select a %PRODUCTNAME spreadsheet or Microsoft Excel workbook.\n%PRODUCTNAME will open this file in read-only mode."
 msgstr ""
 
 #: ui/dlg/dbadminsetup.src#PAGE_DBWIZARD_SPREADSHEET.STR_SPREADSHEETPATH.STRING.TEXT
@@ -2032,7 +2032,7 @@ msgid  "Database"
 msgstr ""
 
 #: ui/dlg/dbadmin.src#PAGE_GENERAL.FT_DATASOURCETYPE_POST.FIXEDTEXT.TEXT
-msgid  "On the following pages, you can make detailed settings for the connection.\\n\\nThe new settings you make will overwrite your existing settings."
+msgid  "On the following pages, you can make detailed settings for the connection.\n\nThe new settings you make will overwrite your existing settings."
 msgstr ""
 
 #: ui/dlg/dbadmin.src#PAGE_GENERAL.STR_MYSQLENTRY.STRING.TEXT
@@ -2048,7 +2048,7 @@ msgid  "Could not load the program libra
 msgstr ""
 
 #: ui/dlg/dbadmin.src#PAGE_GENERAL.STR_UNSUPPORTED_DATASOURCE_TYPE.STRING.TEXT
-msgid  "This kind of data source is not supported on this platform.\\nYou are allowed to change the settings, but you probably will not be able to connect to the database."
+msgid  "This kind of data source is not supported on this platform.\nYou are allowed to change the settings, but you probably will not be able to connect to the database."
 msgstr ""
 
 #: ui/dlg/dbadmin.src#PAGE_GENERAL.STRING.TEXT
@@ -2812,7 +2812,7 @@ msgid  "Warnings were encountered while 
 msgstr ""
 
 #: ui/misc/dbumiscres.src#STR_NAMED_OBJECT_ALREADY_EXISTS.STRING.TEXT
-msgid  "The name '$#$' already exists.\\nPlease enter another name."
+msgid  "The name '$#$' already exists.\nPlease enter another name."
 msgstr ""
 
 #: ui/misc/dbumiscres.src#RID_STR_EXTENSION_NOT_PRESENT.STRING.TEXT
@@ -2828,7 +2828,7 @@ msgid  "Type formatting"
 msgstr ""
 
 #: ui/misc/WizardPages.src#STR_WIZ_PKEY_ALREADY_DEFINED.STRING.TEXT
-msgid  "The following fields have already been set as primary keys:\\n"
+msgid  "The following fields have already been set as primary keys:\n"
 msgstr ""
 
 #: ui/misc/WizardPages.src#STR_WIZ_NAME_MATCHING_TITEL.STRING.TEXT
@@ -2880,11 +2880,11 @@ msgid  "Primary Key"
 msgstr ""
 
 #: ui/misc/WizardPages.src#TAB_WIZ_NAME_MATCHING.FT_TABLE_LEFT.FIXEDTEXT.TEXT
-msgid  "Source table: \\n"
+msgid  "Source table: \n"
 msgstr ""
 
 #: ui/misc/WizardPages.src#TAB_WIZ_NAME_MATCHING.FT_TABLE_RIGHT.FIXEDTEXT.TEXT
-msgid  "Destination table: \\n"
+msgid  "Destination table: \n"
 msgstr ""
 
 #: ui/misc/WizardPages.src#TAB_WIZ_NAME_MATCHING.PB_ALL.PUSHBUTTON.TEXT
@@ -3212,7 +3212,7 @@ msgid  " - %PRODUCTNAME Base: View Desig
 msgstr ""
 
 #: ui/querydesign/query.src#STR_QUERY_SAVEMODIFIED.STRING.TEXT
-msgid  "$object$ has been changed.\\nDo you want to save the changes?"
+msgid  "$object$ has been changed.\nDo you want to save the changes?"
 msgstr ""
 
 #: ui/querydesign/query.src#STR_ERROR_PARSING_STATEMENT.STRING.TEXT
@@ -3264,7 +3264,7 @@ msgid  "The database does not support re
 msgstr ""
 
 #: ui/relationdesign/relation.src#RELATION_DESIGN_SAVEMODIFIED.QUERYBOX.MESSAGE
-msgid  "The relation design has been changed.\\nDo you want to save the changes?"
+msgid  "The relation design has been changed.\nDo you want to save the changes?"
 msgstr ""
 
 #: ui/relationdesign/relation.src#STR_QUERY_REL_DELETE_WINDOW.STRING.TEXT
@@ -3272,7 +3272,7 @@ msgid  "When you delete this table all c
 msgstr ""
 
 #: ui/relationdesign/relation.src#STR_QUERY_REL_COULD_NOT_CREATE.STRING.TEXT
-msgid  "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."
+msgid  "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."
 msgstr ""
 
 #: ui/tabledesign/table.src#STR_TABLEDESIGN_DBFIELDTYPES.STRING.TEXT
@@ -3420,11 +3420,11 @@ msgid  "Format example"
 msgstr ""
 
 #: ui/tabledesign/table.src#STR_HELP_BOOL_DEFAULT.STRING.TEXT
-msgid  "Select a value that is to appear in all new records as default.\\nIf the field is not to have a default value, select the empty string."
+msgid  "Select a value that is to appear in all new records as default.\nIf the field is not to have a default value, select the empty string."
 msgstr ""
 
 #: ui/tabledesign/table.src#STR_HELP_DEFAULT_VALUE.STRING.TEXT
-msgid  "Enter a default value for this field.\\n\\nWhen you later enter data in the table, this string will be used in each new record for the field selected. It should, therefore, correspond to the cell format that needs to be entered below."
+msgid  "Enter a default value for this field.\n\nWhen you later enter data in the table, this string will be used in each new record for the field selected. It should, therefore, correspond to the cell format that needs to be entered below."
 msgstr ""
 
 #: ui/tabledesign/table.src#STR_HELP_FIELD_REQUIRED.STRING.TEXT
@@ -3440,7 +3440,7 @@ msgid  "Enter the number format."
 msgstr ""
 
 #: ui/tabledesign/table.src#STR_HELP_LENGTH.STRING.TEXT
-msgid  "Determine the length data can have in this field.\\n\\nIf decimal fields, then the maximum length of the number to be entered, if binary fields, then the length of the data block.\\nThe value will be corrected accordingly when it exceeds the maximum for this database."
+msgid  "Determine the length data can have in this field.\n\nIf decimal fields, then the maximum length of the number to be entered, if binary fields, then the length of the data block.\nThe value will be corrected accordingly when it exceeds the maximum for this database."
 msgstr ""
 
 #: ui/tabledesign/table.src#STR_HELP_SCALE.STRING.TEXT
@@ -3456,7 +3456,7 @@ msgid  "This is where you determine the 
 msgstr ""
 
 #: ui/tabledesign/table.src#STR_HELP_AUTOINCREMENT.STRING.TEXT
-msgid  "Choose if this field should contain AutoIncrement values.\\n\\nYou can not enter data in fields of this type. An intrinsic value will be assigned to each new record automatically (resulting from the increment of the previous record)."
+msgid  "Choose if this field should contain AutoIncrement values.\n\nYou can not enter data in fields of this type. An intrinsic value will be assigned to each new record automatically (resulting from the increment of the previous record)."
 msgstr ""
 
 #: ui/tabledesign/table.src#PB_FORMAT.PUSHBUTTON.TEXT
@@ -3488,11 +3488,11 @@ msgid  "Warning!"
 msgstr ""
 
 #: ui/tabledesign/table.src#TABLE_DESIGN_SAVEMODIFIED.QUERYBOX.MESSAGE
-msgid  "The table has been changed.\\nDo you want to save the changes?"
+msgid  "The table has been changed.\nDo you want to save the changes?"
 msgstr ""
 
 #: ui/tabledesign/table.src#TABLE_QUERY_CONNECTION_LOST.QUERYBOX.MESSAGE
-msgid  "The connection to the database was lost! The table design can only be used with limited functionality without a connection.\\nReconnect?"
+msgid  "The connection to the database was lost! The table design can only be used with limited functionality without a connection.\nReconnect?"
 msgstr ""
 
 #: ui/tabledesign/table.src#STR_TABLEDESIGN_CONNECTION_MISSING.STRING.TEXT
@@ -3504,7 +3504,7 @@ msgid  "The table filter could not be ad
 msgstr ""
 
 #: ui/tabledesign/table.src#QUERY_SAVE_TABLE_EDIT_INDEXES.QUERYBOX.MESSAGE
-msgid  "Before you can edit the indexes of a table, you have to save it.\\nDo you want to save the changes now?"
+msgid  "Before you can edit the indexes of a table, you have to save it.\nDo you want to save the changes now?"
 msgstr ""
 
 #: ui/tabledesign/table.src#STR_TABLEDESIGN_NO_PRIM_KEY_HEAD.STRING.TEXT
@@ -3512,7 +3512,7 @@ msgid  "No primary key"
 msgstr ""
 
 #: ui/tabledesign/table.src#STR_TABLEDESIGN_NO_PRIM_KEY.STRING.TEXT
-msgid  "A unique index or primary key is required for data record identification in this database.\\nYou can only enter data into this table when one of these two structural conditions has been met.\\n\\nShould a primary key be created now?"
+msgid  "A unique index or primary key is required for data record identification in this database.\nYou can only enter data into this table when one of these two structural conditions has been met.\n\nShould a primary key be created now?"
 msgstr ""
 
 #: ui/tabledesign/table.src#STR_TABLEDESIGN_TITLE.STRING.TEXT
@@ -3540,11 +3540,11 @@ msgid  "A~uto-increment statement"
 msgstr ""
 
 #: ui/tabledesign/table.src#STR_HELP_AUTOINCREMENT_VALUE.STRING.TEXT
-msgid  "Enter an SQL statement for the auto-increment field.\\n\\nThis statement will be directly transferred to the database when the table is created."
+msgid  "Enter an SQL statement for the auto-increment field.\n\nThis statement will be directly transferred to the database when the table is created."
 msgstr ""
 
 #: ui/tabledesign/table.src#STR_NO_TYPE_INFO_AVAILABLE.STRING.TEXT
-msgid  "No type information could be retrieved from the database.\\nThe table design mode is not available for this data source."
+msgid  "No type information could be retrieved from the database.\nThe table design mode is not available for this data source."
 msgstr ""
 
 #: ui/tabledesign/table.src#STR_CHANGE_COLUMN_NAME.STRING.TEXT

Modified: openoffice/branches/l10n40/main/languages/source/templates/desktop.pot
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/languages/source/templates/desktop.pot?rev=1517881&r1=1517880&r2=1517881&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/languages/source/templates/desktop.pot (original)
+++ openoffice/branches/l10n40/main/languages/source/templates/desktop.pot Tue Aug 27 16:56:24 2013
@@ -60,11 +60,11 @@ msgid  "Registration"
 msgstr ""
 
 #: migration/wizard.src#STR_WELCOME_MIGRATION.STRING.TEXT
-msgid  "This wizard will guide you through the license agreement, the transfer of user data from %OLD_VERSION and the registration of %PRODUCTNAME.\\n\\nClick 'Next' to continue."
+msgid  "This wizard will guide you through the license agreement, the transfer of user data from %OLD_VERSION and the registration of %PRODUCTNAME.\n\nClick 'Next' to continue."
 msgstr ""
 
 #: migration/wizard.src#STR_WELCOME_WITHOUT_LICENSE.STRING.TEXT
-msgid  "This wizard will guide you through the registration of %PRODUCTNAME.\\n\\nClick 'Next' to continue."
+msgid  "This wizard will guide you through the registration of %PRODUCTNAME.\n\nClick 'Next' to continue."
 msgstr ""
 
 #: migration/wizard.src#STR_FINISH.STRING.TEXT
@@ -72,11 +72,11 @@ msgid  "~Finish"
 msgstr ""
 
 #: migration/wizard.src#STR_REGISTRATION_OOO.STRING.TEXT
-msgid  "You now have the opportunity to support and contribute to the fastest growing open source community in the world.\\n\\nHelp us prove that %PRODUCTNAME has already gained significant market share by registering.\\n\\nRegistering is voluntary and without obligation."
+msgid  "You now have the opportunity to support and contribute to the fastest growing open source community in the world.\n\nHelp us prove that %PRODUCTNAME has already gained significant market share by registering.\n\nRegistering is voluntary and without obligation."
 msgstr ""
 
 #: migration/wizard.src#ERRBOX_REG_NOSYSBROWSER.ERRORBOX.MESSAGE
-msgid  "An error occurred in starting the web browser.\\nPlease check the %PRODUCTNAME and web browser settings."
+msgid  "An error occurred in starting the web browser.\nPlease check the %PRODUCTNAME and web browser settings."
 msgstr ""
 
 #: migration/wizard.src#QB_ASK_DECLINE.QUERYBOX.MESSAGE
@@ -88,7 +88,7 @@ msgid  "Welcome to %PRODUCTNAME %PRODUCT
 msgstr ""
 
 #: migration/wizard.src#TP_WELCOME.FT_WELCOME_BODY.FIXEDTEXT.TEXT
-msgid  "This wizard will guide you through the license agreement and the registration of %PRODUCTNAME.\\n\\nClick 'Next' to continue."
+msgid  "This wizard will guide you through the license agreement and the registration of %PRODUCTNAME.\n\nClick 'Next' to continue."
 msgstr ""
 
 #: migration/wizard.src#TP_LICENSE.FT_LICENSE_HEADER.FIXEDTEXT.TEXT
@@ -128,7 +128,7 @@ msgid  "Transfer personal data"
 msgstr ""
 
 #: migration/wizard.src#TP_MIGRATION.FT_MIGRATION_BODY.FIXEDTEXT.TEXT
-msgid  "Most personal data from %OLDPRODUCT installation can be reused in %PRODUCTNAME %PRODUCTVERSION.\\n\\nIf you do not want to reuse any settings in %PRODUCTNAME %PRODUCTVERSION, unmark the check box."
+msgid  "Most personal data from %OLDPRODUCT installation can be reused in %PRODUCTNAME %PRODUCTVERSION.\n\nIf you do not want to reuse any settings in %PRODUCTNAME %PRODUCTVERSION, unmark the check box."
 msgstr ""
 
 #: migration/wizard.src#TP_MIGRATION.CB_MIGRATION.CHECKBOX.TEXT
@@ -140,7 +140,7 @@ msgid  "Online Update"
 msgstr ""
 
 #: migration/wizard.src#TP_UPDATE_CHECK.FT_UPDATE_CHECK_BODY.FIXEDTEXT.TEXT
-msgid  "%PRODUCTNAME searches automatically at regular intervals for new versions.\\nIn doing so online update does not transfer personal data.\\nAs soon as a new version is available, you will be notified.\\n\\nYou can configure this feature at Tools / Options... / %PRODUCTNAME / Online Update."
+msgid  "%PRODUCTNAME searches automatically at regular intervals for new versions.\nIn doing so online update does not transfer personal data.\nAs soon as a new version is available, you will be notified.\n\nYou can configure this feature at Tools / Options... / %PRODUCTNAME / Online Update."
 msgstr ""
 
 #: migration/wizard.src#TP_UPDATE_CHECK.CB_UPDATE_CHECK.CHECKBOX.TEXT
@@ -176,7 +176,7 @@ msgid  "%PRODUCTNAME Registration"
 msgstr ""
 
 #: migration/wizard.src#TP_REGISTRATION.FT_REGISTRATION_BODY.FIXEDTEXT.TEXT
-msgid  "You now have the opportunity to register as a %PRODUCTNAME user. Registration is voluntary and is without obligation.\\n\\nIf you register, we can inform you about new developments concerning this product."
+msgid  "You now have the opportunity to register as a %PRODUCTNAME user. Registration is voluntary and is without obligation.\n\nIf you register, we can inform you about new developments concerning this product."
 msgstr ""
 
 #: migration/wizard.src#TP_REGISTRATION.RB_REGISTRATION_NOW.RADIOBUTTON.TEXT
@@ -192,7 +192,7 @@ msgid  "I do not want to ~register"
 msgstr ""
 
 #: migration/wizard.src#TP_REGISTRATION.FT_REGISTRATION_END.FIXEDTEXT.TEXT
-msgid  "We hope you enjoy working with %PRODUCTNAME.\\n\\nTo exit the wizard, click 'Finish'."
+msgid  "We hope you enjoy working with %PRODUCTNAME.\n\nTo exit the wizard, click 'Finish'."
 msgstr ""
 
 #: app/desktop.src#STR_RECOVER_QUERY.STRING.TEXT
@@ -204,7 +204,7 @@ msgid  "File Recovery"
 msgstr ""
 
 #: app/desktop.src#STR_RECOVER_PREPARED.WARNINGBOX.MESSAGE
-msgid  "An unrecoverable error has occurred.\\n\\nAll modified files have been saved and can\\nprobably be recovered at program restart."
+msgid  "An unrecoverable error has occurred.\n\nAll modified files have been saved and can\nprobably be recovered at program restart."
 msgstr ""
 
 #: app/desktop.src#STR_BOOTSTRAP_ERR_CANNOT_START.STRING.TEXT
@@ -280,7 +280,7 @@ msgid  "The changes to your personal set
 msgstr ""
 
 #: app/desktop.src#STR_BOOTSTRAP_ERR_CFG_DATAACCESS.STRING.TEXT
-msgid  "%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\\n\\nPlease contact your system administrator."
+msgid  "%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n\nPlease contact your system administrator."
 msgstr ""
 
 #: app/desktop.src#STR_INTERNAL_ERRMSG.STRING.TEXT
@@ -288,7 +288,7 @@ msgid  "The following internal error has
 msgstr ""
 
 #: app/desktop.src#QBX_USERDATALOCKED.QUERYBOX.MESSAGE
-msgid  "Either another instance of %PRODUCTNAME is accessing your personal settings or your personal settings are locked.\\nSimultaneous access can lead to inconsistencies in your personal settings. Before continuing, you should make sure user '$u' closes %PRODUCTNAME on host '$h'.\\n\\nDo you really want to continue?"
+msgid  "Either another instance of %PRODUCTNAME is accessing your personal settings or your personal settings are locked.\nSimultaneous access can lead to inconsistencies in your personal settings. Before continuing, you should make sure user '$u' closes %PRODUCTNAME on host '$h'.\n\nDo you really want to continue?"
 msgstr ""
 
 #: app/desktop.src#STR_TITLE_USERDATALOCKED.STRING.TEXT
@@ -300,7 +300,7 @@ msgid  "Printing is disabled. No documen
 msgstr ""
 
 #: app/desktop.src#INFOBOX_EXPIRED.INFOBOX.MESSAGE
-msgid  "This Evaluation Version has expired. To find out more about %PRODUCTNAME,\\nvisit http://www.openoffice.org"
+msgid  "This Evaluation Version has expired. To find out more about %PRODUCTNAME,\nvisit http://www.openoffice.org"
 msgstr ""
 
 #: app/desktop.src#STR_TITLE_EXPIRED.STRING.TEXT
@@ -308,15 +308,15 @@ msgid  "%PRODUCTNAME %PRODUCTVERSION"
 msgstr ""
 
 #: app/desktop.src#STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE.STRING.TEXT
-msgid  "The path manager is not available.\\n"
+msgid  "The path manager is not available.\n"
 msgstr ""
 
 #: app/desktop.src#STR_BOOSTRAP_ERR_NOTENOUGHDISKSPACE.STRING.TEXT
-msgid  "%PRODUCTNAME user installation could not be completed due to insufficient free disk space. Please free more disc space at the following location and restart %PRODUCTNAME:\\n\\n"
+msgid  "%PRODUCTNAME user installation could not be completed due to insufficient free disk space. Please free more disc space at the following location and restart %PRODUCTNAME:\n\n"
 msgstr ""
 
 #: app/desktop.src#STR_BOOSTRAP_ERR_NOACCESSRIGHTS.STRING.TEXT
-msgid  "%PRODUCTNAME user installation could not be processed due to missing access rights. Please make sure that you have sufficient access rights for the following location and restart %PRODUCTNAME:\\n\\n"
+msgid  "%PRODUCTNAME user installation could not be processed due to missing access rights. Please make sure that you have sufficient access rights for the following location and restart %PRODUCTNAME:\n\n"
 msgstr ""
 
 #: deployment/unopkg/unopkg.src#RID_STR_UNOPKG_ACCEPT_LIC_1.STRING.TEXT
@@ -424,11 +424,11 @@ msgid  "Help"
 msgstr ""
 
 #: deployment/registry/help/dp_help.src#RID_STR_HELPPROCESSING_GENERAL_ERROR.STRING.TEXT
-msgid  "The extension cannot be installed because:\\n"
+msgid  "The extension cannot be installed because:\n"
 msgstr ""
 
 #: deployment/registry/help/dp_help.src#RID_STR_HELPPROCESSING_XMLPARSING_ERROR.STRING.TEXT
-msgid  "The extension will not be installed because an error occurred in the Help files:\\n"
+msgid  "The extension will not be installed because an error occurred in the Help files:\n"
 msgstr ""
 
 #: deployment/registry/sfwk/dp_sfwk.src#RID_STR_SFWK_LIB.STRING.TEXT
@@ -488,27 +488,27 @@ msgid  "Synchronizing repository for %NA
 msgstr ""
 
 #: deployment/gui/dp_gui_versionboxes.src#RID_WARNINGBOX_VERSION_LESS.WARNINGBOX.MESSAGE
-msgid  "You are about to install version $NEW of the extension \\'$NAME\\'.\\nThe newer version $DEPLOYED is already installed.\\nClick \\'OK\\' to replace the installed extension.\\nClick \\'Cancel\\' to stop the installation."
+msgid  "You are about to install version $NEW of the extension \\'$NAME\\'.\nThe newer version $DEPLOYED is already installed.\nClick \\'OK\\' to replace the installed extension.\nClick \\'Cancel\\' to stop the installation."
 msgstr ""
 
 #: deployment/gui/dp_gui_versionboxes.src#RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES.STRING.TEXT
-msgid  "You are about to install version $NEW of the extension \\'$NAME\\'.\\nThe newer version $DEPLOYED, named \\'$OLDNAME\\', is already installed.\\nClick \\'OK\\' to replace the installed extension.\\nClick \\'Cancel\\' to stop the installation."
+msgid  "You are about to install version $NEW of the extension \\'$NAME\\'.\nThe newer version $DEPLOYED, named \\'$OLDNAME\\', is already installed.\nClick \\'OK\\' to replace the installed extension.\nClick \\'Cancel\\' to stop the installation."
 msgstr ""
 
 #: deployment/gui/dp_gui_versionboxes.src#RID_WARNINGBOX_VERSION_EQUAL.WARNINGBOX.MESSAGE
-msgid  "You are about to install version $NEW of the extension \\'$NAME\\'.\\nThat version is already installed.\\nClick \\'OK\\' to replace the installed extension.\\nClick \\'Cancel\\' to stop the installation."
+msgid  "You are about to install version $NEW of the extension \\'$NAME\\'.\nThat version is already installed.\nClick \\'OK\\' to replace the installed extension.\nClick \\'Cancel\\' to stop the installation."
 msgstr ""
 
 #: deployment/gui/dp_gui_versionboxes.src#RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES.STRING.TEXT
-msgid  "You are about to install version $NEW of the extension \\'$NAME\\'.\\nThat version, named \\'$OLDNAME\\', is already installed.\\nClick \\'OK\\' to replace the installed extension.\\nClick \\'Cancel\\' to stop the installation."
+msgid  "You are about to install version $NEW of the extension \\'$NAME\\'.\nThat version, named \\'$OLDNAME\\', is already installed.\nClick \\'OK\\' to replace the installed extension.\nClick \\'Cancel\\' to stop the installation."
 msgstr ""
 
 #: deployment/gui/dp_gui_versionboxes.src#RID_WARNINGBOX_VERSION_GREATER.WARNINGBOX.MESSAGE
-msgid  "You are about to install version $NEW of the extension \\'$NAME\\'.\\nThe older version $DEPLOYED is already installed.\\nClick \\'OK\\' to replace the installed extension.\\nClick \\'Cancel\\' to stop the installation."
+msgid  "You are about to install version $NEW of the extension \\'$NAME\\'.\nThe older version $DEPLOYED is already installed.\nClick \\'OK\\' to replace the installed extension.\nClick \\'Cancel\\' to stop the installation."
 msgstr ""
 
 #: deployment/gui/dp_gui_versionboxes.src#RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES.STRING.TEXT
-msgid  "You are about to install version $NEW of the extension \\'$NAME\\'.\\nThe older version $DEPLOYED, named \\'$OLDNAME\\', is already installed.\\nClick \\'OK\\' to replace the installed extension.\\nClick \\'Cancel\\' to stop the installation."
+msgid  "You are about to install version $NEW of the extension \\'$NAME\\'.\nThe older version $DEPLOYED, named \\'$OLDNAME\\', is already installed.\nClick \\'OK\\' to replace the installed extension.\nClick \\'Cancel\\' to stop the installation."
 msgstr ""
 
 #: deployment/gui/dp_gui_dependencydialog.src#RID_DLG_DEPENDENCIES.MODALDIALOG.TEXT
@@ -516,7 +516,7 @@ msgid  "System dependencies check"
 msgstr ""
 
 #: deployment/gui/dp_gui_dependencydialog.src#RID_DLG_DEPENDENCIES.RID_DLG_DEPENDENCIES_TEXT.FIXEDTEXT.TEXT
-msgid  "The extension cannot be installed as the following\\nsystem dependencies are not fulfilled:"
+msgid  "The extension cannot be installed as the following\nsystem dependencies are not fulfilled:"
 msgstr ""
 
 #: deployment/gui/dp_gui_dialog.src#RID_STR_ADD_PACKAGES.STRING.TEXT
@@ -584,7 +584,7 @@ msgid  "Quit"
 msgstr ""
 
 #: deployment/gui/dp_gui_dialog.src#RID_STR_NO_ADMIN_PRIVILEGE.STRING.TEXT
-msgid  "%PRODUCTNAME has been updated to a new version. Some shared %PRODUCTNAME extensions are not compatible with this version and need to be updated before %PRODUCTNAME can be started.\\n\\nUpdating of shared extension requires administrator privileges. Contact your system administrator to update the following shared extensions:"
+msgid  "%PRODUCTNAME has been updated to a new version. Some shared %PRODUCTNAME extensions are not compatible with this version and need to be updated before %PRODUCTNAME can be started.\n\nUpdating of shared extension requires administrator privileges. Contact your system administrator to update the following shared extensions:"
 msgstr ""
 
 #: deployment/gui/dp_gui_dialog.src#RID_STR_ERROR_MISSING_DEPENDENCIES.STRING.TEXT
@@ -592,7 +592,7 @@ msgid  "The extension cannot be enabled 
 msgstr ""
 
 #: deployment/gui/dp_gui_dialog.src#RID_STR_ERROR_MISSING_LICENSE.STRING.TEXT
-msgid  "This extension is disabled because you haven't accepted the license yet.\\n"
+msgid  "This extension is disabled because you haven't accepted the license yet.\n"
 msgstr ""
 
 #: deployment/gui/dp_gui_dialog.src#RID_STR_SHOW_LICENSE_CMD.STRING.TEXT
@@ -644,23 +644,23 @@ msgid  "Close"
 msgstr ""
 
 #: deployment/gui/dp_gui_dialog.src#RID_WARNINGBOX_INSTALL_EXTENSION.WARNINGBOX.MESSAGE
-msgid  "You are about to install the extension \\'%NAME\\'.\\nClick \\'OK\\' to proceed with the installation.\\nClick \\'Cancel\\' to stop the installation."
+msgid  "You are about to install the extension \\'%NAME\\'.\nClick \\'OK\\' to proceed with the installation.\nClick \\'Cancel\\' to stop the installation."
 msgstr ""
 
 #: deployment/gui/dp_gui_dialog.src#RID_WARNINGBOX_REMOVE_EXTENSION.WARNINGBOX.MESSAGE
-msgid  "You are about to remove the extension \\'%NAME\\'.\\nClick \\'OK\\' to remove the extension.\\nClick \\'Cancel\\' to stop removing the extension."
+msgid  "You are about to remove the extension \\'%NAME\\'.\nClick \\'OK\\' to remove the extension.\nClick \\'Cancel\\' to stop removing the extension."
 msgstr ""
 
 #: deployment/gui/dp_gui_dialog.src#RID_WARNINGBOX_REMOVE_SHARED_EXTENSION.WARNINGBOX.MESSAGE
-msgid  "Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\\nClick \\'OK\\' to remove the extension.\\nClick \\'Cancel\\' to stop removing the extension."
+msgid  "Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\nClick \\'OK\\' to remove the extension.\nClick \\'Cancel\\' to stop removing the extension."
 msgstr ""
 
 #: deployment/gui/dp_gui_dialog.src#RID_WARNINGBOX_ENABLE_SHARED_EXTENSION.WARNINGBOX.MESSAGE
-msgid  "Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\\nClick \\'OK\\' to enable the extension.\\nClick \\'Cancel\\' to stop enabling the extension."
+msgid  "Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\nClick \\'OK\\' to enable the extension.\nClick \\'Cancel\\' to stop enabling the extension."
 msgstr ""
 
 #: deployment/gui/dp_gui_dialog.src#RID_WARNINGBOX_DISABLE_SHARED_EXTENSION.WARNINGBOX.MESSAGE
-msgid  "Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\\nClick \\'OK\\' to disable the extension.\\nClick \\'Cancel\\' to stop disabling the extension."
+msgid  "Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\nClick \\'OK\\' to disable the extension.\nClick \\'Cancel\\' to stop disabling the extension."
 msgstr ""
 
 #: deployment/gui/dp_gui_dialog.src#RID_STR_UNSUPPORTED_PLATFORM.STRING.TEXT
@@ -816,11 +816,11 @@ msgid  "Enable Updates"
 msgstr ""
 
 #: deployment/gui/dp_gui_updatedialog.src#RID_DLG_UPDATE.RID_DLG_UPDATE_IGNORED_UPDATE.STRING.TEXT
-msgid  "This update will be ignored.\\n"
+msgid  "This update will be ignored.\n"
 msgstr ""
 
 #: deployment/gui/dp_gui_updatedialog.src#RID_WARNINGBOX_UPDATE_SHARED_EXTENSION.WARNINGBOX.MESSAGE
-msgid  "Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\\nClick \\'OK\\' to update the extensions.\\nClick \\'Cancel\\' to stop updating the extensions."
+msgid  "Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\nClick \\'OK\\' to update the extensions.\nClick \\'Cancel\\' to stop updating the extensions."
 msgstr ""
 
 #: deployment/gui/dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.MODELESSDIALOG.TEXT
@@ -868,5 +868,185 @@ msgid  "Disable all"
 msgstr ""
 
 #: deployment/gui/dp_gui_dialog2.src#RID_QUERYBOX_INSTALL_FOR_ALL.QUERYBOX.MESSAGE
-msgid  "Make sure that no further users are working with the same %PRODUCTNAME, when installing an extension for all users in a multi user environment.\\n\\nFor whom do you want to install the extension?\\n"
+msgid  "Make sure that no further users are working with the same %PRODUCTNAME, when installing an extension for all users in a multi user environment.\n\nFor whom do you want to install the extension?\n"
+msgstr ""
+
+#: ../win32/source/rebase/rebasegui.ulf#_APP_TITLE_
+msgid  "Installation Status"
+msgstr ""
+
+#: ../win32/source/rebase/rebasegui.ulf#_MSG_OPTIMIZED_FOR_CLIENT_
+msgid  "Installation is optimized for clients."
+msgstr ""
+
+#: ../win32/source/rebase/rebasegui.ulf#_MSG_OPTIMIZED_FOR_SERVER_
+msgid  "Installation is optimized for servers."
+msgstr ""
+
+#: ../win32/source/rebase/rebasegui.ulf#_MSG_NO_INSTALLATION_FOUND_
+msgid  "Cannot find Office installation."
+msgstr ""
+
+#: ../win32/source/setup/setup.ulf#_APP_TITLE_
+msgid  "Setup"
+msgstr ""
+
+#: ../win32/source/setup/setup.ulf#_APP_PROD_TITLE_
+msgid  "The %PRODUCTNAME Setup"
+msgstr ""
+
+#: ../win32/source/setup/setup.ulf#_OUTOFMEM_
+msgid  "Out of Memory"
+msgstr ""
+
+#: ../win32/source/setup/setup.ulf#_NOMSI_
+msgid  "Setup was unable to find the msi package."
+msgstr ""
+
+#: ../win32/source/setup/setup.ulf#_USER_CANCELLED_
+msgid  "Setup was cancelled"
+msgstr ""
+
+#: ../win32/source/setup/setup.ulf#_REQUIRES_ADMIN_PRIV_
+msgid  "Administrator privileges are required for upgrading the Windows Installer."
+msgstr ""
+
+#: ../win32/source/setup/setup.ulf#_FILE_NOT_FOUND_
+msgid  "Setup was unable to find the file '%s'."
+msgstr ""
+
+#: ../win32/source/setup/setup.ulf#_INVALID_PARAM_
+msgid  "Invalid command line option '%s'. Please use '/?' for help."
+msgstr ""
+
+#: ../win32/source/setup/setup.ulf#_SETUP_TO_OLD_
+msgid  "This package requires at least the version '%s' of the Windows Installer. \nYou have Windows Installer '%s' on your system!"
+msgstr ""
+
+#: ../win32/source/setup/setup.ulf#_SETUP_NOT_FOUND_
+msgid  "This package requires the Windows Installer. \nYou need at least Windows Installer '%s' on your system!"
+msgstr ""
+
+#: ../win32/source/setup/setup.ulf#_USAGE_
+msgid  "Usage:\n   /? :  Shows this dialog.\n   /a :  Performs an administrative installation.\n   /j[u|m] :  Performs an advertising installation.\n   /q[n] : Do not show any user interface (silent mode).\n"
+msgstr ""
+
+#: ../win32/source/setup/setup.ulf#_ALREADY_RUNNING_
+msgid  "There is already a setup process running."
+msgstr ""
+
+#: ../win32/source/setup/setup.ulf#_UNKNOWN_ERROR_
+msgid  "An Unknown Error occured!"
+msgstr ""
+
+#: ../win32/source/setup/setup.ulf#_INVALID_PROFILE_
+msgid  "Invalid or incomplete profile."
+msgstr ""
+
+#: ../win32/source/setup/setup.ulf#_UNKNOWN_LANG_
+msgid  "Unknown Language: %d"
+msgstr ""
+
+#: ../win32/source/setup/setup.ulf#_LANGUAGE_ZH_TW_
+msgid  "Chinese (traditional)"
+msgstr ""
+
+#: ../win32/source/setup/setup.ulf#_LANGUAGE_CS_
+msgid  "Czech"
+msgstr ""
+
+#: ../win32/source/setup/setup.ulf#_LANGUAGE_DA_
+msgid  "Danish"
+msgstr ""
+
+#: ../win32/source/setup/setup.ulf#_LANGUAGE_DE_DE_
+msgid  "German (Germany)"
+msgstr ""
+
+#: ../win32/source/setup/setup.ulf#_LANGUAGE_EL_
+msgid  "Greek"
+msgstr ""
+
+#: ../win32/source/setup/setup.ulf#_LANGUAGE_EN_US_
+msgid  "English (USA)"
+msgstr ""
+
+#: ../win32/source/setup/setup.ulf#_LANGUAGE_ES_
+msgid  "Spanish (Spain)"
+msgstr ""
+
+#: ../win32/source/setup/setup.ulf#_LANGUAGE_FI_
+msgid  "Finnish"
+msgstr ""
+
+#: ../win32/source/setup/setup.ulf#_LANGUAGE_FR_FR_
+msgid  "French (France)"
+msgstr ""
+
+#: ../win32/source/setup/setup.ulf#_LANGUAGE_HE_
+msgid  "Hebrew"
+msgstr ""
+
+#: ../win32/source/setup/setup.ulf#_LANGUAGE_HU_
+msgid  "Hungarian"
+msgstr ""
+
+#: ../win32/source/setup/setup.ulf#_LANGUAGE_IT_IT_
+msgid  "Italian (Italy)"
+msgstr ""
+
+#: ../win32/source/setup/setup.ulf#_LANGUAGE_JA_
+msgid  "Japanese"
+msgstr ""
+
+#: ../win32/source/setup/setup.ulf#_LANGUAGE_KO_
+msgid  "Korean"
+msgstr ""
+
+#: ../win32/source/setup/setup.ulf#_LANGUAGE_NL_NL_
+msgid  "Dutch (Netherlands)"
+msgstr ""
+
+#: ../win32/source/setup/setup.ulf#_LANGUAGE_NO_NO_
+msgid  "Norwegian (Bokmål)"
+msgstr ""
+
+#: ../win32/source/setup/setup.ulf#_LANGUAGE_PL_
+msgid  "Polish"
+msgstr ""
+
+#: ../win32/source/setup/setup.ulf#_LANGUAGE_PT_BR_
+msgid  "Portuguese (Brazil)"
+msgstr ""
+
+#: ../win32/source/setup/setup.ulf#_LANGUAGE_RU_
+msgid  "Russian"
+msgstr ""
+
+#: ../win32/source/setup/setup.ulf#_LANGUAGE_SK_
+msgid  "Slovak"
+msgstr ""
+
+#: ../win32/source/setup/setup.ulf#_LANGUAGE_SV_SE_
+msgid  "Swedish (Sweden)"
+msgstr ""
+
+#: ../win32/source/setup/setup.ulf#_LANGUAGE_TH_
+msgid  "Thai"
+msgstr ""
+
+#: ../win32/source/setup/setup.ulf#_LANGUAGE_TR_
+msgid  "Turkish"
+msgstr ""
+
+#: ../win32/source/setup/setup.ulf#_LANGUAGE_ET_
+msgid  "Estonian"
+msgstr ""
+
+#: ../win32/source/setup/setup.ulf#_LANGUAGE_ZH_CN_
+msgid  "Chinese (Simplified)"
+msgstr ""
+
+#: ../win32/source/setup/setup.ulf#_LANGUAGE_PT_PT_
+msgid  "Portuguese (Portugal)"
 msgstr ""

Modified: openoffice/branches/l10n40/main/languages/source/templates/editeng.pot
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/languages/source/templates/editeng.pot?rev=1517881&r1=1517880&r2=1517881&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/languages/source/templates/editeng.pot (original)
+++ openoffice/branches/l10n40/main/languages/source/templates/editeng.pot Tue Aug 27 16:56:24 2013
@@ -988,11 +988,11 @@ msgid  "Continue checking at end of docu
 msgstr ""
 
 #: misc/lingu.src#RID_SVXSTR_HMERR_THESAURUS.STRING.TEXT
-msgid  "No thesaurus is available for the selected language. \\nPlease check your installation and install the desired language\\n"
+msgid  "No thesaurus is available for the selected language. \nPlease check your installation and install the desired language\n"
 msgstr ""
 
 #: misc/lingu.src#RID_SVXSTR_DIC_ERR_UNKNOWN.STRING.TEXT
-msgid  "Word cannot be added to dictionary\\ndue to unknown reason."
+msgid  "Word cannot be added to dictionary\ndue to unknown reason."
 msgstr ""
 
 #: misc/lingu.src#RID_SVXSTR_DIC_ERR_FULL.STRING.TEXT