https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d6b7b7adad770c369a7c183427dcc9aa1ff457ea

commit d6b7b7adad770c369a7c183427dcc9aa1ff457ea
Author:     Andrei Miloiu <[email protected]>
AuthorDate: Sun Nov 19 17:38:22 2023 +0200
Commit:     GitHub <[email protected]>
CommitDate: Sun Nov 19 16:38:22 2023 +0100

    [COMDLG32] Update Romanian (ro-RO) translation (#6000)
---
 dll/win32/comdlg32/lang/cdlg_Ro.rc | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/dll/win32/comdlg32/lang/cdlg_Ro.rc 
b/dll/win32/comdlg32/lang/cdlg_Ro.rc
index 9168023f61e..ed91c9c18b5 100644
--- a/dll/win32/comdlg32/lang/cdlg_Ro.rc
+++ b/dll/win32/comdlg32/lang/cdlg_Ro.rc
@@ -4,7 +4,8 @@
  * Copyright 1999 Bertho Stultiens
  * Copyright 1999 Klaas van Gend
  * Copyright 2008 Michael Stefaniuc
- *           2012 Ștefan Fulea
+ * Copyright 2012 Ștefan Fulea <[email protected]>
+ * Copyright 2023 Andrei Miloiu <[email protected]>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -134,12 +135,12 @@ STRINGTABLE /* Color names */
 STRINGTABLE
 {
     IDS_FONT_SIZE   "Alegeți o mărime de font între %d și %d puncte."
-    IDS_SAVE_BUTTON "&Păstrează"
-    IDS_SAVE_IN     "Păst&rează în:"
-    IDS_SAVE        "Păstrare"
-    IDS_SAVE_AS     "Păstrare în…"
+    IDS_SAVE_BUTTON "&Salvează"
+    IDS_SAVE_IN     "Sal&vează în:"
+    IDS_SAVE        "Salvează"
+    IDS_SAVE_AS     "Salvează ca…"
     IDS_OPEN_FILE   "Deschidere fișier"
-    IDS_SELECT_FOLDER "Selecează dosar"
+    IDS_SELECT_FOLDER "Selectează dosar"
     IDS_FONT_SIZE_INPUT "Dimensiunea fontului trebuie să fie un număr."
 }
 
@@ -171,7 +172,7 @@ FONT 8, "MS Shell Dlg"
 
 SAVE_FILE DIALOG 36, 24, 275, 134
 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "Păstrare fișier"
+CAPTION "Salvează fișierul"
 FONT 8, "MS Shell Dlg"
 {
  LTEXT "N&ume fișier:", stc3, 6, 6, 76, 9
@@ -184,7 +185,7 @@ FONT 8, "MS Shell Dlg"
  COMBOBOX cmb1, 6, 114, 90, 60, CBS_DROPDOWNLIST | CBS_AUTOHSCROLL | WS_BORDER 
| WS_VSCROLL | WS_TABSTOP
  LTEXT "Dis&curi:", stc4, 110, 104, 92, 9
  COMBOBOX cmb2, 110, 114, 92, 68, CBS_DROPDOWNLIST | CBS_OWNERDRAWFIXED | 
CBS_AUTOHSCROLL | CBS_SORT | CBS_HASSTRINGS | WS_BORDER | WS_VSCROLL | 
WS_TABSTOP
- DEFPUSHBUTTON "&Păstrează", IDOK, 208, 6, 60, 14, BS_DEFPUSHBUTTON | WS_GROUP 
| WS_TABSTOP
+ DEFPUSHBUTTON "&Salvează", IDOK, 208, 6, 60, 14, BS_DEFPUSHBUTTON | WS_GROUP 
| WS_TABSTOP
  PUSHBUTTON "A&nulează", IDCANCEL, 208, 24, 60, 14, WS_GROUP | WS_TABSTOP
  PUSHBUTTON "&Manual…", pshHelp, 208, 46, 60, 14, WS_GROUP | WS_TABSTOP
  CHECKBOX "Nem&odificabil", chx1, 208, 68, 65, 12, BS_AUTOCHECKBOX | WS_GROUP 
| WS_TABSTOP

Reply via email to