[SCREENSAVERS]

* Improve resource files.
CORE-7637

svn path=/trunk/; revision=61121
This commit is contained in:
Amine Khaldi 2013-11-28 22:00:38 +00:00
parent 94223619fd
commit dfc4c1754c
49 changed files with 178 additions and 196 deletions

View file

@ -1,6 +1,4 @@
/*
*Korean Translation by Seungju Kim(www.manatails007.org) manatails007*
*/
/* Korean Translation by Seungju Kim - manatails007 */
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT

View file

@ -1,5 +1,5 @@
/*
* translated by Caemyr - Olaf Siejka (Dec,2007)
* Translated by Caemyr - Olaf Siejka (Dec,2007)
* Use ReactOS forum PM or IRC to contact me
* http://www.reactos.org
* IRC: irc.freenode.net #reactos-pl;

View file

@ -1,6 +1,4 @@
/*
* TRANSLATOR: 2013 - Erdem Ersoy (eersoy93) (erdemersoy@live.com)
*/
/* TRANSLATOR: 2013 - Erdem Ersoy (eersoy93) (erdemersoy@live.com) */
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT

View file

@ -1,6 +1,4 @@
/*
* Translated by Song Fuchang (0xfc) <sfc_0@yahoo.com.cm>
*/
/* Translated by Song Fuchang (0xfc) <sfc_0@yahoo.com.cm> */
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED

View file

@ -1,6 +1,4 @@
/*
* Translated by Elton Chung aka MfldElton <elton328@gmail.com>
*/
/* Translated by Elton Chung aka MfldElton <elton328@gmail.com> */
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL

View file

@ -7,15 +7,16 @@
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "OpenGL 3DText ScreenSaver\0"
#define REACTOS_STR_INTERNAL_NAME "3dtext\0"
#define REACTOS_STR_ORIGINAL_FILENAME "3dtext.scr\0"
#define REACTOS_STR_FILE_DESCRIPTION "OpenGL 3DText ScreenSaver"
#define REACTOS_STR_INTERNAL_NAME "3dtext"
#define REACTOS_STR_ORIGINAL_FILENAME "3dtext.scr"
#include <reactos/version.rc>
#include <reactos/manifest_exe.rc>
// UTF-8
/* UTF-8 */
#pragma code_page(65001)
#ifdef LANGUAGE_DE_DE
#include "lang/de-DE.rc"
#endif

View file

@ -1,6 +1,4 @@
/*
* Korean Translation by Seungju Kim(www.manatails007.org) manatails007*
*/
/* Korean Translation by Seungju Kim - manatails007 */
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT

View file

@ -1,5 +1,5 @@
/*
* translated by Caemyr - Olaf Siejka (Dec,2007)
* Translated by Caemyr - Olaf Siejka (Dec, 2007)
* Use ReactOS forum PM or IRC to contact me
* http://www.reactos.org
* IRC: irc.freenode.net #reactos-pl;

View file

@ -1,4 +1,5 @@
//2011.10.30 - Fulea Ștefan: minor changes
/* 2011.10.30 - Fulea Ștefan: minor changes */
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
STRINGTABLE

View file

@ -1,9 +1,4 @@
/*
* PROJECT: ReactOS RAPPS
* FILE: base/applications/screensavers/logon/lang/sv-SE.rc
* PURPOSE: Swedish resource file
* Translation: Jaix Bly
*/
/* Swedish translation by Jaix Bly */
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL

View file

@ -1,6 +1,4 @@
/*
* TRANSLATOR: 2013 - Erdem Ersoy (eersoy93) (erdemersoy@live.com)
*/
/* TRANSLATOR: 2013 - Erdem Ersoy (eersoy93) (erdemersoy@live.com) */
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT

View file

@ -1,6 +1,4 @@
/*
* Translated by Song Fuchang (0xfc) <sfc_0@yahoo.com.cn>
*/
/* Translated by Song Fuchang (0xfc) <sfc_0@yahoo.com.cn> */
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED

View file

@ -1,6 +1,4 @@
/*
* Translated by Elton Chung aka MfldElton <elton328@gmail.com>
*/
/* Translated by Elton Chung aka MfldElton <elton328@gmail.com> */
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL

View file

@ -6,9 +6,9 @@
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Logon ScreenSaver\0"
#define REACTOS_STR_INTERNAL_NAME "logon\0"
#define REACTOS_STR_ORIGINAL_FILENAME "logon.scr\0"
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Logon ScreenSaver"
#define REACTOS_STR_INTERNAL_NAME "logon"
#define REACTOS_STR_ORIGINAL_FILENAME "logon.scr"
#include <reactos/version.rc>
@ -17,8 +17,9 @@ IDB_SERVER BITMAP "res/1.bmp"
#include <reactos/manifest_exe.rc>
// UTF-8
/* UTF-8 */
#pragma code_page(65001)
#ifdef LANGUAGE_BG_BG
#include "lang/bg-BG.rc"
#endif