https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f6f1feff26ad792daae5ccb71ae50567349ad811
commit f6f1feff26ad792daae5ccb71ae50567349ad811 Author: Andrei Miloiu <[email protected]> AuthorDate: Tue Jul 11 11:41:56 2023 +0300 Commit: GitHub <[email protected]> CommitDate: Tue Jul 11 10:41:56 2023 +0200 [FONTEXT] Update Romanian (ro-RO) translation (#5422) --- dll/shellext/fontext/lang/ro-RO.rc | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/dll/shellext/fontext/lang/ro-RO.rc b/dll/shellext/fontext/lang/ro-RO.rc index 5ca0c056eab..a57f9092d6e 100644 --- a/dll/shellext/fontext/lang/ro-RO.rc +++ b/dll/shellext/fontext/lang/ro-RO.rc @@ -2,7 +2,8 @@ * PROJECT: ReactOS Font Text * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+) * PURPOSE: Romanian translation for FONTEXT - * COPYRIGHT: Copyright 2018 George Bișoc ([email protected]) + * TRANSLATORS: Copyright 2018 George Bișoc <[email protected]> + * Copyright 2023 Andrei Miloiu <[email protected]> */ LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL @@ -14,20 +15,20 @@ END STRINGTABLE BEGIN - IDS_COL_NAME "Name" + IDS_COL_NAME "Nume" END STRINGTABLE BEGIN - IDS_COL_FILENAME "Filename" - IDS_COL_SIZE "Size" - IDS_COL_MODIFIED "Modified" - IDS_COL_ATTR "Attributes" + IDS_COL_FILENAME "Numele fișierului" + IDS_COL_SIZE "Mărime" + IDS_COL_MODIFIED "Modificat" + IDS_COL_ATTR "Atribuții" IDS_COL_ATTR_LETTERS "RHSAC" END STRINGTABLE BEGIN - IDS_FONT_PREVIEW "Preview" + IDS_FONT_PREVIEW "Previzualizează" END
