Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorOliver Schneider <oliver@assarbad.net>2014-02-18 03:35:17 +0400
committerOliver Schneider <oliver@assarbad.net>2014-02-18 03:35:17 +0400
commit0842fccab1e35228b50783dd724c61286a2b6a51 (patch)
treeb723c5766169634ac7d29793213220ad1ee2f356 /common
parent5cce3218ecc37f7e7325a778f70fe495fa2ecf0d (diff)
String is getting too long, moving it out ...
Diffstat (limited to 'common')
-rw-r--r--common/common_rsrcstr.h44
1 files changed, 7 insertions, 37 deletions
diff --git a/common/common_rsrcstr.h b/common/common_rsrcstr.h
index 443bf94..0a6c547 100644
--- a/common/common_rsrcstr.h
+++ b/common/common_rsrcstr.h
@@ -22,43 +22,13 @@
// - assarbad -> http://windirstat.info/contact/oliver/
//
-#ifndef __WDS_COMMON_RSRCSTR_H__
-#define __WDS_COMMON_RSRCSTR_H__
+#ifndef __COMMON_RSRCSTR_H_VER__
+#define __COMMON_RSRCSTR_H_VER__ 2014021723
+#if (defined(_MSC_VER) && (_MSC_VER >= 1020)) || defined(__MCPP)
+#pragma once
+#endif // Check for "#pragma once" support
-// This is a unicode encoded string with the names of the translators.
-// Note that each language appears with its native name, followed by the
-// 3-letter ISO code in brackets and the the translator(s).
-// The languages are ordered by the Windows language identifier!
-#define IDSS_TRANSLATORS \
- L"--- \x010Ce\x0161tina (cs) ---\n\n'TomR'\n(mailto:tomr#horses-online.cz)\n\n\n" \
- L"--- Deutsch (de-DE) ---\n\nWDS team\n\n\n" \
- L"--- English (en-US) ---\n\nWDS team\n\n\n" \
- L"--- Espa\x00F1ol (es) ---\n\nSergio Omar Maurelli\n(mailto:sergiomaurelli#hotmail.com)\n\n\n" \
- L"--- Suomi (fi) ---\n\nMarkus Hietaranta\n(mailto:markus.hietaranta#gmail.com)\n\n\n" \
- L"--- Fran\x00E7ais (fr) ---\n\nPascal Delrot\n(mailto:tigroo#users.sourceforge.net)\n'UltraSam'\n(mailto:sam.fd#wanadoo.fr)\n\n\n" \
- L"--- Magyar (hu) ---\n\n'Leonard Nimoy'\n(mailto:sorge#freemail.hu)\n\n\n" \
- L"--- Italiano (it) ---\n\nMaria Antonietta Ricagno\n(mailto:ricagno#antotranslation.com\nhttp://www.antotranslation.com)\n\n\n" \
- L"--- Nederlands (nl) ---\n\nGerben Wieringa\n(mailto:gerbenwieringa#gmail.com)\n\n\n" \
- L"--- Polski (pl) ---\n\nDariusz Ma\x0142achowski\n(mailto:d_malachowski#pf.pl)\n\n\n" \
- L"--- Portugu\x00EAs do Brasil (pt-BR) ---\n\nName: Eliezer Riani de Andrade\n(mailto:eliezer#rilaser.com.br)\n\n\n" \
- L"--- \x0420\x0443\x0441\x0441\x043A\x0438\x0439/Russkij (ru) ---\n\nSergiy '\x041F\x043E\x043B\x0451\x0442' Polyetayev\n(mailto:s_polyetayev#hotmail.com)\n\n\n" \
- L"--- Eesti (et) ---\n\n'Logard'\n\n\n"
-
-/*
-0405 - Czech
-0407 - German
-0409 - English (default)
-040a - Spanish
-040b - Finnish
-040c - French
-040e - Hungarian
-0410 - Italian
-0413 - Dutch
-0415 - Polish
-0416 - Portuguese (Brazil)
-0419 - Russian
-0425 - Estonian
-*/
+#define IDSS_TRANSLATORS L"<list too long>"
// Version of resource DLL
#define IDSS_RESOURCEDLL "Resource Version 4"
@@ -70,4 +40,4 @@
#define IDSS_SEV_WISH "Wish"
#define IDSS_SEV_FEEDBACK "Feedback"
-#endif // __WDS_COMMON_RSRCSTR_H__
+#endif // __COMMON_RSRCSTR_H_VER__