https://git.reactos.org/?p=reactos.git;a=commitdiff;h=51cc0019f79c86dcdb585…
commit 51cc0019f79c86dcdb585c6cb207657110ecd3d5
Author: Andrei Miloiu <miloiuandrei(a)gmail.com>
AuthorDate: Wed Nov 8 21:01:58 2023 +0200
Commit: GitHub <noreply(a)github.com>
CommitDate: Wed Nov 8 20:01:58 2023 +0100
[CLIPBRD] Update Romanian (ro-RO) translation (#5909)
---
base/applications/clipbrd/lang/ro-RO.rc | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/base/applications/clipbrd/lang/ro-RO.rc
b/base/applications/clipbrd/lang/ro-RO.rc
index 23d6e91648d..45022725224 100644
--- a/base/applications/clipbrd/lang/ro-RO.rc
+++ b/base/applications/clipbrd/lang/ro-RO.rc
@@ -1,4 +1,11 @@
-/* Translator: Ștefan Fulea (stefan dot fulea at mail dot com) */
+/*
+ * PROJECT: ReactOS Clipboard
+ * LICENSE: GPL-2.0-or-later (
https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE: Romanian resource file
+ * TRANSLATORS: Copyright 2011-2019 Ștefan Fulea <stefan.fulea(a)mail.com>
+ * Copyright 2023 Andrei Miloiu <miloiuandrei(a)gmail.com>
+ */
+
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
ID_ACCEL ACCELERATORS
@@ -11,7 +18,7 @@ BEGIN
POPUP "&Fișier"
BEGIN
MENUITEM "&Deschidere…", CMD_OPEN
- MENUITEM "Păst&rare ca…", CMD_SAVE_AS
+ MENUITEM "S&alvează ca…", CMD_SAVE_AS
MENUITEM SEPARATOR
MENUITEM "I&eșire", CMD_EXIT
END