mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
b00ecdcab9
From now on for ReactOS related contributions only the organization e-mail shall be used and also reverse the order of my real full name.
33 lines
627 B
Text
33 lines
627 B
Text
/*
|
|
* 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 (george.bisoc@reactos.org)
|
|
*/
|
|
|
|
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_REACTOS_FONTS_FOLDER "Folder-ul de fonturi de ReactOS"
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_COL_NAME "Name"
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_COL_FILENAME "Filename"
|
|
IDS_COL_SIZE "Size"
|
|
IDS_COL_MODIFIED "Modified"
|
|
IDS_COL_ATTR "Attributes"
|
|
IDS_COL_ATTR_LETTERS "RHSAC"
|
|
END
|
|
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_FONT_PREVIEW "Preview"
|
|
END
|