[1/3] wordpad: Added missing string values for some languages.

Dylan Smith dylan.ah.smith at gmail.com
Tue Feb 24 21:16:42 CST 2009


There were some string that were only available in for certain
languages, so I copied the english version of these values.
---
 programs/wordpad/Da.rc |    5 +++++
 programs/wordpad/Hu.rc |   18 ++++++++++++++++++
 programs/wordpad/Ja.rc |    1 +
 programs/wordpad/No.rc |    1 +
 programs/wordpad/Pl.rc |    5 +++++
 programs/wordpad/Ru.rc |    6 +++++-
 programs/wordpad/Tr.rc |    5 +++++
 programs/wordpad/Zh.rc |    1 +
 8 files changed, 41 insertions(+), 1 deletions(-)
-------------- next part --------------
diff --git a/programs/wordpad/Da.rc b/programs/wordpad/Da.rc
index 8af9080..efea05f 100644
--- a/programs/wordpad/Da.rc
+++ b/programs/wordpad/Da.rc
@@ -235,4 +235,9 @@ BEGIN
                                  "sikker p? at du vil forts?tte?"
     STRING_INVALID_NUMBER,       "Ugyldigt talformat"
     STRING_OLE_STORAGE_NOT_SUPPORTED, "OLE storage dokumenter er ikke underst?ttet"
+    STRING_WRITE_FAILED,              "Could not save the file."
+    STRING_WRITE_ACCESS_DENIED,       "You do not have access to save the file."
+    STRING_OPEN_FAILED,               "Could not open the file."
+    STRING_OPEN_ACCESS_DENIED,        "You do not have access to open the file."
+    STRING_PRINTING_NOT_IMPLEMENTED,  "Printing not implemented"
 END
diff --git a/programs/wordpad/Hu.rc b/programs/wordpad/Hu.rc
index 42933a1..c8e0300 100644
--- a/programs/wordpad/Hu.rc
+++ b/programs/wordpad/Hu.rc
@@ -223,3 +223,21 @@ STRINGTABLE DISCARDABLE
 BEGIN
     STRING_UNITS_CM,             "cm"
 END
+
+STRINGTABLE DISCARDABLE
+BEGIN
+    STRING_DEFAULT_FILENAME,     "Document"
+    STRING_PROMPT_SAVE_CHANGES,  "Save changes to '%s'?"
+    STRING_SEARCH_FINISHED,      "Finished searching the document."
+    STRING_LOAD_RICHED_FAILED,   "Failed to load the RichEdit library."
+    STRING_SAVE_LOSEFORMATTING,  "You have chosen to save in plain text format, " \
+                                 "which will cause all formatting to be lost. " \
+                                 "Are you sure that you wish to do this?"
+    STRING_INVALID_NUMBER,       "Invalid number format"
+    STRING_OLE_STORAGE_NOT_SUPPORTED, "OLE storage documents are not supported"
+    STRING_WRITE_FAILED,              "Could not save the file."
+    STRING_WRITE_ACCESS_DENIED,       "You do not have access to save the file."
+    STRING_OPEN_FAILED,               "Could not open the file."
+    STRING_OPEN_ACCESS_DENIED,        "You do not have access to open the file."
+    STRING_PRINTING_NOT_IMPLEMENTED,  "Printing not implemented"
+END
diff --git a/programs/wordpad/Ja.rc b/programs/wordpad/Ja.rc
index 6133a4a..6f95c07 100644
--- a/programs/wordpad/Ja.rc
+++ b/programs/wordpad/Ja.rc
@@ -242,6 +242,7 @@ BEGIN
     STRING_WRITE_ACCESS_DENIED,       "??????????????????????????????????????????????????????"
     STRING_OPEN_FAILED,               "?????????????????????????????????"
     STRING_OPEN_ACCESS_DENIED,        "????????????????????????????????????????????????"
+    STRING_PRINTING_NOT_IMPLEMENTED,  "Printing not implemented"
 END
 
 #pragma code_page(default)
diff --git a/programs/wordpad/No.rc b/programs/wordpad/No.rc
index b34973e..94edffc 100644
--- a/programs/wordpad/No.rc
+++ b/programs/wordpad/No.rc
@@ -239,4 +239,5 @@ BEGIN
     STRING_WRITE_ACCESS_DENIED,       "Du har ikke tilgang til ? lagre filen."
     STRING_OPEN_FAILED,               "Klarte ikke ?pne filen."
     STRING_OPEN_ACCESS_DENIED,        "Du har ikke tilgang til ? ?pne filen."
+    STRING_PRINTING_NOT_IMPLEMENTED,  "Printing not implemented"
 END
diff --git a/programs/wordpad/Pl.rc b/programs/wordpad/Pl.rc
index 590d9a7..4fdc63b 100644
--- a/programs/wordpad/Pl.rc
+++ b/programs/wordpad/Pl.rc
@@ -236,4 +236,9 @@ BEGIN
                                  "Czy na pewno chcesz to zrobi??"
     STRING_INVALID_NUMBER,       "Z?y format liczby"
     STRING_OLE_STORAGE_NOT_SUPPORTED, "Dokumenty typu OLE storage nie s? obs?ugiwane"
+    STRING_WRITE_FAILED,              "Could not save the file."
+    STRING_WRITE_ACCESS_DENIED,       "You do not have access to save the file."
+    STRING_OPEN_FAILED,               "Could not open the file."
+    STRING_OPEN_ACCESS_DENIED,        "You do not have access to open the file."
+    STRING_PRINTING_NOT_IMPLEMENTED,  "Printing not implemented"
 END
diff --git a/programs/wordpad/Ru.rc b/programs/wordpad/Ru.rc
index f25a688..24ab5cc 100644
--- a/programs/wordpad/Ru.rc
+++ b/programs/wordpad/Ru.rc
@@ -235,5 +235,9 @@ BEGIN
                                  "???? ?????????"
     STRING_INVALID_NUMBER,       "???????????? ???????? ??????"
     STRING_OLE_STORAGE_NOT_SUPPORTED, "OLE storage ????????? ?? ??????????????"
-    STRING_PRINTING_NOT_IMPLEMENTED, "?????? ?? ??????????????"
+    STRING_WRITE_FAILED,              "Could not save the file."
+    STRING_WRITE_ACCESS_DENIED,       "You do not have access to save the file."
+    STRING_OPEN_FAILED,               "Could not open the file."
+    STRING_OPEN_ACCESS_DENIED,        "You do not have access to open the file."
+    STRING_PRINTING_NOT_IMPLEMENTED,  "?????? ?? ??????????????"
 END
diff --git a/programs/wordpad/Tr.rc b/programs/wordpad/Tr.rc
index 1822620..b7e936c 100644
--- a/programs/wordpad/Tr.rc
+++ b/programs/wordpad/Tr.rc
@@ -237,4 +237,9 @@ BEGIN
                                  "Are you sure that you wish to do this?"
     STRING_INVALID_NUMBER,       "Invalid number format"
     STRING_OLE_STORAGE_NOT_SUPPORTED, "OLE storage documents are not supported"
+    STRING_WRITE_FAILED,              "Could not save the file."
+    STRING_WRITE_ACCESS_DENIED,       "You do not have access to save the file."
+    STRING_OPEN_FAILED,               "Could not open the file."
+    STRING_OPEN_ACCESS_DENIED,        "You do not have access to open the file."
+    STRING_PRINTING_NOT_IMPLEMENTED,  "Printing not implemented"
 END
diff --git a/programs/wordpad/Zh.rc b/programs/wordpad/Zh.rc
index 2c9a536..7579edc 100644
--- a/programs/wordpad/Zh.rc
+++ b/programs/wordpad/Zh.rc
@@ -468,6 +468,7 @@ BEGIN
     STRING_WRITE_ACCESS_DENIED,       "??????????????????????????????."
     STRING_OPEN_FAILED,               "??????????????????."
     STRING_OPEN_ACCESS_DENIED,        "??????????????????????????????."
+    STRING_PRINTING_NOT_IMPLEMENTED,  "Printing not implemented"
 END
 
 #pragma code_page(default)


More information about the wine-patches mailing list