mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:43:00 +00:00
[IEFRAME][DESK] Update Romanian (ro-RO) translation (#5469)
This commit is contained in:
parent
f9363a6573
commit
86e9fa717f
2 changed files with 10 additions and 4 deletions
|
@ -173,7 +173,7 @@ BEGIN
|
||||||
BS_AUTOCHECKBOX | WS_TABSTOP, 116, 14, 100, 12
|
BS_AUTOCHECKBOX | WS_TABSTOP, 116, 14, 100, 12
|
||||||
CONTROL "&Calculatorul meu", IDC_ICONS_MYCOMP, "button",
|
CONTROL "&Calculatorul meu", IDC_ICONS_MYCOMP, "button",
|
||||||
BS_AUTOCHECKBOX | WS_TABSTOP, 14, 28, 100, 12
|
BS_AUTOCHECKBOX | WS_TABSTOP, 14, 28, 100, 12
|
||||||
CONTROL "&Navigatorul de internet", IDC_ICONS_INTERNET, "button",
|
CONTROL "&Navigatorul de Internet", IDC_ICONS_INTERNET, "button",
|
||||||
BS_AUTOCHECKBOX | WS_TABSTOP, 116, 28, 100, 12
|
BS_AUTOCHECKBOX | WS_TABSTOP, 116, 28, 100, 12
|
||||||
CONTROL "", IDC_ICONS_LISTVIEW, "SysListView32",
|
CONTROL "", IDC_ICONS_LISTVIEW, "SysListView32",
|
||||||
LVS_ICON | LVS_ALIGNLEFT | LVS_AUTOARRANGE | LVS_SINGLESEL | WS_BORDER | WS_TABSTOP | WS_HSCROLL,
|
LVS_ICON | LVS_ALIGNLEFT | LVS_AUTOARRANGE | LVS_SINGLESEL | WS_BORDER | WS_TABSTOP | WS_HSCROLL,
|
||||||
|
|
|
@ -1,4 +1,10 @@
|
||||||
/* Translator: Ștefan Fulea (stefan dot fulea at mail dot com) */
|
/*
|
||||||
|
* PROJECT: ReactOS ieframe.dll
|
||||||
|
* LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later)
|
||||||
|
* PURPOSE: Romanian resource file
|
||||||
|
* TRANSLATORS: Copyright 2011-2018 Ștefan Fulea <stefan.fulea@mail.com>
|
||||||
|
* Copyright 2023 Andrei Miloiu <miloiuandrei@gmail.com>
|
||||||
|
*/
|
||||||
|
|
||||||
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
|
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
|
||||||
|
|
||||||
|
@ -42,8 +48,8 @@ IDR_BROWSE_MAIN_MENU MENU
|
||||||
|
|
||||||
STRINGTABLE
|
STRINGTABLE
|
||||||
{
|
{
|
||||||
IDS_INTERNET "Navigatorul de internet"
|
IDS_INTERNET "Navigatorul de Internet"
|
||||||
IDS_INTERNET_DESCRIPTION "Opens a Web browser and displays information on the Internet."
|
IDS_INTERNET_DESCRIPTION "Deschide navigatorul de rețea și afișează informații din Internet."
|
||||||
|
|
||||||
IDS_TB_BACK "Înapoi"
|
IDS_TB_BACK "Înapoi"
|
||||||
IDS_TB_FORWARD "Înainte"
|
IDS_TB_FORWARD "Înainte"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue