From 0cda0baab21d4d4bf40c9459f6f5a7e49aa92492 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Tue, 24 Jul 2012 12:45:18 +0000 Subject: VersionInfo, W7UI, WhoUsesMyFiles, YAPP, ZeroNotification: changed folder structure git-svn-id: http://svn.miranda-ng.org/main/trunk@1161 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/YAPP/docs/m_popup2.h | 29 ------------- plugins/YAPP/docs/yapp-translation.txt | 74 ++++++++++++++++++++++++++++++++++ 2 files changed, 74 insertions(+), 29 deletions(-) delete mode 100644 plugins/YAPP/docs/m_popup2.h create mode 100644 plugins/YAPP/docs/yapp-translation.txt (limited to 'plugins/YAPP/docs') diff --git a/plugins/YAPP/docs/m_popup2.h b/plugins/YAPP/docs/m_popup2.h deleted file mode 100644 index b23aecf7fb..0000000000 --- a/plugins/YAPP/docs/m_popup2.h +++ /dev/null @@ -1,29 +0,0 @@ -#ifndef __m_popup2_h__ -#define __m_popup2_h__ - -#define NFOPT_POPUP2_BACKCOLOR "Popup2/BackColor" -#define NFOPT_POPUP2_TEXTCOLOR "Popup2/TextColor" -#define NFOPT_POPUP2_TIMEOUT "Popup2/Timeout" -#define NFOPT_POPUP2_LCLICKSVC "Popup2/LClickSvc" -#define NFOPT_POPUP2_LCLICKCOOKIE "Popup2/LClickCookie" -#define NFOPT_POPUP2_RCLICKSVC "Popup2/RClickSvc" -#define NFOPT_POPUP2_RCLICKCOOKIE "Popup2/RClickCookie" -#define NFOPT_POPUP2_STATUSMODE "Popup2/StatusMode" -#define NFOPT_POPUP2_PLUGINDATA "Popup2/PluginData" -#define NFOPT_POPUP2_WNDPROC "Popup2/WndProc" - -#define NFOPT_POPUP2_BACKCOLOR_S "Popup2/BackColor/Save" -#define NFOPT_POPUP2_TEXTCOLOR_S "Popup2/TextColor/Save" -#define NFOPT_POPUP2_TIMEOUT_S "Popup2/Timeout/Save" - -#define MS_POPUP2_SHOW "Popup2/Show" -#define MS_POPUP2_UPDATE "Popup2/Update" -#define MS_POPUP2_REMOVE "Popup2/Remove" - -#ifndef POPUP2_NOHELPERS - #define MPopup2Show(a) (CallService(MS_POPUP2_SHOW, 0, (LPARAM)(a))) - #define MPopup2Update(a) (CallService(MS_POPUP2_UPDATE, 0, (LPARAM)(a))) - #define MPopup2Remove(a) (CallService(MS_POPUP2_REMOVE, 0, (LPARAM)(a))) -#endif - -#endif // __m_popup2_h__ diff --git a/plugins/YAPP/docs/yapp-translation.txt b/plugins/YAPP/docs/yapp-translation.txt new file mode 100644 index 0000000000..82c150e612 --- /dev/null +++ b/plugins/YAPP/docs/yapp-translation.txt @@ -0,0 +1,74 @@ +; Common strings that belong to many files +;[PopUps] + +; ../../plugins/YAPP/notify_imp.cpp +;[YAPP Popups] + +; ../../plugins/YAPP/options.cpp +;[An avatar.] +;[Bottom left] +;[Bottom right] +;[Classes] +;[Error] +;[Example] +;[Example With a Long Title] +;[Full-screen app running] +;[Icon on left] +;[Icon on right] +;[Left avatar] +;[No avatar] +;[No time] +;[Right avatar] +;[Settings] +;[Status] +;[The quick brown fox jumped over the lazy dog.] +;[Thequickbrownfoxjumpedoverthelazydog.] +;[Time above avatar] +;[Time on left] +;[Time on right] +;[Top left] +;[Top right] +;[You cannot set a default timeout of 0.\nValue has been reset.] + +; ../../plugins/YAPP/popup_history_dlg.cpp +;[Copy message to clipboard] +;[Copy timestamp to clipboard] +;[Copy title to clipboard] + +; ../../plugins/YAPP/popups2.cpp +;[Test popup class] + +; ../../plugins/YAPP/popups2.rc +;[Animate] +;[Avatar size:] +;[Background colour:] +;[Border] +;[Case sensitive] +;[Close] +;[Custom1] +;[Default Timeout] +;[Disable when] +;[Global hover] +;[Layout] +;[Maximum height:] +;[Never timeout] +;[Opacity(%):] +;[Options] +;[Padding:] +;[Popup history] +;[Preview] +;[Round corners (avatar)] +;[Round corners (window)] +;[Set timeout] +;[Set timeout:] +;[Sidebar width:] +;[Text colour:] +;[Text indent:] +;[Timeout value (0 = default):] +;[Transparent background] +;[Width:] + +; ../../plugins/YAPP/services.cpp +;[Disable Popups] +;[Enable Popups] +;[Popup History] -- cgit v1.2.3