Compare commits
102 Commits
Author | SHA1 | Date | |
---|---|---|---|
bb74e0e980 | |||
04a8eaa462 | |||
461d857cab | |||
25a05b256f | |||
239a391093 | |||
4ae70c8575 | |||
c8c54e5d54 | |||
e40f9f7e63 | |||
8d4a07860d | |||
a5b7a9c4cc | |||
41f6fc625d | |||
f36094922f | |||
bba0054615 | |||
6a7a6827b2 | |||
3c2441e1c6 | |||
67257bf9ca | |||
57249b0196 | |||
9d84831d9b | |||
5ef1d72e42 | |||
6a034ca669 | |||
0575ace070 | |||
2c761e4aae | |||
a652406dc9 | |||
214a003177 | |||
5613ba6f35 | |||
bd1cf156bc | |||
09b35b14c3 | |||
9d29353fed | |||
283fd08d51 | |||
09bf94b377 | |||
9ce58c3e15 | |||
7ed4eda8ea | |||
e0b9c4d95a | |||
303a060f28 | |||
6264741a62 | |||
28f5710e47 | |||
cf6e3e7c25 | |||
a1485a78f6 | |||
06d39f0561 | |||
0efe4d52c3 | |||
5efadaa8c2 | |||
4937550746 | |||
4b5ffdf9a1 | |||
ffa74466a4 | |||
f4e27d2151 | |||
7f20906cf7 | |||
30b96082bd | |||
0abae8fe0e | |||
6df6eeaa0a | |||
4ac3643ef7 | |||
3fa838aba1 | |||
2557861065 | |||
212e319011 | |||
e5acaee698 | |||
fe85347c31 | |||
e0572524aa | |||
decf8d0860 | |||
f5530b4ca9 | |||
9b174b7855 | |||
33e5bc90a5 | |||
391fc796d7 | |||
946db58d3e | |||
d1a6d02e67 | |||
d695ded8e7 | |||
c4bc78cb47 | |||
3a7d26c68e | |||
9a71fe64c6 | |||
8d64acfab9 | |||
eab7def72e | |||
07dbb7618a | |||
cc7bc07efe | |||
4b7c697385 | |||
8e81ece9e3 | |||
5214afe17e | |||
281c8a7119 | |||
1162ccae3f | |||
4804214231 | |||
130bab1391 | |||
ba609ba469 | |||
6fef48848d | |||
bdc1ffd9f1 | |||
0ac18d6961 | |||
09c08aa301 | |||
d95803c672 | |||
9a74e982ab | |||
c603008cd4 | |||
51eb485440 | |||
e75d31dd9b | |||
0b4e4571b6 | |||
435157955e | |||
f155b93ac2 | |||
0865318278 | |||
271e062be2 | |||
ebe12e5157 | |||
f197c0c937 | |||
29d5769060 | |||
0afbdadea7 | |||
cebcf7506e | |||
3fb92a0c30 | |||
0c5a145ad8 | |||
cc069d0442 | |||
060aada133 |
@@ -30,26 +30,26 @@
|
|||||||
<ProjectGuid>{2D3CE079-7EB1-4F47-B79E-F0310671ECCB}</ProjectGuid>
|
<ProjectGuid>{2D3CE079-7EB1-4F47-B79E-F0310671ECCB}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>CredWrite</RootNamespace>
|
<RootNamespace>CredWrite</RootNamespace>
|
||||||
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
<ConfigurationType>Application</ConfigurationType>
|
||||||
<UseDebugLibraries>true</UseDebugLibraries>
|
<UseDebugLibraries>true</UseDebugLibraries>
|
||||||
<CharacterSet>Unicode</CharacterSet>
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
<PlatformToolset>v142</PlatformToolset>
|
<PlatformToolset>v141</PlatformToolset>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
<ConfigurationType>Application</ConfigurationType>
|
||||||
<UseDebugLibraries>true</UseDebugLibraries>
|
<UseDebugLibraries>true</UseDebugLibraries>
|
||||||
<CharacterSet>Unicode</CharacterSet>
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
<PlatformToolset>v142</PlatformToolset>
|
<PlatformToolset>v141</PlatformToolset>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
<ConfigurationType>Application</ConfigurationType>
|
||||||
<UseDebugLibraries>true</UseDebugLibraries>
|
<UseDebugLibraries>true</UseDebugLibraries>
|
||||||
<CharacterSet>Unicode</CharacterSet>
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
<PlatformToolset>v142</PlatformToolset>
|
<PlatformToolset>v141</PlatformToolset>
|
||||||
<WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
|
<WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||||
@@ -57,21 +57,21 @@
|
|||||||
<UseDebugLibraries>false</UseDebugLibraries>
|
<UseDebugLibraries>false</UseDebugLibraries>
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||||
<CharacterSet>Unicode</CharacterSet>
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
<PlatformToolset>v142</PlatformToolset>
|
<PlatformToolset>v141</PlatformToolset>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
<ConfigurationType>Application</ConfigurationType>
|
||||||
<UseDebugLibraries>false</UseDebugLibraries>
|
<UseDebugLibraries>false</UseDebugLibraries>
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||||
<CharacterSet>Unicode</CharacterSet>
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
<PlatformToolset>v142</PlatformToolset>
|
<PlatformToolset>v141</PlatformToolset>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
<ConfigurationType>Application</ConfigurationType>
|
||||||
<UseDebugLibraries>false</UseDebugLibraries>
|
<UseDebugLibraries>false</UseDebugLibraries>
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||||
<CharacterSet>Unicode</CharacterSet>
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
<PlatformToolset>v142</PlatformToolset>
|
<PlatformToolset>v141</PlatformToolset>
|
||||||
<WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
|
<WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||||
@@ -156,7 +156,7 @@
|
|||||||
<ProjectReference Include="..\lib\TLS\build\TLS.vcxproj">
|
<ProjectReference Include="..\lib\TLS\build\TLS.vcxproj">
|
||||||
<Project>{4d40cb8a-812e-4f12-b23a-31af743878e8}</Project>
|
<Project>{4d40cb8a-812e-4f12-b23a-31af743878e8}</Project>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\lib\WinStd\build\WinStd-16.0.vcxproj">
|
<ProjectReference Include="..\lib\WinStd\build\WinStd-15.0.vcxproj">
|
||||||
<Project>{47399d91-7eb9-41de-b521-514ba5db0c43}</Project>
|
<Project>{47399d91-7eb9-41de-b521-514ba5db0c43}</Project>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
@@ -116,8 +116,7 @@ static int CredWrite()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
_Use_decl_annotations_
|
int CALLBACK WinMain(_In_ HINSTANCE hInstance, _In_ HINSTANCE hPrevInstance, _In_ LPSTR lpCmdLine, _In_ int nCmdShow)
|
||||||
int CALLBACK WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
|
|
||||||
{
|
{
|
||||||
UNREFERENCED_PARAMETER(hPrevInstance);
|
UNREFERENCED_PARAMETER(hPrevInstance);
|
||||||
UNREFERENCED_PARAMETER(lpCmdLine);
|
UNREFERENCED_PARAMETER(lpCmdLine);
|
||||||
|
@@ -1,9 +1,7 @@
|
|||||||
# CredWrite
|
#CredWrite
|
||||||
|
Imports given credentials to Windows Credential Manager for G<>ANTLink use
|
||||||
Imports given credentials to Windows Credential Manager for GÉANTLink use
|
|
||||||
|
|
||||||
## Usage
|
|
||||||
|
|
||||||
|
##Usage
|
||||||
```
|
```
|
||||||
CredWrite <username> <password> [<realm> [level]]
|
CredWrite <username> <password> [<realm> [level]]
|
||||||
```
|
```
|
||||||
@@ -15,15 +13,8 @@ CredWrite <username> <password> [<realm> [level]]
|
|||||||
|
|
||||||
The credentials are stored to Windows Credential Manager in invoking user's roaming profile.
|
The credentials are stored to Windows Credential Manager in invoking user's roaming profile.
|
||||||
|
|
||||||
### Return codes
|
Return codes:
|
||||||
|
|
||||||
- -1 = Invalid parameters
|
- -1 = Invalid parameters
|
||||||
- 0 = Success
|
- 0 = Success
|
||||||
- 1 = Error parsing command line
|
- 1 = Error parsing command line
|
||||||
- 2 = Error encrypting password or writing credentials
|
- 2 = Error encrypting password or writing credentials
|
||||||
|
|
||||||
### Example
|
|
||||||
|
|
||||||
```
|
|
||||||
CredWrite dXNlckBjb250b3NvLmNvbQ== cGFzc3dvcmQxMjM= urn:RFC4282:realm:contoso.com 1
|
|
||||||
```
|
|
||||||
|
@@ -29,7 +29,6 @@
|
|||||||
|
|
||||||
#include <Windows.h>
|
#include <Windows.h>
|
||||||
#include <eaptypes.h> // Must include after <Windows.h>
|
#include <eaptypes.h> // Must include after <Windows.h>
|
||||||
#include <shellapi.h>
|
|
||||||
#include <tchar.h>
|
#include <tchar.h>
|
||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
1
Doxyfile
1
Doxyfile
@@ -794,7 +794,6 @@ EXCLUDE = \
|
|||||||
EventMonitor\res \
|
EventMonitor\res \
|
||||||
lib\EAPBase_UI\res \
|
lib\EAPBase_UI\res \
|
||||||
lib\EapHost_UI\res \
|
lib\EapHost_UI\res \
|
||||||
lib\GTC_UI\res \
|
|
||||||
lib\TLS_UI\res \
|
lib\TLS_UI\res \
|
||||||
lib\TTLS_UI\res \
|
lib\TTLS_UI\res \
|
||||||
lib\WinStd \
|
lib\WinStd \
|
||||||
|
@@ -29,26 +29,26 @@
|
|||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{331B6077-E3E2-4867-B93E-9D3F57280DE7}</ProjectGuid>
|
<ProjectGuid>{331B6077-E3E2-4867-B93E-9D3F57280DE7}</ProjectGuid>
|
||||||
<RootNamespace>EAPTTLS</RootNamespace>
|
<RootNamespace>EAPTTLS</RootNamespace>
|
||||||
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||||
<UseDebugLibraries>true</UseDebugLibraries>
|
<UseDebugLibraries>true</UseDebugLibraries>
|
||||||
<CharacterSet>Unicode</CharacterSet>
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
<PlatformToolset>v142</PlatformToolset>
|
<PlatformToolset>v141</PlatformToolset>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
||||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||||
<UseDebugLibraries>true</UseDebugLibraries>
|
<UseDebugLibraries>true</UseDebugLibraries>
|
||||||
<CharacterSet>Unicode</CharacterSet>
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
<PlatformToolset>v142</PlatformToolset>
|
<PlatformToolset>v141</PlatformToolset>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
|
||||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||||
<UseDebugLibraries>true</UseDebugLibraries>
|
<UseDebugLibraries>true</UseDebugLibraries>
|
||||||
<CharacterSet>Unicode</CharacterSet>
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
<PlatformToolset>v142</PlatformToolset>
|
<PlatformToolset>v141</PlatformToolset>
|
||||||
<WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
|
<WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||||
@@ -56,21 +56,21 @@
|
|||||||
<UseDebugLibraries>false</UseDebugLibraries>
|
<UseDebugLibraries>false</UseDebugLibraries>
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||||
<CharacterSet>Unicode</CharacterSet>
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
<PlatformToolset>v142</PlatformToolset>
|
<PlatformToolset>v141</PlatformToolset>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||||
<UseDebugLibraries>false</UseDebugLibraries>
|
<UseDebugLibraries>false</UseDebugLibraries>
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||||
<CharacterSet>Unicode</CharacterSet>
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
<PlatformToolset>v142</PlatformToolset>
|
<PlatformToolset>v141</PlatformToolset>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
|
||||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||||
<UseDebugLibraries>false</UseDebugLibraries>
|
<UseDebugLibraries>false</UseDebugLibraries>
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||||
<CharacterSet>Unicode</CharacterSet>
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
<PlatformToolset>v142</PlatformToolset>
|
<PlatformToolset>v141</PlatformToolset>
|
||||||
<WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
|
<WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||||
@@ -141,15 +141,9 @@
|
|||||||
<ProjectReference Include="..\..\lib\EAPBase\build\EAPBase.vcxproj">
|
<ProjectReference Include="..\..\lib\EAPBase\build\EAPBase.vcxproj">
|
||||||
<Project>{ad6816a0-9600-4e01-8c49-39d03d1e791f}</Project>
|
<Project>{ad6816a0-9600-4e01-8c49-39d03d1e791f}</Project>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\..\lib\EapHost\build\EapHost.vcxproj">
|
|
||||||
<Project>{b385ec2b-c3f4-48bb-9bac-8b996de7f754}</Project>
|
|
||||||
</ProjectReference>
|
|
||||||
<ProjectReference Include="..\..\lib\Events\build\Events.vcxproj">
|
<ProjectReference Include="..\..\lib\Events\build\Events.vcxproj">
|
||||||
<Project>{d63f24bd-92a0-4d6b-8b69-ed947e4d2b1b}</Project>
|
<Project>{d63f24bd-92a0-4d6b-8b69-ed947e4d2b1b}</Project>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\..\lib\GTC\build\GTC.vcxproj">
|
|
||||||
<Project>{114a70bb-8698-4a0c-8c90-58f22edd8129}</Project>
|
|
||||||
</ProjectReference>
|
|
||||||
<ProjectReference Include="..\..\lib\MSCHAPv2\build\MSCHAPv2.vcxproj">
|
<ProjectReference Include="..\..\lib\MSCHAPv2\build\MSCHAPv2.vcxproj">
|
||||||
<Project>{86a6d6a0-4b7d-4134-be81-a5755c77584d}</Project>
|
<Project>{86a6d6a0-4b7d-4134-be81-a5755c77584d}</Project>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
@@ -162,7 +156,7 @@
|
|||||||
<ProjectReference Include="..\..\lib\TTLS\build\TTLS.vcxproj">
|
<ProjectReference Include="..\..\lib\TTLS\build\TTLS.vcxproj">
|
||||||
<Project>{ee0ef0d9-a475-4038-8637-5754724f65b0}</Project>
|
<Project>{ee0ef0d9-a475-4038-8637-5754724f65b0}</Project>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\..\lib\WinStd\build\WinStd-16.0.vcxproj">
|
<ProjectReference Include="..\..\lib\WinStd\build\WinStd-15.0.vcxproj">
|
||||||
<Project>{47399d91-7eb9-41de-b521-514ba5db0c43}</Project>
|
<Project>{47399d91-7eb9-41de-b521-514ba5db0c43}</Project>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
@@ -29,26 +29,26 @@
|
|||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{DD7A97CA-F18E-43B7-95C4-D06E6A291624}</ProjectGuid>
|
<ProjectGuid>{DD7A97CA-F18E-43B7-95C4-D06E6A291624}</ProjectGuid>
|
||||||
<RootNamespace>EAPTTLSUI</RootNamespace>
|
<RootNamespace>EAPTTLSUI</RootNamespace>
|
||||||
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||||
<UseDebugLibraries>true</UseDebugLibraries>
|
<UseDebugLibraries>true</UseDebugLibraries>
|
||||||
<CharacterSet>Unicode</CharacterSet>
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
<PlatformToolset>v142</PlatformToolset>
|
<PlatformToolset>v141</PlatformToolset>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
||||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||||
<UseDebugLibraries>true</UseDebugLibraries>
|
<UseDebugLibraries>true</UseDebugLibraries>
|
||||||
<CharacterSet>Unicode</CharacterSet>
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
<PlatformToolset>v142</PlatformToolset>
|
<PlatformToolset>v141</PlatformToolset>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
|
||||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||||
<UseDebugLibraries>true</UseDebugLibraries>
|
<UseDebugLibraries>true</UseDebugLibraries>
|
||||||
<CharacterSet>Unicode</CharacterSet>
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
<PlatformToolset>v142</PlatformToolset>
|
<PlatformToolset>v141</PlatformToolset>
|
||||||
<WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
|
<WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||||
@@ -56,21 +56,21 @@
|
|||||||
<UseDebugLibraries>false</UseDebugLibraries>
|
<UseDebugLibraries>false</UseDebugLibraries>
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||||
<CharacterSet>Unicode</CharacterSet>
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
<PlatformToolset>v142</PlatformToolset>
|
<PlatformToolset>v141</PlatformToolset>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||||
<UseDebugLibraries>false</UseDebugLibraries>
|
<UseDebugLibraries>false</UseDebugLibraries>
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||||
<CharacterSet>Unicode</CharacterSet>
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
<PlatformToolset>v142</PlatformToolset>
|
<PlatformToolset>v141</PlatformToolset>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
|
||||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||||
<UseDebugLibraries>false</UseDebugLibraries>
|
<UseDebugLibraries>false</UseDebugLibraries>
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||||
<CharacterSet>Unicode</CharacterSet>
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
<PlatformToolset>v142</PlatformToolset>
|
<PlatformToolset>v141</PlatformToolset>
|
||||||
<WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
|
<WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||||
@@ -144,21 +144,9 @@
|
|||||||
<ProjectReference Include="..\..\lib\EAPBase_UI\build\EAPBase_UI.vcxproj">
|
<ProjectReference Include="..\..\lib\EAPBase_UI\build\EAPBase_UI.vcxproj">
|
||||||
<Project>{d4b54856-be1f-4937-a8f7-495125be76be}</Project>
|
<Project>{d4b54856-be1f-4937-a8f7-495125be76be}</Project>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\..\lib\EapHost\build\EapHost.vcxproj">
|
|
||||||
<Project>{b385ec2b-c3f4-48bb-9bac-8b996de7f754}</Project>
|
|
||||||
</ProjectReference>
|
|
||||||
<ProjectReference Include="..\..\lib\EapHost_UI\build\EapHost_UI.vcxproj">
|
|
||||||
<Project>{13d2d8b5-f6aa-459d-b5f7-29b95dd9d583}</Project>
|
|
||||||
</ProjectReference>
|
|
||||||
<ProjectReference Include="..\..\lib\Events\build\Events.vcxproj">
|
<ProjectReference Include="..\..\lib\Events\build\Events.vcxproj">
|
||||||
<Project>{d63f24bd-92a0-4d6b-8b69-ed947e4d2b1b}</Project>
|
<Project>{d63f24bd-92a0-4d6b-8b69-ed947e4d2b1b}</Project>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\..\lib\GTC\build\GTC.vcxproj">
|
|
||||||
<Project>{114a70bb-8698-4a0c-8c90-58f22edd8129}</Project>
|
|
||||||
</ProjectReference>
|
|
||||||
<ProjectReference Include="..\..\lib\GTC_UI\build\GTC_UI.vcxproj">
|
|
||||||
<Project>{34680813-3a52-46fb-b5a8-1e4bbf770855}</Project>
|
|
||||||
</ProjectReference>
|
|
||||||
<ProjectReference Include="..\..\lib\MSCHAPv2\build\MSCHAPv2.vcxproj">
|
<ProjectReference Include="..\..\lib\MSCHAPv2\build\MSCHAPv2.vcxproj">
|
||||||
<Project>{86a6d6a0-4b7d-4134-be81-a5755c77584d}</Project>
|
<Project>{86a6d6a0-4b7d-4134-be81-a5755c77584d}</Project>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
@@ -183,10 +171,10 @@
|
|||||||
<ProjectReference Include="..\..\lib\TTLS_UI\build\TTLS_UI.vcxproj">
|
<ProjectReference Include="..\..\lib\TTLS_UI\build\TTLS_UI.vcxproj">
|
||||||
<Project>{42f0f0f4-c928-4860-a4e4-94991c2c3d90}</Project>
|
<Project>{42f0f0f4-c928-4860-a4e4-94991c2c3d90}</Project>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\..\lib\WinStd\build\WinStd-16.0.vcxproj">
|
<ProjectReference Include="..\..\lib\WinStd\build\WinStd-15.0.vcxproj">
|
||||||
<Project>{47399d91-7eb9-41de-b521-514ba5db0c43}</Project>
|
<Project>{47399d91-7eb9-41de-b521-514ba5db0c43}</Project>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\..\lib\wxExtend\build\wxExtendLib-16.0.vcxproj">
|
<ProjectReference Include="..\..\lib\wxExtend\build\wxExtendLib-15.0.vcxproj">
|
||||||
<Project>{d3e29951-d9f5-486d-a167-20ae8e90b1fa}</Project>
|
<Project>{d3e29951-d9f5-486d-a167-20ae8e90b1fa}</Project>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
@@ -202,7 +190,6 @@
|
|||||||
<POCompile Include="..\locale\de_DE.po" />
|
<POCompile Include="..\locale\de_DE.po" />
|
||||||
<POCompile Include="..\locale\el_GR.po" />
|
<POCompile Include="..\locale\el_GR.po" />
|
||||||
<POCompile Include="..\locale\es_ES.po" />
|
<POCompile Include="..\locale\es_ES.po" />
|
||||||
<POCompile Include="..\locale\et_EE.po" />
|
|
||||||
<POCompile Include="..\locale\eu_ES.po" />
|
<POCompile Include="..\locale\eu_ES.po" />
|
||||||
<POCompile Include="..\locale\fi_FI.po" />
|
<POCompile Include="..\locale\fi_FI.po" />
|
||||||
<POCompile Include="..\locale\fr_CA.po" />
|
<POCompile Include="..\locale\fr_CA.po" />
|
||||||
|
@@ -132,8 +132,5 @@
|
|||||||
<POCompile Include="..\locale\ko_KR.po">
|
<POCompile Include="..\locale\ko_KR.po">
|
||||||
<Filter>Resource Files\Localization</Filter>
|
<Filter>Resource Files\Localization</Filter>
|
||||||
</POCompile>
|
</POCompile>
|
||||||
<POCompile Include="..\locale\et_EE.po">
|
|
||||||
<Filter>Resource Files\Localization</Filter>
|
|
||||||
</POCompile>
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -1,13 +1,11 @@
|
|||||||
# Translators:
|
|
||||||
# Simon Rozman <simon@rozman.si>, 2018
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EAPMethods\n"
|
"Project-Id-Version: EAPMethods\n"
|
||||||
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 06:18+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Simon Rozman <simon@rozman.si>, 2018\n"
|
"Last-Translator: Simon Rozman <simon@rozman.si>, 2016\n"
|
||||||
"Language-Team: Bulgarian (Bulgaria) (https://www.transifex.com/eduroam_devel/teams/11799/bg_BG/)\n"
|
"Language-Team: Bulgarian (Bulgaria) (https://www.transifex.com/eduroam_devel/teams/11799/bg_BG/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
@@ -903,7 +901,7 @@ msgstr "Използвай &празна външна самоличност"
|
|||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
msgid "Omit my user name and use @mydomain.org only"
|
msgid "Ommit my user name and use @mydomain.org only"
|
||||||
msgstr "Пропусни моето потребителско име и използвай само @mydomain.org"
|
msgstr "Пропусни моето потребителско име и използвай само @mydomain.org"
|
||||||
|
|
||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
||||||
|
@@ -1,15 +1,11 @@
|
|||||||
# Translators:
|
|
||||||
# Simon Rozman <simon@rozman.si>, 2018
|
|
||||||
# eduki <ecercos@xtec.cat>, 2018
|
|
||||||
# jmontane, 2019
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EAPMethods\n"
|
"Project-Id-Version: EAPMethods\n"
|
||||||
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 06:18+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: jmontane, 2019\n"
|
"Last-Translator: eduki <ecercos@xtec.cat>, 2016\n"
|
||||||
"Language-Team: Catalan (Spain) (https://www.transifex.com/eduroam_devel/teams/11799/ca_ES/)\n"
|
"Language-Team: Catalan (Spain) (https://www.transifex.com/eduroam_devel/teams/11799/ca_ES/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
@@ -117,13 +113,13 @@ msgstr "Ha fallat l'esborrat de credencials (error %u)."
|
|||||||
#: ver1.1/lib/EAPBase_UI/include/EAP_UI.h:854
|
#: ver1.1/lib/EAPBase_UI/include/EAP_UI.h:854
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "(error %u)"
|
msgid "(error %u)"
|
||||||
msgstr "(error %u)"
|
msgstr ""
|
||||||
|
|
||||||
#: master/lib/EAPBase_UI/include/EAP_UI.h:859
|
#: master/lib/EAPBase_UI/include/EAP_UI.h:859
|
||||||
#: ver1.0/lib/EAPBase_UI/include/EAP_UI.h:792
|
#: ver1.0/lib/EAPBase_UI/include/EAP_UI.h:792
|
||||||
#: ver1.1/lib/EAPBase_UI/include/EAP_UI.h:858
|
#: ver1.1/lib/EAPBase_UI/include/EAP_UI.h:858
|
||||||
msgid "(error)"
|
msgid "(error)"
|
||||||
msgstr "(error)"
|
msgstr ""
|
||||||
|
|
||||||
#: master/lib/EAPBase_UI/include/EAP_UI.h:870
|
#: master/lib/EAPBase_UI/include/EAP_UI.h:870
|
||||||
#: master/lib/EAPBase_UI/include/EAP_UI.h:879
|
#: master/lib/EAPBase_UI/include/EAP_UI.h:879
|
||||||
@@ -144,7 +140,7 @@ msgstr "(buit)"
|
|||||||
#: ver1.1/lib/EAPBase_UI/include/EAP_UI.h:869
|
#: ver1.1/lib/EAPBase_UI/include/EAP_UI.h:869
|
||||||
#: ver1.1/lib/EAPBase_UI/include/EAP_UI.h:878
|
#: ver1.1/lib/EAPBase_UI/include/EAP_UI.h:878
|
||||||
msgid "(blank ID)"
|
msgid "(blank ID)"
|
||||||
msgstr "(ID buit)"
|
msgstr ""
|
||||||
|
|
||||||
#: master/lib/EAPBase_UI/include/EAP_UI.h:919
|
#: master/lib/EAPBase_UI/include/EAP_UI.h:919
|
||||||
#: ver1.0/lib/EAPBase_UI/include/EAP_UI.h:854
|
#: ver1.0/lib/EAPBase_UI/include/EAP_UI.h:854
|
||||||
@@ -174,7 +170,7 @@ msgstr "+"
|
|||||||
#: ver1.0/lib/EAPBase_UI/res/wxEAP_UI.cpp:38
|
#: ver1.0/lib/EAPBase_UI/res/wxEAP_UI.cpp:38
|
||||||
#: ver1.1/lib/EAPBase_UI/res/wxEAP_UI.cpp:38
|
#: ver1.1/lib/EAPBase_UI/res/wxEAP_UI.cpp:38
|
||||||
msgid "Adds new provider"
|
msgid "Adds new provider"
|
||||||
msgstr "Afegeix un proveïdor nou"
|
msgstr "Afegir nou proveidor"
|
||||||
|
|
||||||
#: master/lib/EAPBase_UI/res/wxEAP_UI.cpp:42
|
#: master/lib/EAPBase_UI/res/wxEAP_UI.cpp:42
|
||||||
#: ver1.0/lib/EAPBase_UI/res/wxEAP_UI.cpp:42
|
#: ver1.0/lib/EAPBase_UI/res/wxEAP_UI.cpp:42
|
||||||
@@ -186,7 +182,7 @@ msgstr "-"
|
|||||||
#: ver1.0/lib/EAPBase_UI/res/wxEAP_UI.cpp:43
|
#: ver1.0/lib/EAPBase_UI/res/wxEAP_UI.cpp:43
|
||||||
#: ver1.1/lib/EAPBase_UI/res/wxEAP_UI.cpp:43
|
#: ver1.1/lib/EAPBase_UI/res/wxEAP_UI.cpp:43
|
||||||
msgid "Removes selected provider"
|
msgid "Removes selected provider"
|
||||||
msgstr "Esborra el proveïdor seleccionat"
|
msgstr "Esborrar proveidor seleccionat"
|
||||||
|
|
||||||
#: master/lib/EAPBase_UI/res/wxEAP_UI.cpp:47
|
#: master/lib/EAPBase_UI/res/wxEAP_UI.cpp:47
|
||||||
#: ver1.0/lib/EAPBase_UI/res/wxEAP_UI.cpp:47
|
#: ver1.0/lib/EAPBase_UI/res/wxEAP_UI.cpp:47
|
||||||
@@ -243,7 +239,7 @@ msgstr ""
|
|||||||
#: ver1.0/lib/EAPBase_UI/res/wxEAP_UI.cpp:272
|
#: ver1.0/lib/EAPBase_UI/res/wxEAP_UI.cpp:272
|
||||||
#: ver1.1/lib/EAPBase_UI/res/wxEAP_UI.cpp:272
|
#: ver1.1/lib/EAPBase_UI/res/wxEAP_UI.cpp:272
|
||||||
msgid "&Clear Credentials"
|
msgid "&Clear Credentials"
|
||||||
msgstr "&Esborra les credencials"
|
msgstr "&Esborrar Credencials"
|
||||||
|
|
||||||
#: master/lib/EAPBase_UI/res/wxEAP_UI.cpp:273
|
#: master/lib/EAPBase_UI/res/wxEAP_UI.cpp:273
|
||||||
#: ver1.0/lib/EAPBase_UI/res/wxEAP_UI.cpp:273
|
#: ver1.0/lib/EAPBase_UI/res/wxEAP_UI.cpp:273
|
||||||
@@ -262,7 +258,7 @@ msgstr ""
|
|||||||
#: ver1.1/lib/EAPBase_UI/res/wxEAP_UI.cpp:277
|
#: ver1.1/lib/EAPBase_UI/res/wxEAP_UI.cpp:277
|
||||||
#: ver1.1/lib/EAPBase_UI/res/wxEAP_UI.cpp:316
|
#: ver1.1/lib/EAPBase_UI/res/wxEAP_UI.cpp:316
|
||||||
msgid "&Set Credentials..."
|
msgid "&Set Credentials..."
|
||||||
msgstr "&Desa les credencials..."
|
msgstr "&Desar Credencials..."
|
||||||
|
|
||||||
#: master/lib/EAPBase_UI/res/wxEAP_UI.cpp:278
|
#: master/lib/EAPBase_UI/res/wxEAP_UI.cpp:278
|
||||||
#: master/lib/EAPBase_UI/res/wxEAP_UI.cpp:317
|
#: master/lib/EAPBase_UI/res/wxEAP_UI.cpp:317
|
||||||
@@ -305,7 +301,7 @@ msgstr "ID d'usuari i contrasenya"
|
|||||||
#: ver1.0/lib/EAPBase_UI/res/wxEAP_UI.cpp:369
|
#: ver1.0/lib/EAPBase_UI/res/wxEAP_UI.cpp:369
|
||||||
#: ver1.1/lib/EAPBase_UI/res/wxEAP_UI.cpp:369
|
#: ver1.1/lib/EAPBase_UI/res/wxEAP_UI.cpp:369
|
||||||
msgid "Please provide your user ID and password."
|
msgid "Please provide your user ID and password."
|
||||||
msgstr "Introduïu el vostre ID d'usuari i contrasenya"
|
msgstr "Sisplau introduiu el vostre ID d'usuari i contrasenya"
|
||||||
|
|
||||||
#: master/lib/EAPBase_UI/res/wxEAP_UI.cpp:379
|
#: master/lib/EAPBase_UI/res/wxEAP_UI.cpp:379
|
||||||
#: master/lib/EAPBase_UI/res/wxEAP_UI.cpp:443
|
#: master/lib/EAPBase_UI/res/wxEAP_UI.cpp:443
|
||||||
@@ -320,7 +316,7 @@ msgstr "ID d'usuari:"
|
|||||||
#: ver1.1/lib/EAPBase_UI/res/wxEAP_UI.cpp:384
|
#: ver1.1/lib/EAPBase_UI/res/wxEAP_UI.cpp:384
|
||||||
msgid "Enter your user name here (user@domain.org, DOMAIN\\User, etc.)"
|
msgid "Enter your user name here (user@domain.org, DOMAIN\\User, etc.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Introduïu el vostre identificador aquí (identificador@domini.org, "
|
"Introduiu el vostre identificador aquí (identificador@domini.org, "
|
||||||
"DOMINI\\identificador, etc.)"
|
"DOMINI\\identificador, etc.)"
|
||||||
|
|
||||||
#: master/lib/EAPBase_UI/res/wxEAP_UI.cpp:388
|
#: master/lib/EAPBase_UI/res/wxEAP_UI.cpp:388
|
||||||
@@ -333,7 +329,7 @@ msgstr "Contrasenya:"
|
|||||||
#: ver1.0/lib/EAPBase_UI/res/wxEAP_UI.cpp:393
|
#: ver1.0/lib/EAPBase_UI/res/wxEAP_UI.cpp:393
|
||||||
#: ver1.1/lib/EAPBase_UI/res/wxEAP_UI.cpp:393
|
#: ver1.1/lib/EAPBase_UI/res/wxEAP_UI.cpp:393
|
||||||
msgid "Enter your password here"
|
msgid "Enter your password here"
|
||||||
msgstr "Introduïu la vostra contrasenya aquí"
|
msgstr "Introduiu la vostra contrasenya aquí"
|
||||||
|
|
||||||
#: master/lib/EAPBase_UI/res/wxEAP_UI.cpp:423
|
#: master/lib/EAPBase_UI/res/wxEAP_UI.cpp:423
|
||||||
msgid "User ID"
|
msgid "User ID"
|
||||||
@@ -341,7 +337,7 @@ msgstr "ID d'usuari"
|
|||||||
|
|
||||||
#: master/lib/EAPBase_UI/res/wxEAP_UI.cpp:433
|
#: master/lib/EAPBase_UI/res/wxEAP_UI.cpp:433
|
||||||
msgid "Please provide your user ID."
|
msgid "Please provide your user ID."
|
||||||
msgstr "Introduïu el vostre ID."
|
msgstr "Sisplau introduïu el vostre ID."
|
||||||
|
|
||||||
#: master/lib/EAPBase_UI/res/wxEAP_UI.cpp:473
|
#: master/lib/EAPBase_UI/res/wxEAP_UI.cpp:473
|
||||||
#: ver1.0/lib/EAPBase_UI/res/wxEAP_UI.cpp:424
|
#: ver1.0/lib/EAPBase_UI/res/wxEAP_UI.cpp:424
|
||||||
@@ -378,7 +374,7 @@ msgstr ""
|
|||||||
#: ver1.0/lib/EAPBase_UI/res/wxEAP_UI.cpp:451
|
#: ver1.0/lib/EAPBase_UI/res/wxEAP_UI.cpp:451
|
||||||
#: ver1.1/lib/EAPBase_UI/res/wxEAP_UI.cpp:451
|
#: ver1.1/lib/EAPBase_UI/res/wxEAP_UI.cpp:451
|
||||||
msgid "(Keep it short, please)"
|
msgid "(Keep it short, please)"
|
||||||
msgstr "(Sigueu breu)"
|
msgstr "(Sigueu breus, sisplau)"
|
||||||
|
|
||||||
#: master/lib/EAPBase_UI/res/wxEAP_UI.cpp:510
|
#: master/lib/EAPBase_UI/res/wxEAP_UI.cpp:510
|
||||||
#: ver1.0/lib/EAPBase_UI/res/wxEAP_UI.cpp:461
|
#: ver1.0/lib/EAPBase_UI/res/wxEAP_UI.cpp:461
|
||||||
@@ -619,7 +615,8 @@ msgstr ""
|
|||||||
#: ver1.0/lib/EAPBase_UI/src/EAP_UI.cpp:283
|
#: ver1.0/lib/EAPBase_UI/src/EAP_UI.cpp:283
|
||||||
#: ver1.1/lib/EAPBase_UI/src/EAP_UI.cpp:251
|
#: ver1.1/lib/EAPBase_UI/src/EAP_UI.cpp:251
|
||||||
msgid "Please, reconsider necessity to enter your credentials."
|
msgid "Please, reconsider necessity to enter your credentials."
|
||||||
msgstr "Reconsidereu la necessitat d'introduir les vostres credencials."
|
msgstr ""
|
||||||
|
"Sisplau, reconsidereu la necessitat d'introduir les vostres credencials."
|
||||||
|
|
||||||
#: master/lib/EapHost_UI/res/wxEapHost_UI.cpp:17
|
#: master/lib/EapHost_UI/res/wxEapHost_UI.cpp:17
|
||||||
#: ver1.1/lib/EapHost_UI/res/wxEapHost_UI.cpp:17
|
#: ver1.1/lib/EapHost_UI/res/wxEapHost_UI.cpp:17
|
||||||
@@ -667,11 +664,11 @@ msgstr "Repte GTC"
|
|||||||
|
|
||||||
#: master/lib/GTC_UI/res/wxGTC_UI.cpp:26
|
#: master/lib/GTC_UI/res/wxGTC_UI.cpp:26
|
||||||
msgid "Please provide your response."
|
msgid "Please provide your response."
|
||||||
msgstr "Indiqueu la vostra resposta."
|
msgstr "Faciliteu sisplau la vostra resposta."
|
||||||
|
|
||||||
#: master/lib/GTC_UI/res/wxGTC_UI.cpp:38
|
#: master/lib/GTC_UI/res/wxGTC_UI.cpp:38
|
||||||
msgid "Server challenge"
|
msgid "Server challenge"
|
||||||
msgstr "Repte del servidor"
|
msgstr "Repte del Servidor"
|
||||||
|
|
||||||
#: master/lib/GTC_UI/res/wxGTC_UI.cpp:43
|
#: master/lib/GTC_UI/res/wxGTC_UI.cpp:43
|
||||||
msgid "Enter your response here"
|
msgid "Enter your response here"
|
||||||
@@ -752,7 +749,7 @@ msgstr ""
|
|||||||
#: master/lib/TLS_UI/res/wxTLS_UI.cpp:52 ver1.0/lib/TLS_UI/res/wxTLS_UI.cpp:52
|
#: master/lib/TLS_UI/res/wxTLS_UI.cpp:52 ver1.0/lib/TLS_UI/res/wxTLS_UI.cpp:52
|
||||||
#: ver1.1/lib/TLS_UI/res/wxTLS_UI.cpp:52
|
#: ver1.1/lib/TLS_UI/res/wxTLS_UI.cpp:52
|
||||||
msgid "Add CA from File..."
|
msgid "Add CA from File..."
|
||||||
msgstr "Afegeix CA des d'un fitxer..."
|
msgstr "Afegir CA des d'un fitxer..."
|
||||||
|
|
||||||
#: master/lib/TLS_UI/res/wxTLS_UI.cpp:53 ver1.0/lib/TLS_UI/res/wxTLS_UI.cpp:53
|
#: master/lib/TLS_UI/res/wxTLS_UI.cpp:53 ver1.0/lib/TLS_UI/res/wxTLS_UI.cpp:53
|
||||||
#: ver1.1/lib/TLS_UI/res/wxTLS_UI.cpp:53
|
#: ver1.1/lib/TLS_UI/res/wxTLS_UI.cpp:53
|
||||||
@@ -762,7 +759,7 @@ msgstr "Afegeix una nova autoritat de certificació des de d'un arxiu"
|
|||||||
#: master/lib/TLS_UI/res/wxTLS_UI.cpp:57 ver1.0/lib/TLS_UI/res/wxTLS_UI.cpp:57
|
#: master/lib/TLS_UI/res/wxTLS_UI.cpp:57 ver1.0/lib/TLS_UI/res/wxTLS_UI.cpp:57
|
||||||
#: ver1.1/lib/TLS_UI/res/wxTLS_UI.cpp:57
|
#: ver1.1/lib/TLS_UI/res/wxTLS_UI.cpp:57
|
||||||
msgid "&Remove CA"
|
msgid "&Remove CA"
|
||||||
msgstr "&Elimina CA"
|
msgstr "&Eliminar CA"
|
||||||
|
|
||||||
#: master/lib/TLS_UI/res/wxTLS_UI.cpp:58 ver1.0/lib/TLS_UI/res/wxTLS_UI.cpp:58
|
#: master/lib/TLS_UI/res/wxTLS_UI.cpp:58 ver1.0/lib/TLS_UI/res/wxTLS_UI.cpp:58
|
||||||
#: ver1.1/lib/TLS_UI/res/wxTLS_UI.cpp:58
|
#: ver1.1/lib/TLS_UI/res/wxTLS_UI.cpp:58
|
||||||
@@ -810,7 +807,7 @@ msgstr "Certificat de client per a l'autenticació"
|
|||||||
#: ver1.0/lib/TLS_UI/res/wxTLS_UI.cpp:142
|
#: ver1.0/lib/TLS_UI/res/wxTLS_UI.cpp:142
|
||||||
#: ver1.1/lib/TLS_UI/res/wxTLS_UI.cpp:142
|
#: ver1.1/lib/TLS_UI/res/wxTLS_UI.cpp:142
|
||||||
msgid "Custom &identity:"
|
msgid "Custom &identity:"
|
||||||
msgstr "Personalitza la &identitat:"
|
msgstr "Personalitzar la &identitat:"
|
||||||
|
|
||||||
#: master/lib/TLS_UI/res/wxTLS_UI.cpp:147
|
#: master/lib/TLS_UI/res/wxTLS_UI.cpp:147
|
||||||
#: ver1.0/lib/TLS_UI/res/wxTLS_UI.cpp:147
|
#: ver1.0/lib/TLS_UI/res/wxTLS_UI.cpp:147
|
||||||
@@ -825,7 +822,7 @@ msgstr ""
|
|||||||
#: master/lib/TLS_UI/src/TLS_UI.cpp:252 ver1.0/lib/TLS_UI/src/TLS_UI.cpp:246
|
#: master/lib/TLS_UI/src/TLS_UI.cpp:252 ver1.0/lib/TLS_UI/src/TLS_UI.cpp:246
|
||||||
#: ver1.1/lib/TLS_UI/src/TLS_UI.cpp:252
|
#: ver1.1/lib/TLS_UI/src/TLS_UI.cpp:252
|
||||||
msgid "Add Certificate"
|
msgid "Add Certificate"
|
||||||
msgstr "Afegeix un certificat"
|
msgstr "Afegir Certificat"
|
||||||
|
|
||||||
#: master/lib/TLS_UI/src/TLS_UI.cpp:253 ver1.0/lib/TLS_UI/src/TLS_UI.cpp:247
|
#: master/lib/TLS_UI/src/TLS_UI.cpp:253 ver1.0/lib/TLS_UI/src/TLS_UI.cpp:247
|
||||||
#: ver1.1/lib/TLS_UI/src/TLS_UI.cpp:253
|
#: ver1.1/lib/TLS_UI/src/TLS_UI.cpp:253
|
||||||
@@ -892,7 +889,7 @@ msgstr "Utilitza una identitat externa &buida"
|
|||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
msgid "Omit my user name and use @mydomain.org only"
|
msgid "Ommit my user name and use @mydomain.org only"
|
||||||
msgstr "Omet el meu identificador i utilitza només @elmeudomini.org"
|
msgstr "Omet el meu identificador i utilitza només @elmeudomini.org"
|
||||||
|
|
||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
||||||
|
@@ -1,13 +1,10 @@
|
|||||||
# Translators:
|
|
||||||
# Simon Rozman <simon@rozman.si>, 2017
|
|
||||||
# Petr Adamec <p.b.adamec@gmail.com>, 2017
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EAPMethods\n"
|
"Project-Id-Version: EAPMethods\n"
|
||||||
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 06:18+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Petr Adamec <p.b.adamec@gmail.com>, 2017\n"
|
"Last-Translator: Petr Adamec <p.b.adamec@gmail.com>, 2017\n"
|
||||||
"Language-Team: Czech (Czech Republic) (https://www.transifex.com/eduroam_devel/teams/11799/cs_CZ/)\n"
|
"Language-Team: Czech (Czech Republic) (https://www.transifex.com/eduroam_devel/teams/11799/cs_CZ/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -847,7 +844,7 @@ msgstr ""
|
|||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
msgid "Omit my user name and use @mydomain.org only"
|
msgid "Ommit my user name and use @mydomain.org only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
||||||
|
@@ -1,13 +1,11 @@
|
|||||||
# Translators:
|
|
||||||
# Simon Rozman <simon@rozman.si>, 2017
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EAPMethods\n"
|
"Project-Id-Version: EAPMethods\n"
|
||||||
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 06:18+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Simon Rozman <simon@rozman.si>, 2017\n"
|
"Last-Translator: Simon Rozman <simon@rozman.si>, 2016\n"
|
||||||
"Language-Team: Welsh (https://www.transifex.com/eduroam_devel/teams/11799/cy/)\n"
|
"Language-Team: Welsh (https://www.transifex.com/eduroam_devel/teams/11799/cy/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
@@ -846,7 +844,7 @@ msgstr ""
|
|||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
msgid "Omit my user name and use @mydomain.org only"
|
msgid "Ommit my user name and use @mydomain.org only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
||||||
|
@@ -1,13 +1,11 @@
|
|||||||
# Translators:
|
|
||||||
# Simon Rozman <simon@rozman.si>, 2018
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EAPMethods\n"
|
"Project-Id-Version: EAPMethods\n"
|
||||||
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 06:18+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Simon Rozman <simon@rozman.si>, 2018\n"
|
"Last-Translator: Simon Rozman <simon@rozman.si>, 2016\n"
|
||||||
"Language-Team: German (https://www.transifex.com/eduroam_devel/teams/11799/de/)\n"
|
"Language-Team: German (https://www.transifex.com/eduroam_devel/teams/11799/de/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
@@ -897,7 +895,7 @@ msgstr "Leeren N&utzernamen verwenden"
|
|||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
msgid "Omit my user name and use @mydomain.org only"
|
msgid "Ommit my user name and use @mydomain.org only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Im unverschlüsselten Teil den Nutzernamen weglassen und nur den @domain Teil"
|
"Im unverschlüsselten Teil den Nutzernamen weglassen und nur den @domain Teil"
|
||||||
" senden"
|
" senden"
|
||||||
|
@@ -1,15 +1,11 @@
|
|||||||
# Translators:
|
|
||||||
# Zenon Mousmoulas <zenon@mousmoulas.gr>, 2017
|
|
||||||
# Vicky Kons <vickyk@admin.grnet.gr>, 2017
|
|
||||||
# Simon Rozman <simon@rozman.si>, 2018
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EAPMethods\n"
|
"Project-Id-Version: EAPMethods\n"
|
||||||
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 06:18+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Simon Rozman <simon@rozman.si>, 2018\n"
|
"Last-Translator: Vicky Kons <vickyk@admin.grnet.gr>, 2017\n"
|
||||||
"Language-Team: Greek (https://www.transifex.com/eduroam_devel/teams/11799/el/)\n"
|
"Language-Team: Greek (https://www.transifex.com/eduroam_devel/teams/11799/el/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
@@ -907,7 +903,7 @@ msgstr "Χρησιμοποιήστε &κενή εξωτερική ταυτότη
|
|||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
msgid "Omit my user name and use @mydomain.org only"
|
msgid "Ommit my user name and use @mydomain.org only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Παραλείψτε το όνομα χρήστη μου και χρησιμοποιήστε μόνο το @mydomain.org"
|
"Παραλείψτε το όνομα χρήστη μου και χρησιμοποιήστε μόνο το @mydomain.org"
|
||||||
|
|
||||||
|
@@ -1,14 +1,11 @@
|
|||||||
# Translators:
|
|
||||||
# Simon Rozman <simon@rozman.si>, 2018
|
|
||||||
# Alberto Martínez Setién, 2018
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EAPMethods\n"
|
"Project-Id-Version: EAPMethods\n"
|
||||||
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 06:18+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Alberto Martínez Setién, 2018\n"
|
"Last-Translator: Alberto Martínez Setién, 2017\n"
|
||||||
"Language-Team: Spanish (https://www.transifex.com/eduroam_devel/teams/11799/es/)\n"
|
"Language-Team: Spanish (https://www.transifex.com/eduroam_devel/teams/11799/es/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
@@ -901,7 +898,7 @@ msgstr "Usar una identidad externa &vacía"
|
|||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
msgid "Omit my user name and use @mydomain.org only"
|
msgid "Ommit my user name and use @mydomain.org only"
|
||||||
msgstr "Omitir mi nombre de usuario y usar @midominio.org sólo"
|
msgstr "Omitir mi nombre de usuario y usar @midominio.org sólo"
|
||||||
|
|
||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
||||||
|
File diff suppressed because it is too large
Load Diff
@@ -1,13 +1,11 @@
|
|||||||
# Translators:
|
|
||||||
# Simon Rozman <simon@rozman.si>, 2017
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EAPMethods\n"
|
"Project-Id-Version: EAPMethods\n"
|
||||||
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 06:18+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Simon Rozman <simon@rozman.si>, 2017\n"
|
"Last-Translator: Simon Rozman <simon@rozman.si>, 2016\n"
|
||||||
"Language-Team: Basque (Spain) (https://www.transifex.com/eduroam_devel/teams/11799/eu_ES/)\n"
|
"Language-Team: Basque (Spain) (https://www.transifex.com/eduroam_devel/teams/11799/eu_ES/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
@@ -846,7 +844,7 @@ msgstr ""
|
|||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
msgid "Omit my user name and use @mydomain.org only"
|
msgid "Ommit my user name and use @mydomain.org only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
||||||
|
@@ -1,13 +1,11 @@
|
|||||||
# Translators:
|
|
||||||
# Simon Rozman <simon@rozman.si>, 2017
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EAPMethods\n"
|
"Project-Id-Version: EAPMethods\n"
|
||||||
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 06:18+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Simon Rozman <simon@rozman.si>, 2017\n"
|
"Last-Translator: Simon Rozman <simon@rozman.si>, 2016\n"
|
||||||
"Language-Team: Finnish (Finland) (https://www.transifex.com/eduroam_devel/teams/11799/fi_FI/)\n"
|
"Language-Team: Finnish (Finland) (https://www.transifex.com/eduroam_devel/teams/11799/fi_FI/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
@@ -846,7 +844,7 @@ msgstr ""
|
|||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
msgid "Omit my user name and use @mydomain.org only"
|
msgid "Ommit my user name and use @mydomain.org only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
||||||
|
@@ -1,13 +1,11 @@
|
|||||||
# Translators:
|
|
||||||
# Simon Rozman <simon@rozman.si>, 2017
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EAPMethods\n"
|
"Project-Id-Version: EAPMethods\n"
|
||||||
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 06:18+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Simon Rozman <simon@rozman.si>, 2017\n"
|
"Last-Translator: Simon Rozman <simon@rozman.si>, 2016\n"
|
||||||
"Language-Team: French (Canada) (https://www.transifex.com/eduroam_devel/teams/11799/fr_CA/)\n"
|
"Language-Team: French (Canada) (https://www.transifex.com/eduroam_devel/teams/11799/fr_CA/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
@@ -846,7 +844,7 @@ msgstr ""
|
|||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
msgid "Omit my user name and use @mydomain.org only"
|
msgid "Ommit my user name and use @mydomain.org only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
||||||
|
@@ -1,13 +1,11 @@
|
|||||||
# Translators:
|
|
||||||
# Simon Rozman <simon@rozman.si>, 2017
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EAPMethods\n"
|
"Project-Id-Version: EAPMethods\n"
|
||||||
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 06:18+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Simon Rozman <simon@rozman.si>, 2017\n"
|
"Last-Translator: Simon Rozman <simon@rozman.si>, 2016\n"
|
||||||
"Language-Team: French (France) (https://www.transifex.com/eduroam_devel/teams/11799/fr_FR/)\n"
|
"Language-Team: French (France) (https://www.transifex.com/eduroam_devel/teams/11799/fr_FR/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
@@ -846,7 +844,7 @@ msgstr ""
|
|||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
msgid "Omit my user name and use @mydomain.org only"
|
msgid "Ommit my user name and use @mydomain.org only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
||||||
|
@@ -1,13 +1,11 @@
|
|||||||
# Translators:
|
|
||||||
# Simon Rozman <simon@rozman.si>, 2017
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EAPMethods\n"
|
"Project-Id-Version: EAPMethods\n"
|
||||||
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 06:18+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Simon Rozman <simon@rozman.si>, 2017\n"
|
"Last-Translator: Simon Rozman <simon@rozman.si>, 2016\n"
|
||||||
"Language-Team: Galician (Spain) (https://www.transifex.com/eduroam_devel/teams/11799/gl_ES/)\n"
|
"Language-Team: Galician (Spain) (https://www.transifex.com/eduroam_devel/teams/11799/gl_ES/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
@@ -846,7 +844,7 @@ msgstr ""
|
|||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
msgid "Omit my user name and use @mydomain.org only"
|
msgid "Ommit my user name and use @mydomain.org only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
||||||
|
@@ -1,14 +1,11 @@
|
|||||||
# Translators:
|
|
||||||
# Dubravko Penezic <dpenezic@gmail.com>, 2018
|
|
||||||
# Simon Rozman <simon@rozman.si>, 2018
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EAPMethods\n"
|
"Project-Id-Version: EAPMethods\n"
|
||||||
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 06:18+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Simon Rozman <simon@rozman.si>, 2018\n"
|
"Last-Translator: Dubravko Penezic <dpenezic@gmail.com>, 2016\n"
|
||||||
"Language-Team: Croatian (Croatia) (https://www.transifex.com/eduroam_devel/teams/11799/hr_HR/)\n"
|
"Language-Team: Croatian (Croatia) (https://www.transifex.com/eduroam_devel/teams/11799/hr_HR/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
@@ -883,7 +880,7 @@ msgstr ""
|
|||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
msgid "Omit my user name and use @mydomain.org only"
|
msgid "Ommit my user name and use @mydomain.org only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Koristi samo @mojadomena.hr (ovo nije podržano za korisnike iz sustava "
|
"Koristi samo @mojadomena.hr (ovo nije podržano za korisnike iz sustava "
|
||||||
"AAI@EduHr)"
|
"AAI@EduHr)"
|
||||||
|
@@ -1,13 +1,11 @@
|
|||||||
# Translators:
|
|
||||||
# Simon Rozman <simon@rozman.si>, 2017
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EAPMethods\n"
|
"Project-Id-Version: EAPMethods\n"
|
||||||
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 06:18+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Simon Rozman <simon@rozman.si>, 2017\n"
|
"Last-Translator: Simon Rozman <simon@rozman.si>, 2016\n"
|
||||||
"Language-Team: Hungarian (https://www.transifex.com/eduroam_devel/teams/11799/hu/)\n"
|
"Language-Team: Hungarian (https://www.transifex.com/eduroam_devel/teams/11799/hu/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
@@ -846,7 +844,7 @@ msgstr ""
|
|||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
msgid "Omit my user name and use @mydomain.org only"
|
msgid "Ommit my user name and use @mydomain.org only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
||||||
|
@@ -1,13 +1,11 @@
|
|||||||
# Translators:
|
|
||||||
# Simon Rozman <simon@rozman.si>, 2017
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EAPMethods\n"
|
"Project-Id-Version: EAPMethods\n"
|
||||||
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 06:18+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Simon Rozman <simon@rozman.si>, 2017\n"
|
"Last-Translator: Simon Rozman <simon@rozman.si>, 2016\n"
|
||||||
"Language-Team: Icelandic (https://www.transifex.com/eduroam_devel/teams/11799/is/)\n"
|
"Language-Team: Icelandic (https://www.transifex.com/eduroam_devel/teams/11799/is/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
@@ -846,7 +844,7 @@ msgstr ""
|
|||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
msgid "Omit my user name and use @mydomain.org only"
|
msgid "Ommit my user name and use @mydomain.org only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
||||||
|
@@ -1,13 +1,10 @@
|
|||||||
# Translators:
|
|
||||||
# Simon Rozman <simon@rozman.si>, 2017
|
|
||||||
# Daniele Albrizio <daniele@albrizio.it>, 2018
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EAPMethods\n"
|
"Project-Id-Version: EAPMethods\n"
|
||||||
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 06:18+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Daniele Albrizio <daniele@albrizio.it>, 2018\n"
|
"Last-Translator: Daniele Albrizio <daniele@albrizio.it>, 2018\n"
|
||||||
"Language-Team: Italian (Italy) (https://www.transifex.com/eduroam_devel/teams/11799/it_IT/)\n"
|
"Language-Team: Italian (Italy) (https://www.transifex.com/eduroam_devel/teams/11799/it_IT/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -895,7 +892,7 @@ msgstr "Usa una identità esterna &vuota"
|
|||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
msgid "Omit my user name and use @mydomain.org only"
|
msgid "Ommit my user name and use @mydomain.org only"
|
||||||
msgstr "Ometti il mio nome utente e usa solo @mydomain.org"
|
msgstr "Ometti il mio nome utente e usa solo @mydomain.org"
|
||||||
|
|
||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
||||||
|
File diff suppressed because it is too large
Load Diff
@@ -1,13 +1,11 @@
|
|||||||
# Translators:
|
|
||||||
# Simon Rozman <simon@rozman.si>, 2017
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EAPMethods\n"
|
"Project-Id-Version: EAPMethods\n"
|
||||||
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 06:18+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Simon Rozman <simon@rozman.si>, 2017\n"
|
"Last-Translator: Simon Rozman <simon@rozman.si>, 2016\n"
|
||||||
"Language-Team: Lithuanian (https://www.transifex.com/eduroam_devel/teams/11799/lt/)\n"
|
"Language-Team: Lithuanian (https://www.transifex.com/eduroam_devel/teams/11799/lt/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
@@ -882,7 +880,7 @@ msgstr "Naudoti &tuščią išorinę tapatybę"
|
|||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
msgid "Omit my user name and use @mydomain.org only"
|
msgid "Ommit my user name and use @mydomain.org only"
|
||||||
msgstr "Praleisti mano naudotojo vardą ir naudoti tik @domenas.lt"
|
msgstr "Praleisti mano naudotojo vardą ir naudoti tik @domenas.lt"
|
||||||
|
|
||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
||||||
|
@@ -1,14 +1,11 @@
|
|||||||
# Translators:
|
|
||||||
# Tom Ivar Myren <tom.myren@uninett.no>, 2017
|
|
||||||
# Simon Rozman <simon@rozman.si>, 2018
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EAPMethods\n"
|
"Project-Id-Version: EAPMethods\n"
|
||||||
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 06:18+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Simon Rozman <simon@rozman.si>, 2018\n"
|
"Last-Translator: Tom Ivar Myren <tom.myren@uninett.no>, 2017\n"
|
||||||
"Language-Team: Norwegian Bokmål (https://www.transifex.com/eduroam_devel/teams/11799/nb/)\n"
|
"Language-Team: Norwegian Bokmål (https://www.transifex.com/eduroam_devel/teams/11799/nb/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
@@ -885,7 +882,7 @@ msgstr "Bruk &tom ytre identitet"
|
|||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
msgid "Omit my user name and use @mydomain.org only"
|
msgid "Ommit my user name and use @mydomain.org only"
|
||||||
msgstr "Utelat mitt brukernavn og bruk kun @mydomian.org"
|
msgstr "Utelat mitt brukernavn og bruk kun @mydomian.org"
|
||||||
|
|
||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
||||||
|
@@ -1,13 +1,11 @@
|
|||||||
# Translators:
|
|
||||||
# Simon Rozman <simon@rozman.si>, 2017
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EAPMethods\n"
|
"Project-Id-Version: EAPMethods\n"
|
||||||
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 06:18+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Simon Rozman <simon@rozman.si>, 2017\n"
|
"Last-Translator: Simon Rozman <simon@rozman.si>, 2016\n"
|
||||||
"Language-Team: Dutch (https://www.transifex.com/eduroam_devel/teams/11799/nl/)\n"
|
"Language-Team: Dutch (https://www.transifex.com/eduroam_devel/teams/11799/nl/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
@@ -846,7 +844,7 @@ msgstr ""
|
|||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
msgid "Omit my user name and use @mydomain.org only"
|
msgid "Ommit my user name and use @mydomain.org only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
||||||
|
@@ -1,13 +1,11 @@
|
|||||||
# Translators:
|
|
||||||
# Simon Rozman <simon@rozman.si>, 2018
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EAPMethods\n"
|
"Project-Id-Version: EAPMethods\n"
|
||||||
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 06:18+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Simon Rozman <simon@rozman.si>, 2018\n"
|
"Last-Translator: Simon Rozman <simon@rozman.si>, 2016\n"
|
||||||
"Language-Team: Polish (Poland) (https://www.transifex.com/eduroam_devel/teams/11799/pl_PL/)\n"
|
"Language-Team: Polish (Poland) (https://www.transifex.com/eduroam_devel/teams/11799/pl_PL/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
@@ -894,7 +892,7 @@ msgstr "Użyj &pustego identyfikatora zewnętrznego"
|
|||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
msgid "Omit my user name and use @mydomain.org only"
|
msgid "Ommit my user name and use @mydomain.org only"
|
||||||
msgstr "Pomiń mój identyfikator i użyj tylko @mydomain.org"
|
msgstr "Pomiń mój identyfikator i użyj tylko @mydomain.org"
|
||||||
|
|
||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
||||||
|
@@ -1,13 +1,10 @@
|
|||||||
# Translators:
|
|
||||||
# Simon Rozman <simon@rozman.si>, 2017
|
|
||||||
# Pedro Simões <psimoes@fccn.pt>, 2017
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EAPMethods\n"
|
"Project-Id-Version: EAPMethods\n"
|
||||||
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 06:18+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Pedro Simões <psimoes@fccn.pt>, 2017\n"
|
"Last-Translator: Pedro Simões <psimoes@fccn.pt>, 2017\n"
|
||||||
"Language-Team: Portuguese (Portugal) (https://www.transifex.com/eduroam_devel/teams/11799/pt_PT/)\n"
|
"Language-Team: Portuguese (Portugal) (https://www.transifex.com/eduroam_devel/teams/11799/pt_PT/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -847,7 +844,7 @@ msgstr ""
|
|||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
msgid "Omit my user name and use @mydomain.org only"
|
msgid "Ommit my user name and use @mydomain.org only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
||||||
|
@@ -1,13 +1,11 @@
|
|||||||
# Translators:
|
|
||||||
# Simon Rozman <simon@rozman.si>, 2017
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EAPMethods\n"
|
"Project-Id-Version: EAPMethods\n"
|
||||||
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 06:18+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Simon Rozman <simon@rozman.si>, 2017\n"
|
"Last-Translator: Simon Rozman <simon@rozman.si>, 2016\n"
|
||||||
"Language-Team: Russian (Russia) (https://www.transifex.com/eduroam_devel/teams/11799/ru_RU/)\n"
|
"Language-Team: Russian (Russia) (https://www.transifex.com/eduroam_devel/teams/11799/ru_RU/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
@@ -846,7 +844,7 @@ msgstr ""
|
|||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
msgid "Omit my user name and use @mydomain.org only"
|
msgid "Ommit my user name and use @mydomain.org only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
||||||
|
@@ -1,13 +1,11 @@
|
|||||||
# Translators:
|
|
||||||
# Simon Rozman <simon@rozman.si>, 2017
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EAPMethods\n"
|
"Project-Id-Version: EAPMethods\n"
|
||||||
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 06:18+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Simon Rozman <simon@rozman.si>, 2017\n"
|
"Last-Translator: Simon Rozman <simon@rozman.si>, 2016\n"
|
||||||
"Language-Team: Slovak (Slovakia) (https://www.transifex.com/eduroam_devel/teams/11799/sk_SK/)\n"
|
"Language-Team: Slovak (Slovakia) (https://www.transifex.com/eduroam_devel/teams/11799/sk_SK/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
@@ -846,7 +844,7 @@ msgstr ""
|
|||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
msgid "Omit my user name and use @mydomain.org only"
|
msgid "Ommit my user name and use @mydomain.org only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
||||||
|
@@ -1,13 +1,11 @@
|
|||||||
# Translators:
|
|
||||||
# Simon Rozman <simon@rozman.si>, 2018
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EAPMethods\n"
|
"Project-Id-Version: EAPMethods\n"
|
||||||
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 06:18+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Simon Rozman <simon@rozman.si>, 2018\n"
|
"Last-Translator: Simon Rozman <simon@rozman.si>, 2016\n"
|
||||||
"Language-Team: Slovenian (Slovenia) (https://www.transifex.com/eduroam_devel/teams/11799/sl_SI/)\n"
|
"Language-Team: Slovenian (Slovenia) (https://www.transifex.com/eduroam_devel/teams/11799/sl_SI/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
@@ -882,7 +880,7 @@ msgstr "Uporabi prazno zunanjo id&entiteto"
|
|||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
msgid "Omit my user name and use @mydomain.org only"
|
msgid "Ommit my user name and use @mydomain.org only"
|
||||||
msgstr "Izpusti moje uporabniško ime in uporabi samo @mojadomena.si"
|
msgstr "Izpusti moje uporabniško ime in uporabi samo @mojadomena.si"
|
||||||
|
|
||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
||||||
|
@@ -1,14 +1,11 @@
|
|||||||
# Translators:
|
|
||||||
# Marko Eremija <marko.eremija@amres.ac.rs>, 2017
|
|
||||||
# Simon Rozman <simon@rozman.si>, 2018
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EAPMethods\n"
|
"Project-Id-Version: EAPMethods\n"
|
||||||
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 06:18+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Simon Rozman <simon@rozman.si>, 2018\n"
|
"Last-Translator: Marko Eremija <marko.eremija@amres.ac.rs>, 2017\n"
|
||||||
"Language-Team: Serbian (https://www.transifex.com/eduroam_devel/teams/11799/sr/)\n"
|
"Language-Team: Serbian (https://www.transifex.com/eduroam_devel/teams/11799/sr/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
@@ -896,7 +893,7 @@ msgstr "Koristi &empty spoljni identitet"
|
|||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
msgid "Omit my user name and use @mydomain.org only"
|
msgid "Ommit my user name and use @mydomain.org only"
|
||||||
msgstr "Izostavi korisničko ime i koristi samo @mojdomen.ac.rs"
|
msgstr "Izostavi korisničko ime i koristi samo @mojdomen.ac.rs"
|
||||||
|
|
||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
||||||
|
@@ -1,13 +1,11 @@
|
|||||||
# Translators:
|
|
||||||
# Simon Rozman <simon@rozman.si>, 2017
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EAPMethods\n"
|
"Project-Id-Version: EAPMethods\n"
|
||||||
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 06:18+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Simon Rozman <simon@rozman.si>, 2017\n"
|
"Last-Translator: Simon Rozman <simon@rozman.si>, 2016\n"
|
||||||
"Language-Team: Swedish (https://www.transifex.com/eduroam_devel/teams/11799/sv/)\n"
|
"Language-Team: Swedish (https://www.transifex.com/eduroam_devel/teams/11799/sv/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
@@ -846,7 +844,7 @@ msgstr ""
|
|||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
msgid "Omit my user name and use @mydomain.org only"
|
msgid "Ommit my user name and use @mydomain.org only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
||||||
|
@@ -1,13 +1,10 @@
|
|||||||
# Translators:
|
|
||||||
# Simon Rozman <simon@rozman.si>, 2017
|
|
||||||
# Gokhan Eryol <gokhaneryol@gmail.com>, 2017
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EAPMethods\n"
|
"Project-Id-Version: EAPMethods\n"
|
||||||
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 06:18+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Gokhan Eryol <gokhaneryol@gmail.com>, 2017\n"
|
"Last-Translator: Gokhan Eryol <gokhaneryol@gmail.com>, 2017\n"
|
||||||
"Language-Team: Turkish (https://www.transifex.com/eduroam_devel/teams/11799/tr/)\n"
|
"Language-Team: Turkish (https://www.transifex.com/eduroam_devel/teams/11799/tr/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -848,7 +845,7 @@ msgstr ""
|
|||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
msgid "Omit my user name and use @mydomain.org only"
|
msgid "Ommit my user name and use @mydomain.org only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
||||||
|
@@ -1,13 +1,11 @@
|
|||||||
# Translators:
|
|
||||||
# Simon Rozman <simon@rozman.si>, 2017
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EAPMethods\n"
|
"Project-Id-Version: EAPMethods\n"
|
||||||
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
"POT-Creation-Date: 2018-06-20 15:30+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 06:18+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Simon Rozman <simon@rozman.si>, 2017\n"
|
"Last-Translator: Simon Rozman <simon@rozman.si>, 2016\n"
|
||||||
"Language-Team: Vietnamese (https://www.transifex.com/eduroam_devel/teams/11799/vi/)\n"
|
"Language-Team: Vietnamese (https://www.transifex.com/eduroam_devel/teams/11799/vi/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
@@ -846,7 +844,7 @@ msgstr ""
|
|||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.0/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
#: ver1.1/lib/TTLS_UI/res/wxTTLS_UI.cpp:41
|
||||||
msgid "Omit my user name and use @mydomain.org only"
|
msgid "Ommit my user name and use @mydomain.org only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
#: master/lib/TTLS_UI/res/wxTTLS_UI.cpp:48
|
||||||
|
File diff suppressed because it is too large
Load Diff
@@ -51,11 +51,6 @@ BOOL WINAPI DllMain(_In_ HINSTANCE hinstDLL, _In_ DWORD fdwReason, _In_ LPVOID l
|
|||||||
#endif
|
#endif
|
||||||
g_peer.m_instance = hinstDLL;
|
g_peer.m_instance = hinstDLL;
|
||||||
|
|
||||||
#if _WIN32_WINNT >= _WIN32_WINNT_VISTA
|
|
||||||
// Declare our DllHost process as DPI-aware.
|
|
||||||
SetProcessDPIAware();
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Save current activation context, as proper activation context is set at this time only (LoadLibrary() call).
|
// Save current activation context, as proper activation context is set at this time only (LoadLibrary() call).
|
||||||
GetCurrentActCtx(&g_act_ctx);
|
GetCurrentActCtx(&g_act_ctx);
|
||||||
} else if (fdwReason == DLL_PROCESS_DETACH) {
|
} else if (fdwReason == DLL_PROCESS_DETACH) {
|
||||||
@@ -76,8 +71,7 @@ BOOL WINAPI DllMain(_In_ HINSTANCE hinstDLL, _In_ DWORD fdwReason, _In_ LPVOID l
|
|||||||
///
|
///
|
||||||
/// \sa [EapPeerFreeMemory function](https://msdn.microsoft.com/en-us/library/windows/desktop/aa363606.aspx)
|
/// \sa [EapPeerFreeMemory function](https://msdn.microsoft.com/en-us/library/windows/desktop/aa363606.aspx)
|
||||||
///
|
///
|
||||||
_Use_decl_annotations_
|
VOID WINAPI EapPeerFreeMemory(_In_ void *pUIContextData)
|
||||||
VOID WINAPI EapPeerFreeMemory(void *pUIContextData)
|
|
||||||
{
|
{
|
||||||
event_fn_auto event_auto(g_peer.get_event_fn_auto(__FUNCTION__));
|
event_fn_auto event_auto(g_peer.get_event_fn_auto(__FUNCTION__));
|
||||||
|
|
||||||
@@ -91,8 +85,7 @@ VOID WINAPI EapPeerFreeMemory(void *pUIContextData)
|
|||||||
///
|
///
|
||||||
/// \sa [EapPeerFreeErrorMemory function](https://msdn.microsoft.com/en-us/library/windows/desktop/aa363605.aspx)
|
/// \sa [EapPeerFreeErrorMemory function](https://msdn.microsoft.com/en-us/library/windows/desktop/aa363605.aspx)
|
||||||
///
|
///
|
||||||
_Use_decl_annotations_
|
VOID WINAPI EapPeerFreeErrorMemory(_In_ EAP_ERROR *ppEapError)
|
||||||
VOID WINAPI EapPeerFreeErrorMemory(EAP_ERROR *ppEapError)
|
|
||||||
{
|
{
|
||||||
event_fn_auto event_auto(g_peer.get_event_fn_auto(__FUNCTION__));
|
event_fn_auto event_auto(g_peer.get_event_fn_auto(__FUNCTION__));
|
||||||
|
|
||||||
@@ -106,14 +99,13 @@ VOID WINAPI EapPeerFreeErrorMemory(EAP_ERROR *ppEapError)
|
|||||||
///
|
///
|
||||||
/// \sa [EapPeerConfigXml2Blob function](https://msdn.microsoft.com/en-us/library/windows/desktop/aa363602.aspx)
|
/// \sa [EapPeerConfigXml2Blob function](https://msdn.microsoft.com/en-us/library/windows/desktop/aa363602.aspx)
|
||||||
///
|
///
|
||||||
_Use_decl_annotations_
|
|
||||||
DWORD WINAPI EapPeerConfigXml2Blob(
|
DWORD WINAPI EapPeerConfigXml2Blob(
|
||||||
DWORD dwFlags,
|
_In_ DWORD dwFlags,
|
||||||
EAP_METHOD_TYPE eapMethodType,
|
_In_ EAP_METHOD_TYPE eapMethodType,
|
||||||
IXMLDOMDocument2 *pConfigDoc,
|
_In_ IXMLDOMDocument2 *pConfigDoc,
|
||||||
BYTE **pConnectionDataOut,
|
_Out_ BYTE **pConnectionDataOut,
|
||||||
DWORD *pdwConnectionDataOutSize,
|
_Out_ DWORD *pdwConnectionDataOutSize,
|
||||||
EAP_ERROR **ppEapError)
|
_Out_ EAP_ERROR **ppEapError)
|
||||||
{
|
{
|
||||||
DWORD dwResult = ERROR_SUCCESS;
|
DWORD dwResult = ERROR_SUCCESS;
|
||||||
event_fn_auto_ret<DWORD> event_auto(g_peer.get_event_fn_auto(__FUNCTION__, dwResult));
|
event_fn_auto_ret<DWORD> event_auto(g_peer.get_event_fn_auto(__FUNCTION__, dwResult));
|
||||||
@@ -121,35 +113,42 @@ DWORD WINAPI EapPeerConfigXml2Blob(
|
|||||||
//Sleep(10000);
|
//Sleep(10000);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Initialize output parameters.
|
|
||||||
if (pConnectionDataOut)
|
|
||||||
*pConnectionDataOut = NULL;
|
|
||||||
if (pdwConnectionDataOutSize)
|
|
||||||
*pdwConnectionDataOutSize = 0;
|
|
||||||
if (ppEapError)
|
|
||||||
*ppEapError = NULL;
|
|
||||||
|
|
||||||
// Parameter check
|
// Parameter check
|
||||||
if (eapMethodType.eapType.type != EAPMETHOD_TYPE || eapMethodType.dwAuthorId != 67532)
|
if (!ppEapError)
|
||||||
return dwResult = ERROR_NOT_SUPPORTED;
|
|
||||||
if (!pConfigDoc || !pConnectionDataOut || !pdwConnectionDataOutSize)
|
|
||||||
return dwResult = ERROR_INVALID_PARAMETER;
|
return dwResult = ERROR_INVALID_PARAMETER;
|
||||||
|
|
||||||
// Configure XML selection namespaces used.
|
assert(!*ppEapError);
|
||||||
pConfigDoc->setProperty(bstr(L"SelectionNamespaces"), variant(L"xmlns:eap-metadata=\"urn:ietf:params:xml:ns:yang:ietf-eap-metadata\" xmlns:eaphostconfig=\"http://www.microsoft.com/provisioning/EapHostConfig\""));
|
|
||||||
|
|
||||||
// <Config>
|
if (eapMethodType.eapType.type != EAPMETHOD_TYPE)
|
||||||
com_obj<IXMLDOMElement> pXmlElConfig;
|
g_peer.log_error(*ppEapError = g_peer.make_error(dwResult = ERROR_NOT_SUPPORTED, wstring_printf(_T(__FUNCTION__) _T(" Input EAP type (%d) does not match the supported EAP type (%d)."), (int)eapMethodType.eapType.type, (int)EAPMETHOD_TYPE).c_str()));
|
||||||
if (FAILED(eapxml::select_element(pConfigDoc, bstr(L"//eaphostconfig:Config"), pXmlElConfig)))
|
else if (eapMethodType.dwAuthorId != 67532)
|
||||||
return dwResult = g_peer.log_error(ppEapError, ERROR_INVALID_PARAMETER, _T(__FUNCTION__) _T(" Error reading <Config> element."));
|
g_peer.log_error(*ppEapError = g_peer.make_error(dwResult = ERROR_NOT_SUPPORTED, wstring_printf(_T(__FUNCTION__) _T(" EAP author (%d) does not match the supported author (%d)."), (int)eapMethodType.dwAuthorId, (int)67532).c_str()));
|
||||||
|
else if (!pConfigDoc)
|
||||||
|
g_peer.log_error(*ppEapError = g_peer.make_error(dwResult = ERROR_INVALID_PARAMETER, _T(__FUNCTION__) _T(" pConfigDoc is NULL.")));
|
||||||
|
else if (!pConnectionDataOut)
|
||||||
|
g_peer.log_error(*ppEapError = g_peer.make_error(dwResult = ERROR_INVALID_PARAMETER, _T(__FUNCTION__) _T(" pConnectionDataOut is NULL.")));
|
||||||
|
else if (!pdwConnectionDataOutSize)
|
||||||
|
g_peer.log_error(*ppEapError = g_peer.make_error(dwResult = ERROR_INVALID_PARAMETER, _T(__FUNCTION__) _T(" pdwConnectionDataOutSize is NULL.")));
|
||||||
|
else {
|
||||||
|
// Configure XML selection namespaces used.
|
||||||
|
pConfigDoc->setProperty(bstr(L"SelectionNamespaces"), variant(L"xmlns:eap-metadata=\"urn:ietf:params:xml:ns:yang:ietf-eap-metadata\" xmlns:eaphostconfig=\"http://www.microsoft.com/provisioning/EapHostConfig\""));
|
||||||
|
|
||||||
// Load configuration.
|
// <Config>
|
||||||
try {
|
com_obj<IXMLDOMElement> pXmlElConfig;
|
||||||
g_peer.config_xml2blob(dwFlags, pXmlElConfig, pConnectionDataOut, pdwConnectionDataOutSize);
|
if (FAILED(eapxml::select_element(pConfigDoc, bstr(L"//eaphostconfig:Config"), pXmlElConfig))) {
|
||||||
} catch (std::exception &err) {
|
g_peer.log_error(*ppEapError = g_peer.make_error(dwResult = ERROR_INVALID_PARAMETER, _T(__FUNCTION__) _T(" Error reading <Config> element.")));
|
||||||
dwResult = g_peer.log_error(ppEapError, err);
|
return dwResult;
|
||||||
} catch (...) {
|
}
|
||||||
dwResult = ERROR_INVALID_DATA;
|
|
||||||
|
// Load configuration.
|
||||||
|
try {
|
||||||
|
g_peer.config_xml2blob(dwFlags, pXmlElConfig, pConnectionDataOut, pdwConnectionDataOutSize);
|
||||||
|
} catch (std::exception &err) {
|
||||||
|
g_peer.log_error(*ppEapError = g_peer.make_error(err));
|
||||||
|
dwResult = (*ppEapError)->dwWinError;
|
||||||
|
} catch (...) {
|
||||||
|
dwResult = ERROR_INVALID_DATA;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return dwResult;
|
return dwResult;
|
||||||
@@ -163,14 +162,13 @@ DWORD WINAPI EapPeerConfigXml2Blob(
|
|||||||
///
|
///
|
||||||
/// \sa [EapPeerConfigBlob2Xml function](https://msdn.microsoft.com/en-us/library/windows/desktop/aa363601.aspx)
|
/// \sa [EapPeerConfigBlob2Xml function](https://msdn.microsoft.com/en-us/library/windows/desktop/aa363601.aspx)
|
||||||
///
|
///
|
||||||
_Use_decl_annotations_
|
|
||||||
DWORD WINAPI EapPeerConfigBlob2Xml(
|
DWORD WINAPI EapPeerConfigBlob2Xml(
|
||||||
DWORD dwFlags,
|
_In_ DWORD dwFlags,
|
||||||
EAP_METHOD_TYPE eapMethodType,
|
_In_ EAP_METHOD_TYPE eapMethodType,
|
||||||
const BYTE *pConnectionData,
|
_In_count_(dwConnectionDataSize) const BYTE *pConnectionData,
|
||||||
DWORD dwConnectionDataSize,
|
_In_ DWORD dwConnectionDataSize,
|
||||||
IXMLDOMDocument2 **ppConfigDoc,
|
_Out_ IXMLDOMDocument2 **ppConfigDoc,
|
||||||
EAP_ERROR **ppEapError)
|
_Out_ EAP_ERROR **ppEapError)
|
||||||
{
|
{
|
||||||
DWORD dwResult = ERROR_SUCCESS;
|
DWORD dwResult = ERROR_SUCCESS;
|
||||||
event_fn_auto_ret<DWORD> event_auto(g_peer.get_event_fn_auto(__FUNCTION__, dwResult));
|
event_fn_auto_ret<DWORD> event_auto(g_peer.get_event_fn_auto(__FUNCTION__, dwResult));
|
||||||
@@ -178,54 +176,67 @@ DWORD WINAPI EapPeerConfigBlob2Xml(
|
|||||||
//Sleep(10000);
|
//Sleep(10000);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Initialize output parameters.
|
|
||||||
if (ppConfigDoc)
|
|
||||||
*ppConfigDoc = NULL;
|
|
||||||
if (ppEapError)
|
|
||||||
*ppEapError = NULL;
|
|
||||||
|
|
||||||
// Parameter check
|
// Parameter check
|
||||||
if (eapMethodType.eapType.type != EAPMETHOD_TYPE || eapMethodType.dwAuthorId != 67532)
|
if (!ppEapError)
|
||||||
return dwResult = ERROR_NOT_SUPPORTED;
|
|
||||||
if (!pConnectionData && dwConnectionDataSize || !ppConfigDoc)
|
|
||||||
return dwResult = ERROR_INVALID_PARAMETER;
|
return dwResult = ERROR_INVALID_PARAMETER;
|
||||||
|
|
||||||
HRESULT hr;
|
assert(!*ppEapError);
|
||||||
|
|
||||||
// Create configuration XML document.
|
if (eapMethodType.eapType.type != EAPMETHOD_TYPE)
|
||||||
com_obj<IXMLDOMDocument2> pConfigDoc;
|
g_peer.log_error(*ppEapError = g_peer.make_error(dwResult = ERROR_NOT_SUPPORTED, wstring_printf(_T(__FUNCTION__) _T(" Input EAP type (%d) does not match the supported EAP type (%d)."), (int)eapMethodType.eapType.type, (int)EAPMETHOD_TYPE).c_str()));
|
||||||
if (FAILED(hr = pConfigDoc.create(CLSID_DOMDocument60, NULL, CLSCTX_INPROC_SERVER)))
|
else if (eapMethodType.dwAuthorId != 67532)
|
||||||
return dwResult = g_peer.log_error(ppEapError, HRESULT_CODE(hr), _T(__FUNCTION__) _T(" Error creating XML document."));
|
g_peer.log_error(*ppEapError = g_peer.make_error(dwResult = ERROR_NOT_SUPPORTED, wstring_printf(_T(__FUNCTION__) _T(" EAP author (%d) does not match the supported author (%d)."), (int)eapMethodType.dwAuthorId, (int)67532).c_str()));
|
||||||
|
else if (!pConnectionData && dwConnectionDataSize)
|
||||||
|
g_peer.log_error(*ppEapError = g_peer.make_error(dwResult = ERROR_INVALID_PARAMETER, _T(__FUNCTION__) _T(" pConnectionData is NULL.")));
|
||||||
|
else if (!ppConfigDoc)
|
||||||
|
g_peer.log_error(*ppEapError = g_peer.make_error(dwResult = ERROR_INVALID_PARAMETER, _T(__FUNCTION__) _T(" ppConfigDoc is NULL.")));
|
||||||
|
else {
|
||||||
|
HRESULT hr;
|
||||||
|
|
||||||
pConfigDoc->put_async(VARIANT_FALSE);
|
// Create configuration XML document.
|
||||||
|
com_obj<IXMLDOMDocument2> pConfigDoc;
|
||||||
|
if (FAILED(hr = pConfigDoc.create(CLSID_DOMDocument60, NULL, CLSCTX_INPROC_SERVER))) {
|
||||||
|
g_peer.log_error(*ppEapError = g_peer.make_error(dwResult = HRESULT_CODE(hr), _T(__FUNCTION__) _T(" Error creating XML document.")));
|
||||||
|
return dwResult;
|
||||||
|
}
|
||||||
|
|
||||||
// Load empty XML configuration.
|
pConfigDoc->put_async(VARIANT_FALSE);
|
||||||
VARIANT_BOOL isSuccess = VARIANT_FALSE;
|
|
||||||
if (FAILED((hr = pConfigDoc->loadXML(L"<Config xmlns=\"http://www.microsoft.com/provisioning/EapHostConfig\"></Config>", &isSuccess))))
|
|
||||||
return dwResult = g_peer.log_error(ppEapError, HRESULT_CODE(hr), _T(__FUNCTION__) _T(" Error loading XML document template."));
|
|
||||||
if (!isSuccess)
|
|
||||||
return dwResult = g_peer.log_error(ppEapError, ERROR_XML_PARSE_ERROR, _T(__FUNCTION__) _T(" Loading XML template failed."));
|
|
||||||
|
|
||||||
// Configure XML selection namespaces used.
|
// Load empty XML configuration.
|
||||||
pConfigDoc->setProperty(bstr(L"SelectionNamespaces"), variant(L"xmlns:eap-metadata=\"urn:ietf:params:xml:ns:yang:ietf-eap-metadata\" xmlns:eaphostconfig=\"http://www.microsoft.com/provisioning/EapHostConfig\""));
|
VARIANT_BOOL isSuccess = VARIANT_FALSE;
|
||||||
|
if (FAILED((hr = pConfigDoc->loadXML(L"<Config xmlns=\"http://www.microsoft.com/provisioning/EapHostConfig\"></Config>", &isSuccess)))) {
|
||||||
|
g_peer.log_error(*ppEapError = g_peer.make_error(dwResult = HRESULT_CODE(hr), _T(__FUNCTION__) _T(" Error loading XML document template.")));
|
||||||
|
return dwResult;
|
||||||
|
}
|
||||||
|
if (!isSuccess) {
|
||||||
|
g_peer.log_error(*ppEapError = g_peer.make_error(dwResult = ERROR_XML_PARSE_ERROR, _T(__FUNCTION__) _T(" Loading XML template failed.")));
|
||||||
|
return dwResult;
|
||||||
|
}
|
||||||
|
|
||||||
// Select <Config> node.
|
// Configure XML selection namespaces used.
|
||||||
com_obj<IXMLDOMNode> pXmlElConfig;
|
pConfigDoc->setProperty(bstr(L"SelectionNamespaces"), variant(L"xmlns:eap-metadata=\"urn:ietf:params:xml:ns:yang:ietf-eap-metadata\" xmlns:eaphostconfig=\"http://www.microsoft.com/provisioning/EapHostConfig\""));
|
||||||
if (FAILED(eapxml::select_node(pConfigDoc, bstr(L"eaphostconfig:Config"), pXmlElConfig)))
|
|
||||||
return dwResult = g_peer.log_error(ppEapError, ERROR_NOT_FOUND, _T(__FUNCTION__) _T(" Error selecting <Config> element."));
|
|
||||||
|
|
||||||
// Save configuration.
|
// Select <Config> node.
|
||||||
pConfigDoc->setProperty(bstr(L"SelectionNamespaces"), variant(L"xmlns:eap-metadata=\"urn:ietf:params:xml:ns:yang:ietf-eap-metadata\""));
|
com_obj<IXMLDOMNode> pXmlElConfig;
|
||||||
try {
|
if (FAILED(eapxml::select_node(pConfigDoc, bstr(L"eaphostconfig:Config"), pXmlElConfig))) {
|
||||||
g_peer.config_blob2xml(dwFlags, pConnectionData, dwConnectionDataSize, pConfigDoc, pXmlElConfig);
|
g_peer.log_error(*ppEapError = g_peer.make_error(dwResult = ERROR_NOT_FOUND, _T(__FUNCTION__) _T(" Error selecting <Config> element.")));
|
||||||
} catch (std::exception &err) {
|
return dwResult;
|
||||||
dwResult = g_peer.log_error(ppEapError, err);
|
}
|
||||||
} catch (...) {
|
|
||||||
return dwResult = ERROR_INVALID_DATA;
|
// Save configuration.
|
||||||
|
pConfigDoc->setProperty(bstr(L"SelectionNamespaces"), variant(L"xmlns:eap-metadata=\"urn:ietf:params:xml:ns:yang:ietf-eap-metadata\""));
|
||||||
|
try {
|
||||||
|
g_peer.config_blob2xml(dwFlags, pConnectionData, dwConnectionDataSize, pConfigDoc, pXmlElConfig);
|
||||||
|
} catch (std::exception &err) {
|
||||||
|
g_peer.log_error(*ppEapError = g_peer.make_error(err));
|
||||||
|
return dwResult = (*ppEapError)->dwWinError;
|
||||||
|
} catch (...) {
|
||||||
|
return dwResult = ERROR_INVALID_DATA;
|
||||||
|
}
|
||||||
|
|
||||||
|
*ppConfigDoc = pConfigDoc.detach();
|
||||||
}
|
}
|
||||||
|
|
||||||
*ppConfigDoc = pConfigDoc.detach();
|
|
||||||
|
|
||||||
return dwResult;
|
return dwResult;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -235,16 +246,15 @@ DWORD WINAPI EapPeerConfigBlob2Xml(
|
|||||||
///
|
///
|
||||||
/// \sa [EapPeerInvokeConfigUI function](https://msdn.microsoft.com/en-us/library/windows/desktop/aa363614.aspx)
|
/// \sa [EapPeerInvokeConfigUI function](https://msdn.microsoft.com/en-us/library/windows/desktop/aa363614.aspx)
|
||||||
///
|
///
|
||||||
//_Use_decl_annotations_
|
|
||||||
DWORD WINAPI EapPeerInvokeConfigUI(
|
DWORD WINAPI EapPeerInvokeConfigUI(
|
||||||
const EAP_METHOD_TYPE *pEapType,
|
_In_ const EAP_METHOD_TYPE *pEapType,
|
||||||
HWND hwndParent,
|
_In_ HWND hwndParent,
|
||||||
DWORD dwFlags,
|
_In_ DWORD dwFlags,
|
||||||
DWORD dwConnectionDataInSize,
|
_In_ DWORD dwConnectionDataInSize,
|
||||||
const BYTE *pConnectionDataIn,
|
_In_count_(dwConnectionDataInSize) const BYTE *pConnectionDataIn,
|
||||||
DWORD *pdwConnectionDataOutSize,
|
_Out_ DWORD *pdwConnectionDataOutSize,
|
||||||
BYTE **ppConnectionDataOut,
|
_Out_ BYTE **ppConnectionDataOut,
|
||||||
EAP_ERROR **ppEapError)
|
_Out_ EAP_ERROR **ppEapError)
|
||||||
{
|
{
|
||||||
UNREFERENCED_PARAMETER(dwFlags);
|
UNREFERENCED_PARAMETER(dwFlags);
|
||||||
DWORD dwResult = ERROR_SUCCESS;
|
DWORD dwResult = ERROR_SUCCESS;
|
||||||
@@ -254,26 +264,33 @@ DWORD WINAPI EapPeerInvokeConfigUI(
|
|||||||
//Sleep(10000);
|
//Sleep(10000);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Initialize output parameters.
|
|
||||||
if (pdwConnectionDataOutSize)
|
|
||||||
*pdwConnectionDataOutSize = 0;
|
|
||||||
if (ppConnectionDataOut)
|
|
||||||
*ppConnectionDataOut = NULL;
|
|
||||||
if (ppEapError)
|
|
||||||
*ppEapError = NULL;
|
|
||||||
|
|
||||||
// Parameter check
|
// Parameter check
|
||||||
if (!pEapType || !pConnectionDataIn && dwConnectionDataInSize || !pdwConnectionDataOutSize || !ppConnectionDataOut)
|
if (!ppEapError)
|
||||||
return dwResult = ERROR_INVALID_PARAMETER;
|
return dwResult = ERROR_INVALID_PARAMETER;
|
||||||
if (pEapType->eapType.type != EAPMETHOD_TYPE || pEapType->dwAuthorId != 67532)
|
|
||||||
return dwResult = ERROR_NOT_SUPPORTED;
|
|
||||||
|
|
||||||
try {
|
assert(!*ppEapError);
|
||||||
g_peer.invoke_config_ui(hwndParent, pConnectionDataIn, dwConnectionDataInSize, ppConnectionDataOut, pdwConnectionDataOutSize);
|
|
||||||
} catch (std::exception &err) {
|
if (!pEapType)
|
||||||
dwResult = g_peer.log_error(ppEapError, err);
|
g_peer.log_error(*ppEapError = g_peer.make_error(dwResult = ERROR_INVALID_PARAMETER, _T(__FUNCTION__) _T(" pEapType is NULL.")));
|
||||||
} catch (...) {
|
else if (pEapType->eapType.type != EAPMETHOD_TYPE)
|
||||||
dwResult = ERROR_INVALID_DATA;
|
g_peer.log_error(*ppEapError = g_peer.make_error(dwResult = ERROR_NOT_SUPPORTED, wstring_printf(_T(__FUNCTION__) _T(" Input EAP type (%d) does not match the supported EAP type (%d)."), (int)pEapType->eapType.type, (int)EAPMETHOD_TYPE).c_str()));
|
||||||
|
else if (pEapType->dwAuthorId != 67532)
|
||||||
|
g_peer.log_error(*ppEapError = g_peer.make_error(dwResult = ERROR_NOT_SUPPORTED, wstring_printf(_T(__FUNCTION__) _T(" EAP author (%d) does not match the supported author (%d)."), (int)pEapType->dwAuthorId, (int)67532).c_str()));
|
||||||
|
else if (!pConnectionDataIn && dwConnectionDataInSize)
|
||||||
|
g_peer.log_error(*ppEapError = g_peer.make_error(dwResult = ERROR_INVALID_PARAMETER, _T(__FUNCTION__) _T(" pConnectionDataIn is NULL.")));
|
||||||
|
else if (!pdwConnectionDataOutSize)
|
||||||
|
g_peer.log_error(*ppEapError = g_peer.make_error(dwResult = ERROR_INVALID_PARAMETER, _T(__FUNCTION__) _T(" pdwConnectionDataOutSize is NULL.")));
|
||||||
|
else if (!ppConnectionDataOut)
|
||||||
|
g_peer.log_error(*ppEapError = g_peer.make_error(dwResult = ERROR_INVALID_PARAMETER, _T(__FUNCTION__) _T(" ppConnectionDataOut is NULL.")));
|
||||||
|
else {
|
||||||
|
try {
|
||||||
|
g_peer.invoke_config_ui(hwndParent, pConnectionDataIn, dwConnectionDataInSize, ppConnectionDataOut, pdwConnectionDataOutSize);
|
||||||
|
} catch (std::exception &err) {
|
||||||
|
g_peer.log_error(*ppEapError = g_peer.make_error(err));
|
||||||
|
dwResult = (*ppEapError)->dwWinError;
|
||||||
|
} catch (...) {
|
||||||
|
dwResult = ERROR_INVALID_DATA;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return dwResult;
|
return dwResult;
|
||||||
@@ -285,19 +302,18 @@ DWORD WINAPI EapPeerInvokeConfigUI(
|
|||||||
///
|
///
|
||||||
/// \sa [EapPeerInvokeIdentityUI function](https://msdn.microsoft.com/en-us/library/windows/desktop/aa363615.aspx)
|
/// \sa [EapPeerInvokeIdentityUI function](https://msdn.microsoft.com/en-us/library/windows/desktop/aa363615.aspx)
|
||||||
///
|
///
|
||||||
//_Use_decl_annotations_
|
|
||||||
DWORD WINAPI EapPeerInvokeIdentityUI(
|
DWORD WINAPI EapPeerInvokeIdentityUI(
|
||||||
const EAP_METHOD_TYPE *pEapType,
|
_In_ const EAP_METHOD_TYPE *pEapType,
|
||||||
DWORD dwFlags,
|
_In_ DWORD dwFlags,
|
||||||
HWND hwndParent,
|
_In_ HWND hwndParent,
|
||||||
DWORD dwConnectionDataSize,
|
_In_ DWORD dwConnectionDataSize,
|
||||||
const BYTE *pConnectionData,
|
_In_count_(dwConnectionDataSize) const BYTE *pConnectionData,
|
||||||
DWORD dwUserDataSize,
|
_In_ DWORD dwUserDataSize,
|
||||||
const BYTE *pUserData,
|
_In_count_(dwUserDataSize) const BYTE *pUserData,
|
||||||
DWORD *pdwUserDataOutSize,
|
_Out_ DWORD *pdwUserDataOutSize,
|
||||||
BYTE **ppUserDataOut,
|
_Out_ BYTE **ppUserDataOut,
|
||||||
LPWSTR *ppwszIdentity,
|
_Out_ LPWSTR *ppwszIdentity,
|
||||||
EAP_ERROR **ppEapError)
|
_Out_ EAP_ERROR **ppEapError)
|
||||||
{
|
{
|
||||||
DWORD dwResult = ERROR_SUCCESS;
|
DWORD dwResult = ERROR_SUCCESS;
|
||||||
event_fn_auto_ret<DWORD> event_auto(g_peer.get_event_fn_auto(__FUNCTION__, dwResult));
|
event_fn_auto_ret<DWORD> event_auto(g_peer.get_event_fn_auto(__FUNCTION__, dwResult));
|
||||||
@@ -306,28 +322,37 @@ DWORD WINAPI EapPeerInvokeIdentityUI(
|
|||||||
//Sleep(10000);
|
//Sleep(10000);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Initialize output parameters.
|
|
||||||
if (pdwUserDataOutSize)
|
|
||||||
*pdwUserDataOutSize = 0;
|
|
||||||
if (ppUserDataOut)
|
|
||||||
*ppUserDataOut = NULL;
|
|
||||||
if (ppwszIdentity)
|
|
||||||
*ppwszIdentity = NULL;
|
|
||||||
if (ppEapError)
|
|
||||||
*ppEapError = NULL;
|
|
||||||
|
|
||||||
// Parameter check
|
// Parameter check
|
||||||
if (!pEapType || !pConnectionData && dwConnectionDataSize || !pUserData && dwUserDataSize || !pdwUserDataOutSize || !ppUserDataOut || !ppwszIdentity)
|
if (!ppEapError)
|
||||||
return dwResult = ERROR_INVALID_PARAMETER;
|
dwResult = ERROR_INVALID_PARAMETER;
|
||||||
if (pEapType->eapType.type != EAPMETHOD_TYPE || pEapType->dwAuthorId != 67532)
|
|
||||||
return dwResult = ERROR_NOT_SUPPORTED;
|
|
||||||
|
|
||||||
try {
|
assert(!*ppEapError);
|
||||||
g_peer.invoke_identity_ui(hwndParent, dwFlags, pConnectionData, dwConnectionDataSize, pUserData, dwUserDataSize, ppUserDataOut, pdwUserDataOutSize, ppwszIdentity);
|
|
||||||
} catch (std::exception &err) {
|
if (!pEapType)
|
||||||
dwResult = g_peer.log_error(ppEapError, err);
|
g_peer.log_error(*ppEapError = g_peer.make_error(dwResult = ERROR_INVALID_PARAMETER, _T(__FUNCTION__) _T(" pEapType is NULL.")));
|
||||||
} catch (...) {
|
else if (pEapType->eapType.type != EAPMETHOD_TYPE)
|
||||||
dwResult = ERROR_INVALID_DATA;
|
g_peer.log_error(*ppEapError = g_peer.make_error(dwResult = ERROR_NOT_SUPPORTED, wstring_printf(_T(__FUNCTION__) _T(" Input EAP type (%d) does not match the supported EAP type (%d)."), (int)pEapType->eapType.type, (int)EAPMETHOD_TYPE).c_str()));
|
||||||
|
else if (pEapType->dwAuthorId != 67532)
|
||||||
|
g_peer.log_error(*ppEapError = g_peer.make_error(dwResult = ERROR_NOT_SUPPORTED, wstring_printf(_T(__FUNCTION__) _T(" EAP author (%d) does not match the supported author (%d)."), (int)pEapType->dwAuthorId, (int)67532).c_str()));
|
||||||
|
else if (!pConnectionData && dwConnectionDataSize)
|
||||||
|
g_peer.log_error(*ppEapError = g_peer.make_error(dwResult = ERROR_INVALID_PARAMETER, _T(__FUNCTION__) _T(" pConnectionData is NULL.")));
|
||||||
|
else if (!pUserData && dwUserDataSize)
|
||||||
|
g_peer.log_error(*ppEapError = g_peer.make_error(dwResult = ERROR_INVALID_PARAMETER, _T(__FUNCTION__) _T(" pUserData is NULL.")));
|
||||||
|
else if (!pdwUserDataOutSize)
|
||||||
|
g_peer.log_error(*ppEapError = g_peer.make_error(dwResult = ERROR_INVALID_PARAMETER, _T(__FUNCTION__) _T(" pdwUserDataOutSize is NULL.")));
|
||||||
|
else if (!ppUserDataOut)
|
||||||
|
g_peer.log_error(*ppEapError = g_peer.make_error(dwResult = ERROR_INVALID_PARAMETER, _T(__FUNCTION__) _T(" ppUserDataOut is NULL.")));
|
||||||
|
else if (!ppwszIdentity)
|
||||||
|
g_peer.log_error(*ppEapError = g_peer.make_error(dwResult = ERROR_INVALID_PARAMETER, _T(__FUNCTION__) _T(" ppwszIdentity is NULL.")));
|
||||||
|
else {
|
||||||
|
try {
|
||||||
|
g_peer.invoke_identity_ui(hwndParent, dwFlags, pConnectionData, dwConnectionDataSize, pUserData, dwUserDataSize, ppUserDataOut, pdwUserDataOutSize, ppwszIdentity);
|
||||||
|
} catch (std::exception &err) {
|
||||||
|
g_peer.log_error(*ppEapError = g_peer.make_error(err));
|
||||||
|
dwResult = (*ppEapError)->dwWinError;
|
||||||
|
} catch (...) {
|
||||||
|
dwResult = ERROR_INVALID_DATA;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return dwResult;
|
return dwResult;
|
||||||
@@ -339,15 +364,14 @@ DWORD WINAPI EapPeerInvokeIdentityUI(
|
|||||||
///
|
///
|
||||||
/// \sa [EapPeerInvokeInteractiveUI function](https://msdn.microsoft.com/en-us/library/windows/desktop/aa363616.aspx)
|
/// \sa [EapPeerInvokeInteractiveUI function](https://msdn.microsoft.com/en-us/library/windows/desktop/aa363616.aspx)
|
||||||
///
|
///
|
||||||
//_Use_decl_annotations_
|
|
||||||
DWORD WINAPI EapPeerInvokeInteractiveUI(
|
DWORD WINAPI EapPeerInvokeInteractiveUI(
|
||||||
const EAP_METHOD_TYPE *pEapType,
|
_In_ const EAP_METHOD_TYPE *pEapType,
|
||||||
HWND hwndParent,
|
_In_ HWND hwndParent,
|
||||||
DWORD dwUIContextDataSize,
|
_In_ DWORD dwUIContextDataSize,
|
||||||
const BYTE *pUIContextData,
|
_In_count_(dwUIContextDataSize) const BYTE *pUIContextData,
|
||||||
DWORD *pdwDataFromInteractiveUISize,
|
_Out_ DWORD *pdwDataFromInteractiveUISize,
|
||||||
BYTE **ppDataFromInteractiveUI,
|
_Out_ BYTE **ppDataFromInteractiveUI,
|
||||||
EAP_ERROR **ppEapError)
|
_Out_ EAP_ERROR **ppEapError)
|
||||||
{
|
{
|
||||||
DWORD dwResult = ERROR_SUCCESS;
|
DWORD dwResult = ERROR_SUCCESS;
|
||||||
event_fn_auto_ret<DWORD> event_auto(g_peer.get_event_fn_auto(__FUNCTION__, dwResult));
|
event_fn_auto_ret<DWORD> event_auto(g_peer.get_event_fn_auto(__FUNCTION__, dwResult));
|
||||||
@@ -356,26 +380,33 @@ DWORD WINAPI EapPeerInvokeInteractiveUI(
|
|||||||
//Sleep(10000);
|
//Sleep(10000);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Initialize output parameters.
|
|
||||||
if (pdwDataFromInteractiveUISize)
|
|
||||||
*pdwDataFromInteractiveUISize = 0;
|
|
||||||
if (ppDataFromInteractiveUI)
|
|
||||||
*ppDataFromInteractiveUI = NULL;
|
|
||||||
if (ppEapError)
|
|
||||||
*ppEapError = NULL;
|
|
||||||
|
|
||||||
// Parameter check
|
// Parameter check
|
||||||
if (!pEapType || !pUIContextData && dwUIContextDataSize || !pdwDataFromInteractiveUISize || !ppDataFromInteractiveUI)
|
if (!ppEapError)
|
||||||
return dwResult = ERROR_INVALID_PARAMETER;
|
return dwResult = ERROR_INVALID_PARAMETER;
|
||||||
if (pEapType->eapType.type != EAPMETHOD_TYPE || pEapType->dwAuthorId != 67532)
|
|
||||||
return dwResult = ERROR_NOT_SUPPORTED;
|
|
||||||
|
|
||||||
try {
|
assert(!*ppEapError);
|
||||||
g_peer.invoke_interactive_ui(hwndParent, pUIContextData, dwUIContextDataSize, ppDataFromInteractiveUI, pdwDataFromInteractiveUISize);
|
|
||||||
} catch (std::exception &err) {
|
if (!pEapType)
|
||||||
dwResult = g_peer.log_error(ppEapError, err);
|
g_peer.log_error(*ppEapError = g_peer.make_error(dwResult = ERROR_INVALID_PARAMETER, _T(__FUNCTION__) _T(" pEapType is NULL.")));
|
||||||
} catch (...) {
|
else if (pEapType->eapType.type != EAPMETHOD_TYPE)
|
||||||
dwResult = ERROR_INVALID_DATA;
|
g_peer.log_error(*ppEapError = g_peer.make_error(dwResult = ERROR_NOT_SUPPORTED, wstring_printf(_T(__FUNCTION__) _T(" Input EAP type (%d) does not match the supported EAP type (%d)."), (int)pEapType->eapType.type, (int)EAPMETHOD_TYPE).c_str()));
|
||||||
|
else if (pEapType->dwAuthorId != 67532)
|
||||||
|
g_peer.log_error(*ppEapError = g_peer.make_error(dwResult = ERROR_NOT_SUPPORTED, wstring_printf(_T(__FUNCTION__) _T(" EAP author (%d) does not match the supported author (%d)."), (int)pEapType->dwAuthorId, (int)67532).c_str()));
|
||||||
|
else if (!pUIContextData && dwUIContextDataSize)
|
||||||
|
g_peer.log_error(*ppEapError = g_peer.make_error(dwResult = ERROR_INVALID_PARAMETER, _T(__FUNCTION__) _T(" pUIContextData is NULL.")));
|
||||||
|
else if (!pdwDataFromInteractiveUISize)
|
||||||
|
g_peer.log_error(*ppEapError = g_peer.make_error(dwResult = ERROR_INVALID_PARAMETER, _T(__FUNCTION__) _T(" pdwDataFromInteractiveUISize is NULL.")));
|
||||||
|
else if (!ppDataFromInteractiveUI)
|
||||||
|
g_peer.log_error(*ppEapError = g_peer.make_error(dwResult = ERROR_INVALID_PARAMETER, _T(__FUNCTION__) _T(" ppDataFromInteractiveUI is NULL.")));
|
||||||
|
else {
|
||||||
|
try {
|
||||||
|
g_peer.invoke_interactive_ui(hwndParent, pUIContextData, dwUIContextDataSize, ppDataFromInteractiveUI, pdwDataFromInteractiveUISize);
|
||||||
|
} catch (std::exception &err) {
|
||||||
|
g_peer.log_error(*ppEapError = g_peer.make_error(err));
|
||||||
|
dwResult = (*ppEapError)->dwWinError;
|
||||||
|
} catch (...) {
|
||||||
|
dwResult = ERROR_INVALID_DATA;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return dwResult;
|
return dwResult;
|
||||||
|
@@ -28,7 +28,6 @@
|
|||||||
// wxEventMonitorApp
|
// wxEventMonitorApp
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#pragma warning(suppress: 28251)
|
|
||||||
wxIMPLEMENT_APP(wxEventMonitorApp);
|
wxIMPLEMENT_APP(wxEventMonitorApp);
|
||||||
|
|
||||||
|
|
||||||
|
@@ -132,8 +132,11 @@ VOID WINAPI wxEventTraceProcessorThread::EventRecordCallback(_In_ PEVENT_RECORD
|
|||||||
wxASSERT_MSG(pEvent->UserContext, wxT("thread is NULL"));
|
wxASSERT_MSG(pEvent->UserContext, wxT("thread is NULL"));
|
||||||
|
|
||||||
wxEventTraceProcessorThread *_this = ((wxEventTraceProcessorThread*)pEvent->UserContext);
|
wxEventTraceProcessorThread *_this = ((wxEventTraceProcessorThread*)pEvent->UserContext);
|
||||||
if (!_this || _this->TestDestroy())
|
|
||||||
|
if (_this->TestDestroy()) {
|
||||||
|
// Event processing is pending destruction.
|
||||||
return;
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
_this->m_parent->QueueEvent(new wxETWEvent(wxEVT_ETW_EVENT, *pEvent));
|
_this->m_parent->QueueEvent(new wxETWEvent(wxEVT_ETW_EVENT, *pEvent));
|
||||||
}
|
}
|
||||||
@@ -165,17 +168,17 @@ wxETWListCtrl::wxETWListCtrl(wxWindow *parent, wxWindowID id, const wxPoint& pos
|
|||||||
m_rec_idx(wxETWEVENT_RECORDS_MAX),
|
m_rec_idx(wxETWEVENT_RECORDS_MAX),
|
||||||
wxListCtrl(parent, id, pos, size, style, validator, name)
|
wxListCtrl(parent, id, pos, size, style, validator, name)
|
||||||
{
|
{
|
||||||
this->AppendColumn(_("Time" ), wxLIST_FORMAT_LEFT, FromDIP(160));
|
this->AppendColumn(_("Time" ), wxLIST_FORMAT_LEFT, 160);
|
||||||
this->AppendColumn(_("PID" ), wxLIST_FORMAT_LEFT, FromDIP( 50));
|
this->AppendColumn(_("PID" ), wxLIST_FORMAT_LEFT, 50);
|
||||||
this->AppendColumn(_("TID" ), wxLIST_FORMAT_LEFT, FromDIP( 50));
|
this->AppendColumn(_("TID" ), wxLIST_FORMAT_LEFT, 50);
|
||||||
this->AppendColumn(_("Source"), wxLIST_FORMAT_LEFT, FromDIP( 80));
|
this->AppendColumn(_("Source"), wxLIST_FORMAT_LEFT, 80);
|
||||||
this->AppendColumn(_("Event" ), wxLIST_FORMAT_LEFT, FromDIP(350));
|
this->AppendColumn(_("Event" ), wxLIST_FORMAT_LEFT, 350);
|
||||||
|
|
||||||
// Maximum expected column widths for pre-formatted row display
|
// Maximum expected column widths for pre-formatted row display
|
||||||
m_col_format_width[0] = 26;
|
m_col_format_width[0] = 26;
|
||||||
m_col_format_width[1] = 5;
|
m_col_format_width[1] = 5;
|
||||||
m_col_format_width[2] = 5;
|
m_col_format_width[2] = 5;
|
||||||
m_col_format_width[3] = std::max<size_t>(std::max<size_t>(_countof("EapHost"), _countof("Schannel")), _countof(PRODUCT_NAME_STR)) - 1;
|
m_col_format_width[3] = std::max<int>(std::max<int>(_countof("EapHost"), _countof("Schannel")), _countof(PRODUCT_NAME_STR)) - 1;
|
||||||
m_col_format_width[4] = 0;
|
m_col_format_width[4] = 0;
|
||||||
|
|
||||||
// Prepare all possible item attributes.
|
// Prepare all possible item attributes.
|
||||||
@@ -216,11 +219,7 @@ wxETWListCtrl::wxETWListCtrl(wxWindow *parent, wxWindowID id, const wxPoint& pos
|
|||||||
properties->Wnode.BufferSize = ulSize;
|
properties->Wnode.BufferSize = ulSize;
|
||||||
properties->Wnode.Flags = WNODE_FLAG_TRACED_GUID;
|
properties->Wnode.Flags = WNODE_FLAG_TRACED_GUID;
|
||||||
properties->Wnode.ClientContext = 1; //QPC clock resolution
|
properties->Wnode.ClientContext = 1; //QPC clock resolution
|
||||||
HRESULT hr = CoCreateGuid(&(properties->Wnode.Guid));
|
CoCreateGuid(&(properties->Wnode.Guid));
|
||||||
if (FAILED(hr)) {
|
|
||||||
wxLogError(winstd::tstring_printf(wxT("error 0x%08x generating GUID"), hr).c_str());
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
properties->LogFileMode = /*EVENT_TRACE_FILE_MODE_SEQUENTIAL |*/ EVENT_TRACE_REAL_TIME_MODE;
|
properties->LogFileMode = /*EVENT_TRACE_FILE_MODE_SEQUENTIAL |*/ EVENT_TRACE_REAL_TIME_MODE;
|
||||||
properties->MaximumFileSize = 1; // 1 MB
|
properties->MaximumFileSize = 1; // 1 MB
|
||||||
properties->LoggerNameOffset = sizeof(EVENT_TRACE_PROPERTIES);
|
properties->LoggerNameOffset = sizeof(EVENT_TRACE_PROPERTIES);
|
||||||
@@ -777,13 +776,13 @@ static tstring MapToString(_In_ const EVENT_MAP_INFO *pMapInfo, _In_ ULONG ulDat
|
|||||||
((pMapInfo->Flag & EVENTMAP_INFO_FLAG_WBEM_VALUEMAP ) && (pMapInfo->Flag & ~EVENTMAP_INFO_FLAG_WBEM_VALUEMAP) != EVENTMAP_INFO_FLAG_WBEM_FLAG))
|
((pMapInfo->Flag & EVENTMAP_INFO_FLAG_WBEM_VALUEMAP ) && (pMapInfo->Flag & ~EVENTMAP_INFO_FLAG_WBEM_VALUEMAP) != EVENTMAP_INFO_FLAG_WBEM_FLAG))
|
||||||
{
|
{
|
||||||
if ((pMapInfo->Flag & EVENTMAP_INFO_FLAG_WBEM_NO_MAP) == EVENTMAP_INFO_FLAG_WBEM_NO_MAP)
|
if ((pMapInfo->Flag & EVENTMAP_INFO_FLAG_WBEM_NO_MAP) == EVENTMAP_INFO_FLAG_WBEM_NO_MAP)
|
||||||
return tstring_printf(_T("%ls"), (LPCWSTR)((PBYTE)pMapInfo + pMapInfo->MapEntryArray[ulData].OutputOffset));
|
return tstring_printf(_T("%ls"), (PBYTE)pMapInfo + pMapInfo->MapEntryArray[ulData].OutputOffset);
|
||||||
else {
|
else {
|
||||||
for (ULONG i = 0; ; i++) {
|
for (ULONG i = 0; ; i++) {
|
||||||
if (i >= pMapInfo->EntryCount)
|
if (i >= pMapInfo->EntryCount)
|
||||||
return tstring_printf(_T("%lu"), ulData);
|
return tstring_printf(_T("%lu"), ulData);
|
||||||
else if (pMapInfo->MapEntryArray[i].Value == ulData)
|
else if (pMapInfo->MapEntryArray[i].Value == ulData)
|
||||||
return tstring_printf(_T("%ls"), (LPCWSTR)((PBYTE)pMapInfo + pMapInfo->MapEntryArray[i].OutputOffset));
|
return tstring_printf(_T("%ls"), (PBYTE)pMapInfo + pMapInfo->MapEntryArray[i].OutputOffset);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if (
|
} else if (
|
||||||
@@ -818,7 +817,7 @@ static tstring DataToString(_In_ USHORT InType, _In_ USHORT OutType, _In_count_(
|
|||||||
case TDH_INTYPE_UNICODESTRING:
|
case TDH_INTYPE_UNICODESTRING:
|
||||||
case TDH_INTYPE_NONNULLTERMINATEDSTRING:
|
case TDH_INTYPE_NONNULLTERMINATEDSTRING:
|
||||||
case TDH_INTYPE_UNICODECHAR:
|
case TDH_INTYPE_UNICODECHAR:
|
||||||
return tstring_printf(_T("%.*ls"), (unsigned int)(nDataSize/sizeof(WCHAR)), (LPCWSTR)pData);
|
return tstring_printf(_T("%.*ls"), nDataSize/sizeof(WCHAR), pData);
|
||||||
|
|
||||||
case TDH_INTYPE_ANSISTRING:
|
case TDH_INTYPE_ANSISTRING:
|
||||||
case TDH_INTYPE_NONNULLTERMINATEDANSISTRING:
|
case TDH_INTYPE_NONNULLTERMINATEDANSISTRING:
|
||||||
@@ -919,7 +918,6 @@ static tstring DataToString(_In_ USHORT InType, _In_ USHORT OutType, _In_count_(
|
|||||||
case TDH_INTYPE_BINARY:
|
case TDH_INTYPE_BINARY:
|
||||||
switch (OutType) {
|
switch (OutType) {
|
||||||
case TDH_OUTTYPE_IPV6: {
|
case TDH_OUTTYPE_IPV6: {
|
||||||
#pragma warning(suppress: 6387) // ntdll.dll *must* exist.
|
|
||||||
auto RtlIpv6AddressToString = (LPTSTR(NTAPI*)(const IN6_ADDR*, LPTSTR))GetProcAddress(GetModuleHandle(_T("ntdll.dll")),
|
auto RtlIpv6AddressToString = (LPTSTR(NTAPI*)(const IN6_ADDR*, LPTSTR))GetProcAddress(GetModuleHandle(_T("ntdll.dll")),
|
||||||
#ifdef _UNICODE
|
#ifdef _UNICODE
|
||||||
"RtlIpv6AddressToStringW"
|
"RtlIpv6AddressToStringW"
|
||||||
@@ -947,12 +945,8 @@ static tstring DataToString(_In_ USHORT InType, _In_ USHORT OutType, _In_count_(
|
|||||||
case TDH_INTYPE_GUID: {
|
case TDH_INTYPE_GUID: {
|
||||||
assert(nDataSize >= sizeof(GUID));
|
assert(nDataSize >= sizeof(GUID));
|
||||||
WCHAR szGuid[39];
|
WCHAR szGuid[39];
|
||||||
if (StringFromGUID2(*(GUID*)pData, szGuid, _countof(szGuid)))
|
StringFromGUID2(*(GUID*)pData, szGuid, _countof(szGuid));
|
||||||
return tstring_printf(_T("%ls"), szGuid);
|
return tstring_printf(_T("%ls"), szGuid);
|
||||||
else {
|
|
||||||
assert(0);
|
|
||||||
return _T("(GUID)");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
case TDH_INTYPE_POINTER:
|
case TDH_INTYPE_POINTER:
|
||||||
@@ -1001,7 +995,7 @@ static tstring DataToString(_In_ USHORT InType, _In_ USHORT OutType, _In_count_(
|
|||||||
// 32-bit computer and 16 bytes on a 64-bit computer.
|
// 32-bit computer and 16 bytes on a 64-bit computer.
|
||||||
// Doubling the pointer size handles both cases.
|
// Doubling the pointer size handles both cases.
|
||||||
assert(nDataSize >= (SIZE_T)nPtrSize * 2);
|
assert(nDataSize >= (SIZE_T)nPtrSize * 2);
|
||||||
return (PULONG)pData > 0 ? DataToString(TDH_INTYPE_SID, OutType, pData + (SIZE_T)nPtrSize * 2, nDataSize - (SIZE_T)nPtrSize * 2, pMapInfo, nPtrSize) : _T("(WBEM SID)");
|
return (PULONG)pData > 0 ? DataToString(TDH_INTYPE_SID, OutType, pData + nPtrSize * 2, nDataSize - nPtrSize * 2, pMapInfo, nPtrSize) : _T("(WBEM SID)");
|
||||||
|
|
||||||
case TDH_INTYPE_SID: {
|
case TDH_INTYPE_SID: {
|
||||||
assert(nDataSize >= sizeof(SID));
|
assert(nDataSize >= sizeof(SID));
|
||||||
@@ -1033,7 +1027,7 @@ static ULONG GetArraySize(PEVENT_RECORD pEvent, PTRACE_EVENT_INFO pInfo, ULONG i
|
|||||||
ULONG ulResult;
|
ULONG ulResult;
|
||||||
|
|
||||||
// Get array count property.
|
// Get array count property.
|
||||||
PROPERTY_DATA_DESCRIPTOR data_desc = { (ULONGLONG)pInfo + pInfo->EventPropertyInfoArray[pInfo->EventPropertyInfoArray[i].countPropertyIndex].NameOffset, ULONG_MAX };
|
PROPERTY_DATA_DESCRIPTOR data_desc = { (ULONGLONG)(reinterpret_cast<LPBYTE>(pInfo) + pInfo->EventPropertyInfoArray[pInfo->EventPropertyInfoArray[i].countPropertyIndex].NameOffset), ULONG_MAX };
|
||||||
vector<unsigned char> count;
|
vector<unsigned char> count;
|
||||||
if ((ulResult = TdhGetProperty(pEvent, 0, NULL, 1, &data_desc, count)) != ERROR_SUCCESS)
|
if ((ulResult = TdhGetProperty(pEvent, 0, NULL, 1, &data_desc, count)) != ERROR_SUCCESS)
|
||||||
return ulResult;
|
return ulResult;
|
||||||
@@ -1073,7 +1067,7 @@ static tstring PropertyToString(PEVENT_RECORD pEvent, PTRACE_EVENT_INFO pInfo, U
|
|||||||
if (out_nonfirst) out += _T(", "); else out_nonfirst = true;
|
if (out_nonfirst) out += _T(", "); else out_nonfirst = true;
|
||||||
out += _T('(');
|
out += _T('(');
|
||||||
for (USHORT j = pInfo->EventPropertyInfoArray[ulPropIndex].structType.StructStartIndex, usLastMember = pInfo->EventPropertyInfoArray[ulPropIndex].structType.StructStartIndex + pInfo->EventPropertyInfoArray[ulPropIndex].structType.NumOfStructMembers; j < usLastMember; j++) {
|
for (USHORT j = pInfo->EventPropertyInfoArray[ulPropIndex].structType.StructStartIndex, usLastMember = pInfo->EventPropertyInfoArray[ulPropIndex].structType.StructStartIndex + pInfo->EventPropertyInfoArray[ulPropIndex].structType.NumOfStructMembers; j < usLastMember; j++) {
|
||||||
out += tstring_printf(_T("%ls: "), (LPCWSTR)(reinterpret_cast<LPBYTE>(pInfo) + pInfo->EventPropertyInfoArray[j].NameOffset));
|
out += tstring_printf(_T("%ls: "), reinterpret_cast<LPBYTE>(pInfo) + pInfo->EventPropertyInfoArray[j].NameOffset);
|
||||||
out += PropertyToString(pEvent, pInfo, j, reinterpret_cast<LPWSTR>(reinterpret_cast<LPBYTE>(pInfo) + pInfo->EventPropertyInfoArray[ulPropIndex].NameOffset), k, nPtrSize);
|
out += PropertyToString(pEvent, pInfo, j, reinterpret_cast<LPWSTR>(reinterpret_cast<LPBYTE>(pInfo) + pInfo->EventPropertyInfoArray[ulPropIndex].NameOffset), k, nPtrSize);
|
||||||
}
|
}
|
||||||
out += _T(')');
|
out += _T(')');
|
||||||
@@ -1092,12 +1086,12 @@ static tstring PropertyToString(PEVENT_RECORD pEvent, PTRACE_EVENT_INFO pInfo, U
|
|||||||
// The first descriptor in the array identifies the name of the structure and the second
|
// The first descriptor in the array identifies the name of the structure and the second
|
||||||
// descriptor defines the member of the structure whose data you want to retrieve.
|
// descriptor defines the member of the structure whose data you want to retrieve.
|
||||||
PROPERTY_DATA_DESCRIPTOR data_desc[2] = {
|
PROPERTY_DATA_DESCRIPTOR data_desc[2] = {
|
||||||
{ (ULONGLONG)pStructureName , ulStructIndex },
|
{ (ULONGLONG)pStructureName , ulStructIndex },
|
||||||
{ (ULONGLONG)pInfo + pInfo->EventPropertyInfoArray[ulPropIndex].NameOffset, k }
|
{ (ULONGLONG)(reinterpret_cast<LPBYTE>(pInfo) + pInfo->EventPropertyInfoArray[ulPropIndex].NameOffset), k }
|
||||||
};
|
};
|
||||||
ulResult = TdhGetProperty(pEvent, 0, NULL, _countof(data_desc), data_desc, data);
|
ulResult = TdhGetProperty(pEvent, 0, NULL, _countof(data_desc), data_desc, data);
|
||||||
} else {
|
} else {
|
||||||
PROPERTY_DATA_DESCRIPTOR data_desc = { (ULONGLONG)pInfo + pInfo->EventPropertyInfoArray[ulPropIndex].NameOffset, k };
|
PROPERTY_DATA_DESCRIPTOR data_desc = { (ULONGLONG)(reinterpret_cast<LPBYTE>(pInfo) + pInfo->EventPropertyInfoArray[ulPropIndex].NameOffset), k };
|
||||||
ulResult = TdhGetProperty(pEvent, 0, NULL, 1, &data_desc, data);
|
ulResult = TdhGetProperty(pEvent, 0, NULL, 1, &data_desc, data);
|
||||||
}
|
}
|
||||||
if (ulResult == ERROR_EVT_INVALID_EVENT_DATA) {
|
if (ulResult == ERROR_EVT_INVALID_EVENT_DATA) {
|
||||||
|
@@ -150,7 +150,7 @@ protected:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
/// \cond internal
|
/// \cond internal
|
||||||
static VOID WINAPI EventRecordCallback(_In_ PEVENT_RECORD pEvent);
|
static VOID WINAPI EventRecordCallback(PEVENT_RECORD pEvent);
|
||||||
/// \endcond
|
/// \endcond
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
@@ -30,26 +30,26 @@
|
|||||||
<ProjectGuid>{E0D0725B-B2FC-4225-9481-CA9B1B6306F2}</ProjectGuid>
|
<ProjectGuid>{E0D0725B-B2FC-4225-9481-CA9B1B6306F2}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>EventMonitor</RootNamespace>
|
<RootNamespace>EventMonitor</RootNamespace>
|
||||||
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
<ConfigurationType>Application</ConfigurationType>
|
||||||
<UseDebugLibraries>true</UseDebugLibraries>
|
<UseDebugLibraries>true</UseDebugLibraries>
|
||||||
<CharacterSet>Unicode</CharacterSet>
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
<PlatformToolset>v142</PlatformToolset>
|
<PlatformToolset>v141</PlatformToolset>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
<ConfigurationType>Application</ConfigurationType>
|
||||||
<UseDebugLibraries>true</UseDebugLibraries>
|
<UseDebugLibraries>true</UseDebugLibraries>
|
||||||
<CharacterSet>Unicode</CharacterSet>
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
<PlatformToolset>v142</PlatformToolset>
|
<PlatformToolset>v141</PlatformToolset>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
<ConfigurationType>Application</ConfigurationType>
|
||||||
<UseDebugLibraries>true</UseDebugLibraries>
|
<UseDebugLibraries>true</UseDebugLibraries>
|
||||||
<CharacterSet>Unicode</CharacterSet>
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
<PlatformToolset>v142</PlatformToolset>
|
<PlatformToolset>v141</PlatformToolset>
|
||||||
<WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
|
<WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||||
@@ -57,21 +57,21 @@
|
|||||||
<UseDebugLibraries>false</UseDebugLibraries>
|
<UseDebugLibraries>false</UseDebugLibraries>
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||||
<CharacterSet>Unicode</CharacterSet>
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
<PlatformToolset>v142</PlatformToolset>
|
<PlatformToolset>v141</PlatformToolset>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
<ConfigurationType>Application</ConfigurationType>
|
||||||
<UseDebugLibraries>false</UseDebugLibraries>
|
<UseDebugLibraries>false</UseDebugLibraries>
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||||
<CharacterSet>Unicode</CharacterSet>
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
<PlatformToolset>v142</PlatformToolset>
|
<PlatformToolset>v141</PlatformToolset>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
<ConfigurationType>Application</ConfigurationType>
|
||||||
<UseDebugLibraries>false</UseDebugLibraries>
|
<UseDebugLibraries>false</UseDebugLibraries>
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||||
<CharacterSet>Unicode</CharacterSet>
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
<PlatformToolset>v142</PlatformToolset>
|
<PlatformToolset>v141</PlatformToolset>
|
||||||
<WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
|
<WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||||
@@ -156,10 +156,10 @@
|
|||||||
<ProjectReference Include="..\lib\Events\build\Events.vcxproj">
|
<ProjectReference Include="..\lib\Events\build\Events.vcxproj">
|
||||||
<Project>{d63f24bd-92a0-4d6b-8b69-ed947e4d2b1b}</Project>
|
<Project>{d63f24bd-92a0-4d6b-8b69-ed947e4d2b1b}</Project>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\lib\WinStd\build\WinStd-16.0.vcxproj">
|
<ProjectReference Include="..\lib\WinStd\build\WinStd-15.0.vcxproj">
|
||||||
<Project>{47399d91-7eb9-41de-b521-514ba5db0c43}</Project>
|
<Project>{47399d91-7eb9-41de-b521-514ba5db0c43}</Project>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\lib\wxExtend\build\wxExtendLib-16.0.vcxproj">
|
<ProjectReference Include="..\lib\wxExtend\build\wxExtendLib-15.0.vcxproj">
|
||||||
<Project>{d3e29951-d9f5-486d-a167-20ae8e90b1fa}</Project>
|
<Project>{d3e29951-d9f5-486d-a167-20ae8e90b1fa}</Project>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
@@ -176,7 +176,6 @@
|
|||||||
<POCompile Include="locale\de_DE.po" />
|
<POCompile Include="locale\de_DE.po" />
|
||||||
<POCompile Include="locale\el_GR.po" />
|
<POCompile Include="locale\el_GR.po" />
|
||||||
<POCompile Include="locale\es_ES.po" />
|
<POCompile Include="locale\es_ES.po" />
|
||||||
<POCompile Include="locale\et_EE.po" />
|
|
||||||
<POCompile Include="locale\eu_ES.po" />
|
<POCompile Include="locale\eu_ES.po" />
|
||||||
<POCompile Include="locale\fi_FI.po" />
|
<POCompile Include="locale\fi_FI.po" />
|
||||||
<POCompile Include="locale\fr_CA.po" />
|
<POCompile Include="locale\fr_CA.po" />
|
||||||
|
@@ -162,8 +162,5 @@
|
|||||||
<POCompile Include="locale\ko_KR.po">
|
<POCompile Include="locale\ko_KR.po">
|
||||||
<Filter>Resource Files\Localization</Filter>
|
<Filter>Resource Files\Localization</Filter>
|
||||||
</POCompile>
|
</POCompile>
|
||||||
<POCompile Include="locale\et_EE.po">
|
|
||||||
<Filter>Resource Files\Localization</Filter>
|
|
||||||
</POCompile>
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
@@ -26,10 +26,10 @@
|
|||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
wxEventMonitorFrame::wxEventMonitorFrame(wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, long style, const wxString& name) :
|
wxEventMonitorFrame::wxEventMonitorFrame(wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style, const wxString& name) :
|
||||||
wxFrame(parent, id, title, pos, parent->FromDIP(wxSize(600,400)), style, name)
|
wxFrame(parent, id, title, pos, size, style, name)
|
||||||
{
|
{
|
||||||
this->SetSizeHints(FromDIP(wxSize(150,150)), wxDefaultSize);
|
this->SetSizeHints(wxSize(150,150), wxDefaultSize);
|
||||||
m_mgr.SetManagedWindow(this);
|
m_mgr.SetManagedWindow(this);
|
||||||
m_mgr.SetFlags(wxAUI_MGR_DEFAULT);
|
m_mgr.SetFlags(wxAUI_MGR_DEFAULT);
|
||||||
|
|
||||||
|
@@ -34,9 +34,6 @@ class wxPersistentEventMonitorFrame;
|
|||||||
|
|
||||||
#include <WinStd/Win.h>
|
#include <WinStd/Win.h>
|
||||||
|
|
||||||
#pragma warning(push)
|
|
||||||
#pragma warning(disable: 26444)
|
|
||||||
|
|
||||||
|
|
||||||
/// \addtogroup EventMonitor
|
/// \addtogroup EventMonitor
|
||||||
/// @{
|
/// @{
|
||||||
@@ -75,7 +72,7 @@ public:
|
|||||||
/// \param[in] style The window style. See `wxFrame` class description.
|
/// \param[in] style The window style. See `wxFrame` class description.
|
||||||
/// \param[in] name The name of the window. This parameter is used to associate a name with the item, allowing the application user to set Motif resource values for individual windows.
|
/// \param[in] name The name of the window. This parameter is used to associate a name with the item, allowing the application user to set Motif resource values for individual windows.
|
||||||
///
|
///
|
||||||
wxEventMonitorFrame(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Event Monitor"), const wxPoint& pos = wxDefaultPosition, long style = wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL, const wxString& name = wxT("EventMonitor"));
|
wxEventMonitorFrame(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Event Monitor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(600,400), long style = wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL, const wxString& name = wxT("EventMonitor"));
|
||||||
|
|
||||||
///
|
///
|
||||||
/// Destructor
|
/// Destructor
|
||||||
@@ -176,5 +173,3 @@ inline wxPersistentObject *wxCreatePersistentObject(wxEventMonitorFrame *wnd)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// @}
|
/// @}
|
||||||
|
|
||||||
#pragma warning(pop)
|
|
||||||
|
Binary file not shown.
@@ -2,21 +2,22 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EventMonitor\n"
|
"Project-Id-Version: EventMonitor\n"
|
||||||
"POT-Creation-Date: 2019-08-12 14:04+0200\n"
|
"POT-Creation-Date: 2016-09-19 11:14+0200\n"
|
||||||
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Simon Rozman <simon.rozman@amebis.si>\n"
|
"Last-Translator: Simon Rozman <simon.rozman@amebis.si>\n"
|
||||||
"Language-Team: Amebis, d. o. o., Kamnik <info@amebis.si>\n"
|
"Language-Team: Amebis, d. o. o., Kamnik <info@amebis.si>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"X-Generator: Poedit 2.2.3\n"
|
"X-Generator: Poedit 1.8.9\n"
|
||||||
"X-Poedit-Basepath: ..\n"
|
"X-Poedit-Basepath: ..\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
"Language: en_US\n"
|
||||||
"X-Poedit-SourceCharset: UTF-8\n"
|
"X-Poedit-SourceCharset: UTF-8\n"
|
||||||
"X-Poedit-KeywordsList: _\n"
|
"X-Poedit-KeywordsList: _\n"
|
||||||
"X-Poedit-SearchPath-0: .\n"
|
"X-Poedit-SearchPath-0: .\n"
|
||||||
|
|
||||||
#: App.cpp:61 Frame.h:75 MSIBuild/en_US.ARM64.Release.Feature-2.idtx:4
|
#: App.cpp:61 Frame.h:67 MSIBuild/en_US.Win32.Release.Feature-2.idtx:4
|
||||||
#: MSIBuild/en_US.Win32.Release.Feature-2.idtx:4
|
|
||||||
#: MSIBuild/en_US.x64.Release.Feature-2.idtx:4
|
#: MSIBuild/en_US.x64.Release.Feature-2.idtx:4
|
||||||
msgid "Event Monitor"
|
msgid "Event Monitor"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -26,41 +27,41 @@ msgstr ""
|
|||||||
msgid "Error opening event trace (error %u)."
|
msgid "Error opening event trace (error %u)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ETWLog.cpp:171
|
#: ETWLog.cpp:167
|
||||||
msgid "Time"
|
msgid "Time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ETWLog.cpp:172
|
#: ETWLog.cpp:168
|
||||||
msgid "PID"
|
msgid "PID"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ETWLog.cpp:173
|
#: ETWLog.cpp:169
|
||||||
msgid "TID"
|
msgid "TID"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ETWLog.cpp:174
|
#: ETWLog.cpp:170
|
||||||
msgid "Source"
|
msgid "Source"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ETWLog.cpp:175
|
#: ETWLog.cpp:171
|
||||||
msgid "Event"
|
msgid "Event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ETWLog.cpp:232
|
#: ETWLog.cpp:228
|
||||||
msgid "Access denied creating event session: you need administrative privileges (Run As Administrator) or be a member of Performance Log Users group to start event tracing session."
|
msgid "Access denied creating event session: you need administrative privileges (Run As Administrator) or be a member of Performance Log Users group to start event tracing session."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ETWLog.cpp:235
|
#: ETWLog.cpp:231
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "The %s event session already exists."
|
msgid "The %s event session already exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ETWLog.cpp:239
|
#: ETWLog.cpp:235
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Error creating event session (error %u)."
|
msgid "Error creating event session (error %u)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ETWLog.cpp:255 ETWLog.cpp:271 ETWLog.cpp:285
|
#: ETWLog.cpp:251 ETWLog.cpp:267 ETWLog.cpp:281
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Error enabling %s event provider (error %u)."
|
msgid "Error enabling %s event provider (error %u)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -204,8 +205,6 @@ msgstr ""
|
|||||||
msgid "Trace Log"
|
msgid "Trace Log"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: MSIBuild/en_US.ARM64.Release.Feature-2.idtx:4
|
|
||||||
#: MSIBuild/en_US.ARM64.Release.Shortcut-2.idtx:4
|
|
||||||
#: MSIBuild/en_US.Win32.Release.Feature-2.idtx:4
|
#: MSIBuild/en_US.Win32.Release.Feature-2.idtx:4
|
||||||
#: MSIBuild/en_US.Win32.Release.Shortcut-2.idtx:4
|
#: MSIBuild/en_US.Win32.Release.Shortcut-2.idtx:4
|
||||||
#: MSIBuild/en_US.x64.Release.Feature-2.idtx:4
|
#: MSIBuild/en_US.x64.Release.Feature-2.idtx:4
|
||||||
@@ -213,7 +212,6 @@ msgstr ""
|
|||||||
msgid "Real-time display of internal events"
|
msgid "Real-time display of internal events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: MSIBuild/en_US.ARM64.Release.Shortcut-2.idtx:4
|
|
||||||
#: MSIBuild/en_US.Win32.Release.Shortcut-2.idtx:4
|
#: MSIBuild/en_US.Win32.Release.Shortcut-2.idtx:4
|
||||||
#: MSIBuild/en_US.x64.Release.Shortcut-2.idtx:4
|
#: MSIBuild/en_US.x64.Release.Shortcut-2.idtx:4
|
||||||
msgid "EVENTM~1|GÉANTLink Event Monitor"
|
msgid "EVENTM~1|GÉANTLink Event Monitor"
|
||||||
|
@@ -1,12 +1,10 @@
|
|||||||
# Translators:
|
|
||||||
# University of Ruse <support@uni-ruse.bg>, 2016
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EventMonitor\n"
|
"Project-Id-Version: EventMonitor\n"
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
||||||
"PO-Revision-Date: 2016-08-27 11:21+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: University of Ruse <support@uni-ruse.bg>, 2016\n"
|
"Last-Translator: University of Ruse <support@uni-ruse.bg>, 2016\n"
|
||||||
"Language-Team: Bulgarian (Bulgaria) (https://www.transifex.com/eduroam_devel/teams/11799/bg_BG/)\n"
|
"Language-Team: Bulgarian (Bulgaria) (https://www.transifex.com/eduroam_devel/teams/11799/bg_BG/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@@ -1,12 +1,10 @@
|
|||||||
# Translators:
|
|
||||||
# eduki <ecercos@xtec.cat>, 2016
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EventMonitor\n"
|
"Project-Id-Version: EventMonitor\n"
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
||||||
"PO-Revision-Date: 2016-08-27 11:21+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: eduki <ecercos@xtec.cat>, 2016\n"
|
"Last-Translator: eduki <ecercos@xtec.cat>, 2016\n"
|
||||||
"Language-Team: Catalan (Spain) (https://www.transifex.com/eduroam_devel/teams/11799/ca_ES/)\n"
|
"Language-Team: Catalan (Spain) (https://www.transifex.com/eduroam_devel/teams/11799/ca_ES/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@@ -4,7 +4,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EventMonitor\n"
|
"Project-Id-Version: EventMonitor\n"
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
||||||
"PO-Revision-Date: 2016-08-27 11:21+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Language-Team: Czech (Czech Republic) (https://www.transifex.com/eduroam_devel/teams/11799/cs_CZ/)\n"
|
"Language-Team: Czech (Czech Republic) (https://www.transifex.com/eduroam_devel/teams/11799/cs_CZ/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@@ -4,7 +4,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EventMonitor\n"
|
"Project-Id-Version: EventMonitor\n"
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
||||||
"PO-Revision-Date: 2016-08-27 11:21+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Language-Team: Welsh (https://www.transifex.com/eduroam_devel/teams/11799/cy/)\n"
|
"Language-Team: Welsh (https://www.transifex.com/eduroam_devel/teams/11799/cy/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@@ -1,14 +1,11 @@
|
|||||||
# Translators:
|
|
||||||
# eduroam_devel <stefan.winter@restena.lu>, 2016
|
|
||||||
# Eric Hoch <eric.hoch@hhu.de>, 2016
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EventMonitor\n"
|
"Project-Id-Version: EventMonitor\n"
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
||||||
"PO-Revision-Date: 2016-08-27 11:21+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Eric Hoch <eric.hoch@hhu.de>, 2016\n"
|
"Last-Translator: eduroam_devel <stefan.winter@restena.lu>, 2016\n"
|
||||||
"Language-Team: German (https://www.transifex.com/eduroam_devel/teams/11799/de/)\n"
|
"Language-Team: German (https://www.transifex.com/eduroam_devel/teams/11799/de/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@@ -1,13 +1,10 @@
|
|||||||
# Translators:
|
|
||||||
# Vicky Kons <vickyk@admin.grnet.gr>, 2016
|
|
||||||
# Zenon Mousmoulas <zenon@mousmoulas.gr>, 2016
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EventMonitor\n"
|
"Project-Id-Version: EventMonitor\n"
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
||||||
"PO-Revision-Date: 2016-08-27 11:21+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Zenon Mousmoulas <zenon@mousmoulas.gr>, 2016\n"
|
"Last-Translator: Zenon Mousmoulas <zenon@mousmoulas.gr>, 2016\n"
|
||||||
"Language-Team: Greek (https://www.transifex.com/eduroam_devel/teams/11799/el/)\n"
|
"Language-Team: Greek (https://www.transifex.com/eduroam_devel/teams/11799/el/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@@ -1,12 +1,10 @@
|
|||||||
# Translators:
|
|
||||||
# José Manuel Macías, 2016
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EventMonitor\n"
|
"Project-Id-Version: EventMonitor\n"
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
||||||
"PO-Revision-Date: 2016-08-27 11:21+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: José Manuel Macías, 2016\n"
|
"Last-Translator: José Manuel Macías, 2016\n"
|
||||||
"Language-Team: Spanish (https://www.transifex.com/eduroam_devel/teams/11799/es/)\n"
|
"Language-Team: Spanish (https://www.transifex.com/eduroam_devel/teams/11799/es/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@@ -1,347 +0,0 @@
|
|||||||
# Translators:
|
|
||||||
# Indrek Rokk <indrek.rokk@eenet.ee>, 2018
|
|
||||||
# Anne M <anne@eenet.ee>, 2019
|
|
||||||
#
|
|
||||||
#, fuzzy
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: EventMonitor\n"
|
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
|
||||||
"PO-Revision-Date: 2016-08-27 11:21+0000\n"
|
|
||||||
"Last-Translator: Anne M <anne@eenet.ee>, 2019\n"
|
|
||||||
"Language-Team: Estonian (https://www.transifex.com/eduroam_devel/teams/11799/et/)\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
|
||||||
"Language: et\n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
||||||
"X-Generator: Poedit 1.8.11\n"
|
|
||||||
"X-Poedit-Basepath: ../../..\n"
|
|
||||||
"X-Poedit-KeywordsList: _\n"
|
|
||||||
"X-Poedit-SearchPath-0: master/EventMonitor\n"
|
|
||||||
"X-Poedit-SearchPath-1: ver1.1/EventMonitor\n"
|
|
||||||
"X-Poedit-SearchPath-2: ver1.0/EventMonitor\n"
|
|
||||||
"X-Poedit-SourceCharset: UTF-8\n"
|
|
||||||
|
|
||||||
#: master/EventMonitor/App.cpp:61 ver1.0/EventMonitor/App.cpp:61
|
|
||||||
#: ver1.1/EventMonitor/App.cpp:61 master/EventMonitor/Frame.h:75
|
|
||||||
#: ver1.0/EventMonitor/Frame.h:75 ver1.1/EventMonitor/Frame.h:75
|
|
||||||
#: master/EventMonitor/MSIBuild/en_US.Win32.Debug.Feature-2.idtx:4
|
|
||||||
#: master/EventMonitor/MSIBuild/en_US.Win32.Release.Feature-2.idtx:4
|
|
||||||
#: master/EventMonitor/MSIBuild/en_US.x64.Debug.Feature-2.idtx:4
|
|
||||||
#: master/EventMonitor/MSIBuild/en_US.x64.Release.Feature-2.idtx:4
|
|
||||||
#: ver1.0/EventMonitor/MSIBuild/en_US.Win32.Debug.Feature-2.idtx:4
|
|
||||||
#: ver1.0/EventMonitor/MSIBuild/en_US.Win32.Release.Feature-2.idtx:4
|
|
||||||
#: ver1.0/EventMonitor/MSIBuild/en_US.x64.Debug.Feature-2.idtx:4
|
|
||||||
#: ver1.0/EventMonitor/MSIBuild/en_US.x64.Release.Feature-2.idtx:4
|
|
||||||
#: ver1.1/EventMonitor/MSIBuild/en_US.Win32.Debug.Feature-2.idtx:4
|
|
||||||
#: ver1.1/EventMonitor/MSIBuild/en_US.Win32.Release.Feature-2.idtx:4
|
|
||||||
#: ver1.1/EventMonitor/MSIBuild/en_US.x64.Debug.Feature-2.idtx:4
|
|
||||||
#: ver1.1/EventMonitor/MSIBuild/en_US.x64.Release.Feature-2.idtx:4
|
|
||||||
msgid "Event Monitor"
|
|
||||||
msgstr "Sündmuste monitor"
|
|
||||||
|
|
||||||
#: master/EventMonitor/ETWLog.cpp:83 ver1.0/EventMonitor/ETWLog.cpp:83
|
|
||||||
#: ver1.1/EventMonitor/ETWLog.cpp:83
|
|
||||||
#, c-format
|
|
||||||
msgid "Error opening event trace (error %u)."
|
|
||||||
msgstr "Viga sündmuse jälitamise avamisel (viga %u)."
|
|
||||||
|
|
||||||
#: master/EventMonitor/ETWLog.cpp:171 ver1.0/EventMonitor/ETWLog.cpp:171
|
|
||||||
#: ver1.1/EventMonitor/ETWLog.cpp:171
|
|
||||||
msgid "Time"
|
|
||||||
msgstr "Aeg"
|
|
||||||
|
|
||||||
#: master/EventMonitor/ETWLog.cpp:172 ver1.0/EventMonitor/ETWLog.cpp:172
|
|
||||||
#: ver1.1/EventMonitor/ETWLog.cpp:172
|
|
||||||
msgid "PID"
|
|
||||||
msgstr "PID"
|
|
||||||
|
|
||||||
#: master/EventMonitor/ETWLog.cpp:173 ver1.0/EventMonitor/ETWLog.cpp:173
|
|
||||||
#: ver1.1/EventMonitor/ETWLog.cpp:173
|
|
||||||
msgid "TID"
|
|
||||||
msgstr "TID"
|
|
||||||
|
|
||||||
#: master/EventMonitor/ETWLog.cpp:174 ver1.0/EventMonitor/ETWLog.cpp:174
|
|
||||||
#: ver1.1/EventMonitor/ETWLog.cpp:174
|
|
||||||
msgid "Source"
|
|
||||||
msgstr "Allikas"
|
|
||||||
|
|
||||||
#: master/EventMonitor/ETWLog.cpp:175 ver1.0/EventMonitor/ETWLog.cpp:175
|
|
||||||
#: ver1.1/EventMonitor/ETWLog.cpp:175
|
|
||||||
msgid "Event"
|
|
||||||
msgstr "Sündmus"
|
|
||||||
|
|
||||||
#: master/EventMonitor/ETWLog.cpp:232 ver1.0/EventMonitor/ETWLog.cpp:232
|
|
||||||
#: ver1.1/EventMonitor/ETWLog.cpp:232
|
|
||||||
msgid ""
|
|
||||||
"Access denied creating event session: you need administrative privileges "
|
|
||||||
"(Run As Administrator) or be a member of Performance Log Users group to "
|
|
||||||
"start event tracing session."
|
|
||||||
msgstr ""
|
|
||||||
"Puudub pääsuluba: sündmuse jälitusseansi loomiseks vajad "
|
|
||||||
"administraatoriõigusi (Run As Administrator) või kuulumist soorituste logi "
|
|
||||||
"kasutajagruppi (Performance Log Users)"
|
|
||||||
|
|
||||||
#: master/EventMonitor/ETWLog.cpp:235 ver1.0/EventMonitor/ETWLog.cpp:235
|
|
||||||
#: ver1.1/EventMonitor/ETWLog.cpp:235
|
|
||||||
#, c-format
|
|
||||||
msgid "The %s event session already exists."
|
|
||||||
msgstr "%s sündmuse seanss on juba olemas."
|
|
||||||
|
|
||||||
#: master/EventMonitor/ETWLog.cpp:239 ver1.0/EventMonitor/ETWLog.cpp:239
|
|
||||||
#: ver1.1/EventMonitor/ETWLog.cpp:239
|
|
||||||
#, c-format
|
|
||||||
msgid "Error creating event session (error %u)."
|
|
||||||
msgstr "Viga sündmuse seansi loomisel (viga %u)."
|
|
||||||
|
|
||||||
#: master/EventMonitor/ETWLog.cpp:255 master/EventMonitor/ETWLog.cpp:271
|
|
||||||
#: master/EventMonitor/ETWLog.cpp:285 ver1.0/EventMonitor/ETWLog.cpp:255
|
|
||||||
#: ver1.0/EventMonitor/ETWLog.cpp:271 ver1.0/EventMonitor/ETWLog.cpp:285
|
|
||||||
#: ver1.1/EventMonitor/ETWLog.cpp:255 ver1.1/EventMonitor/ETWLog.cpp:271
|
|
||||||
#: ver1.1/EventMonitor/ETWLog.cpp:285
|
|
||||||
#, c-format
|
|
||||||
msgid "Error enabling %s event provider (error %u)."
|
|
||||||
msgstr "Viga %s sündmuse looja võimaldamisel (viga %u)."
|
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:48 master/EventMonitor/Frame.cpp:108
|
|
||||||
#: master/EventMonitor/Frame.cpp:113 master/EventMonitor/Frame.cpp:168
|
|
||||||
#: master/EventMonitor/Frame.cpp:170 ver1.0/EventMonitor/Frame.cpp:48
|
|
||||||
#: ver1.0/EventMonitor/Frame.cpp:108 ver1.0/EventMonitor/Frame.cpp:113
|
|
||||||
#: ver1.0/EventMonitor/Frame.cpp:168 ver1.0/EventMonitor/Frame.cpp:170
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:48 ver1.1/EventMonitor/Frame.cpp:108
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:113 ver1.1/EventMonitor/Frame.cpp:168
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:170
|
|
||||||
#, c-format
|
|
||||||
msgid "Toggles display of %s records"
|
|
||||||
msgstr "Lülitab %s kirjete näitamise sisse"
|
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:65 ver1.0/EventMonitor/Frame.cpp:65
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:65
|
|
||||||
msgid "E&xit"
|
|
||||||
msgstr "V&älju"
|
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:65 ver1.0/EventMonitor/Frame.cpp:65
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:65
|
|
||||||
msgid "Quits this program"
|
|
||||||
msgstr "Lõpetab selle programmi"
|
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:69 ver1.0/EventMonitor/Frame.cpp:69
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:69
|
|
||||||
msgid "&Program"
|
|
||||||
msgstr "&Programm"
|
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:73 ver1.0/EventMonitor/Frame.cpp:73
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:73
|
|
||||||
msgid "&Copy"
|
|
||||||
msgstr "&Kopeeri"
|
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:73 master/EventMonitor/Frame.cpp:154
|
|
||||||
#: ver1.0/EventMonitor/Frame.cpp:73 ver1.0/EventMonitor/Frame.cpp:154
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:73 ver1.1/EventMonitor/Frame.cpp:154
|
|
||||||
msgid "Copies selected records to clipboard"
|
|
||||||
msgstr "Kopeerib valitud kirjed lõikelauale"
|
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:78 ver1.0/EventMonitor/Frame.cpp:78
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:78
|
|
||||||
msgid "Copy A&ll"
|
|
||||||
msgstr "Kopee&ri kõik"
|
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:78 master/EventMonitor/Frame.cpp:156
|
|
||||||
#: ver1.0/EventMonitor/Frame.cpp:78 ver1.0/EventMonitor/Frame.cpp:156
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:78 ver1.1/EventMonitor/Frame.cpp:156
|
|
||||||
msgid "Copies all records to clipboard (including hidden)"
|
|
||||||
msgstr "Kopeerib kõik (sh varjatud) kirjed lõikelauale"
|
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:83 master/EventMonitor/Frame.cpp:158
|
|
||||||
#: ver1.0/EventMonitor/Frame.cpp:83 ver1.0/EventMonitor/Frame.cpp:158
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:83 ver1.1/EventMonitor/Frame.cpp:158
|
|
||||||
msgid "Clear"
|
|
||||||
msgstr "Kustuta"
|
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:83 master/EventMonitor/Frame.cpp:158
|
|
||||||
#: ver1.0/EventMonitor/Frame.cpp:83 ver1.0/EventMonitor/Frame.cpp:158
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:83 ver1.1/EventMonitor/Frame.cpp:158
|
|
||||||
msgid "Clears all records from the log"
|
|
||||||
msgstr "Kustutab logist kõik kirjed"
|
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:90 ver1.0/EventMonitor/Frame.cpp:90
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:90
|
|
||||||
msgid "Select &All"
|
|
||||||
msgstr "Vali k&õik"
|
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:90 ver1.0/EventMonitor/Frame.cpp:90
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:90
|
|
||||||
msgid "Selects all visible records"
|
|
||||||
msgstr "Valib kõik nähtavad kirjed"
|
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:94 ver1.0/EventMonitor/Frame.cpp:94
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:94
|
|
||||||
msgid "Select &None"
|
|
||||||
msgstr "Valiku &nullimine"
|
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:94 ver1.0/EventMonitor/Frame.cpp:94
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:94
|
|
||||||
msgid "Clears record selection"
|
|
||||||
msgstr "Tühjendab kirjete valiku"
|
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:97 master/EventMonitor/Frame.cpp:142
|
|
||||||
#: ver1.0/EventMonitor/Frame.cpp:97 ver1.0/EventMonitor/Frame.cpp:142
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:97 ver1.1/EventMonitor/Frame.cpp:142
|
|
||||||
msgid "&Edit"
|
|
||||||
msgstr "R&edigeeri"
|
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:101 ver1.0/EventMonitor/Frame.cpp:101
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:101
|
|
||||||
msgid "Auto &Scroll"
|
|
||||||
msgstr "A&utomaatne kerimine"
|
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:101 master/EventMonitor/Frame.cpp:164
|
|
||||||
#: ver1.0/EventMonitor/Frame.cpp:101 ver1.0/EventMonitor/Frame.cpp:164
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:101 ver1.1/EventMonitor/Frame.cpp:164
|
|
||||||
msgid "Automatically scrolls to the most recent records as they come-in"
|
|
||||||
msgstr ""
|
|
||||||
"Kerib automaatselt kõige värskemate kirjeteni vastavalt nende tekkimisele"
|
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:123 master/EventMonitor/Frame.cpp:176
|
|
||||||
#: ver1.0/EventMonitor/Frame.cpp:123 ver1.0/EventMonitor/Frame.cpp:176
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:123 ver1.1/EventMonitor/Frame.cpp:176
|
|
||||||
msgid "Verbose"
|
|
||||||
msgstr "Pikk tulemus"
|
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:123 master/EventMonitor/Frame.cpp:176
|
|
||||||
#: ver1.0/EventMonitor/Frame.cpp:123 ver1.0/EventMonitor/Frame.cpp:176
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:123 ver1.1/EventMonitor/Frame.cpp:176
|
|
||||||
msgid "Displays all levels of records"
|
|
||||||
msgstr "Kõigi tasemete kirjete kuvamine"
|
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:127 master/EventMonitor/Frame.cpp:178
|
|
||||||
#: ver1.0/EventMonitor/Frame.cpp:127 ver1.0/EventMonitor/Frame.cpp:178
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:127 ver1.1/EventMonitor/Frame.cpp:178
|
|
||||||
msgid "Informational"
|
|
||||||
msgstr "Informatiivne"
|
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:127 master/EventMonitor/Frame.cpp:178
|
|
||||||
#: ver1.0/EventMonitor/Frame.cpp:127 ver1.0/EventMonitor/Frame.cpp:178
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:127 ver1.1/EventMonitor/Frame.cpp:178
|
|
||||||
msgid "Displays all records up to informational level"
|
|
||||||
msgstr "Kirjete kuvamine informatiivse tasemeni"
|
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:131 master/EventMonitor/Frame.cpp:180
|
|
||||||
#: ver1.0/EventMonitor/Frame.cpp:131 ver1.0/EventMonitor/Frame.cpp:180
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:131 ver1.1/EventMonitor/Frame.cpp:180
|
|
||||||
msgid "Warning"
|
|
||||||
msgstr "Hoiatused"
|
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:131 master/EventMonitor/Frame.cpp:180
|
|
||||||
#: ver1.0/EventMonitor/Frame.cpp:131 ver1.0/EventMonitor/Frame.cpp:180
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:131 ver1.1/EventMonitor/Frame.cpp:180
|
|
||||||
msgid "Displays all records up to warning level"
|
|
||||||
msgstr "Kirjete kuvamine hoiatustasemeni"
|
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:135 master/EventMonitor/Frame.cpp:182
|
|
||||||
#: ver1.0/EventMonitor/Frame.cpp:135 ver1.0/EventMonitor/Frame.cpp:182
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:135 ver1.1/EventMonitor/Frame.cpp:182
|
|
||||||
msgid "Error"
|
|
||||||
msgstr "Vead"
|
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:135 master/EventMonitor/Frame.cpp:182
|
|
||||||
#: ver1.0/EventMonitor/Frame.cpp:135 ver1.0/EventMonitor/Frame.cpp:182
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:135 ver1.1/EventMonitor/Frame.cpp:182
|
|
||||||
msgid "Displays error level records only"
|
|
||||||
msgstr "Kirjete kuvamine ainult veatasemel"
|
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:142 master/EventMonitor/Frame.cpp:146
|
|
||||||
#: ver1.0/EventMonitor/Frame.cpp:142 ver1.0/EventMonitor/Frame.cpp:146
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:142 ver1.1/EventMonitor/Frame.cpp:146
|
|
||||||
#, c-format
|
|
||||||
msgid "%s toolbar"
|
|
||||||
msgstr "%s tööriistariba"
|
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:142 master/EventMonitor/Frame.cpp:146
|
|
||||||
#: ver1.0/EventMonitor/Frame.cpp:142 ver1.0/EventMonitor/Frame.cpp:146
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:142 ver1.1/EventMonitor/Frame.cpp:146
|
|
||||||
#, c-format
|
|
||||||
msgid "Toggles display of %s toolbar"
|
|
||||||
msgstr "Vahetab %s tööriistariba kuvamise"
|
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:142 master/EventMonitor/Frame.cpp:146
|
|
||||||
#: master/EventMonitor/Frame.cpp:185 ver1.0/EventMonitor/Frame.cpp:142
|
|
||||||
#: ver1.0/EventMonitor/Frame.cpp:146 ver1.0/EventMonitor/Frame.cpp:185
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:142 ver1.1/EventMonitor/Frame.cpp:146
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:185
|
|
||||||
msgid "View"
|
|
||||||
msgstr "Vaata"
|
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:146 master/EventMonitor/Frame.cpp:149
|
|
||||||
#: ver1.0/EventMonitor/Frame.cpp:146 ver1.0/EventMonitor/Frame.cpp:149
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:146 ver1.1/EventMonitor/Frame.cpp:149
|
|
||||||
msgid "&View"
|
|
||||||
msgstr "&Vaata"
|
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:154 ver1.0/EventMonitor/Frame.cpp:154
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:154
|
|
||||||
msgid "Copy"
|
|
||||||
msgstr "Kopeeri"
|
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:156 ver1.0/EventMonitor/Frame.cpp:156
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:156
|
|
||||||
msgid "Copy All"
|
|
||||||
msgstr "Kopeeri kõik"
|
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:161 ver1.0/EventMonitor/Frame.cpp:161
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:161
|
|
||||||
msgid "Edit"
|
|
||||||
msgstr "Redigeeri"
|
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:164 ver1.0/EventMonitor/Frame.cpp:164
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:164
|
|
||||||
msgid "Auto Scroll"
|
|
||||||
msgstr "Automaatne kerimine"
|
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:189 ver1.0/EventMonitor/Frame.cpp:189
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:189
|
|
||||||
msgid "Trace Log"
|
|
||||||
msgstr "Jälituslogi"
|
|
||||||
|
|
||||||
#: master/EventMonitor/MSIBuild/en_US.Win32.Debug.Feature-2.idtx:4
|
|
||||||
#: master/EventMonitor/MSIBuild/en_US.Win32.Debug.Shortcut-2.idtx:4
|
|
||||||
#: master/EventMonitor/MSIBuild/en_US.Win32.Release.Feature-2.idtx:4
|
|
||||||
#: master/EventMonitor/MSIBuild/en_US.Win32.Release.Shortcut-2.idtx:4
|
|
||||||
#: master/EventMonitor/MSIBuild/en_US.x64.Debug.Feature-2.idtx:4
|
|
||||||
#: master/EventMonitor/MSIBuild/en_US.x64.Debug.Shortcut-2.idtx:4
|
|
||||||
#: master/EventMonitor/MSIBuild/en_US.x64.Release.Feature-2.idtx:4
|
|
||||||
#: master/EventMonitor/MSIBuild/en_US.x64.Release.Shortcut-2.idtx:4
|
|
||||||
#: ver1.0/EventMonitor/MSIBuild/en_US.Win32.Debug.Feature-2.idtx:4
|
|
||||||
#: ver1.0/EventMonitor/MSIBuild/en_US.Win32.Debug.Shortcut-2.idtx:4
|
|
||||||
#: ver1.0/EventMonitor/MSIBuild/en_US.Win32.Release.Feature-2.idtx:4
|
|
||||||
#: ver1.0/EventMonitor/MSIBuild/en_US.Win32.Release.Shortcut-2.idtx:4
|
|
||||||
#: ver1.0/EventMonitor/MSIBuild/en_US.x64.Debug.Feature-2.idtx:4
|
|
||||||
#: ver1.0/EventMonitor/MSIBuild/en_US.x64.Debug.Shortcut-2.idtx:4
|
|
||||||
#: ver1.0/EventMonitor/MSIBuild/en_US.x64.Release.Feature-2.idtx:4
|
|
||||||
#: ver1.0/EventMonitor/MSIBuild/en_US.x64.Release.Shortcut-2.idtx:4
|
|
||||||
#: ver1.1/EventMonitor/MSIBuild/en_US.Win32.Debug.Feature-2.idtx:4
|
|
||||||
#: ver1.1/EventMonitor/MSIBuild/en_US.Win32.Debug.Shortcut-2.idtx:4
|
|
||||||
#: ver1.1/EventMonitor/MSIBuild/en_US.Win32.Release.Feature-2.idtx:4
|
|
||||||
#: ver1.1/EventMonitor/MSIBuild/en_US.Win32.Release.Shortcut-2.idtx:4
|
|
||||||
#: ver1.1/EventMonitor/MSIBuild/en_US.x64.Debug.Feature-2.idtx:4
|
|
||||||
#: ver1.1/EventMonitor/MSIBuild/en_US.x64.Debug.Shortcut-2.idtx:4
|
|
||||||
#: ver1.1/EventMonitor/MSIBuild/en_US.x64.Release.Feature-2.idtx:4
|
|
||||||
#: ver1.1/EventMonitor/MSIBuild/en_US.x64.Release.Shortcut-2.idtx:4
|
|
||||||
msgid "Real-time display of internal events"
|
|
||||||
msgstr "Sisesündmuste reaalajas kuvamine"
|
|
||||||
|
|
||||||
#: master/EventMonitor/MSIBuild/en_US.Win32.Debug.Shortcut-2.idtx:4
|
|
||||||
#: master/EventMonitor/MSIBuild/en_US.Win32.Release.Shortcut-2.idtx:4
|
|
||||||
#: master/EventMonitor/MSIBuild/en_US.x64.Debug.Shortcut-2.idtx:4
|
|
||||||
#: master/EventMonitor/MSIBuild/en_US.x64.Release.Shortcut-2.idtx:4
|
|
||||||
#: ver1.0/EventMonitor/MSIBuild/en_US.Win32.Debug.Shortcut-2.idtx:4
|
|
||||||
#: ver1.0/EventMonitor/MSIBuild/en_US.Win32.Release.Shortcut-2.idtx:4
|
|
||||||
#: ver1.0/EventMonitor/MSIBuild/en_US.x64.Debug.Shortcut-2.idtx:4
|
|
||||||
#: ver1.0/EventMonitor/MSIBuild/en_US.x64.Release.Shortcut-2.idtx:4
|
|
||||||
#: ver1.1/EventMonitor/MSIBuild/en_US.Win32.Debug.Shortcut-2.idtx:4
|
|
||||||
#: ver1.1/EventMonitor/MSIBuild/en_US.Win32.Release.Shortcut-2.idtx:4
|
|
||||||
#: ver1.1/EventMonitor/MSIBuild/en_US.x64.Debug.Shortcut-2.idtx:4
|
|
||||||
#: ver1.1/EventMonitor/MSIBuild/en_US.x64.Release.Shortcut-2.idtx:4
|
|
||||||
msgid "EVENTM~1|GÉANTLink Event Monitor"
|
|
||||||
msgstr "EVENTM~1|GÉANTLink Event Monitor"
|
|
@@ -4,7 +4,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EventMonitor\n"
|
"Project-Id-Version: EventMonitor\n"
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
||||||
"PO-Revision-Date: 2016-08-27 11:21+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Language-Team: Basque (Spain) (https://www.transifex.com/eduroam_devel/teams/11799/eu_ES/)\n"
|
"Language-Team: Basque (Spain) (https://www.transifex.com/eduroam_devel/teams/11799/eu_ES/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@@ -4,7 +4,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EventMonitor\n"
|
"Project-Id-Version: EventMonitor\n"
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
||||||
"PO-Revision-Date: 2016-08-27 11:21+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Language-Team: Finnish (Finland) (https://www.transifex.com/eduroam_devel/teams/11799/fi_FI/)\n"
|
"Language-Team: Finnish (Finland) (https://www.transifex.com/eduroam_devel/teams/11799/fi_FI/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@@ -4,7 +4,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EventMonitor\n"
|
"Project-Id-Version: EventMonitor\n"
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
||||||
"PO-Revision-Date: 2016-08-27 11:21+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Language-Team: French (Canada) (https://www.transifex.com/eduroam_devel/teams/11799/fr_CA/)\n"
|
"Language-Team: French (Canada) (https://www.transifex.com/eduroam_devel/teams/11799/fr_CA/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@@ -4,7 +4,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EventMonitor\n"
|
"Project-Id-Version: EventMonitor\n"
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
||||||
"PO-Revision-Date: 2016-08-27 11:21+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Language-Team: French (France) (https://www.transifex.com/eduroam_devel/teams/11799/fr_FR/)\n"
|
"Language-Team: French (France) (https://www.transifex.com/eduroam_devel/teams/11799/fr_FR/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@@ -4,7 +4,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EventMonitor\n"
|
"Project-Id-Version: EventMonitor\n"
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
||||||
"PO-Revision-Date: 2016-08-27 11:21+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Language-Team: Galician (Spain) (https://www.transifex.com/eduroam_devel/teams/11799/gl_ES/)\n"
|
"Language-Team: Galician (Spain) (https://www.transifex.com/eduroam_devel/teams/11799/gl_ES/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@@ -1,12 +1,10 @@
|
|||||||
# Translators:
|
|
||||||
# Dubravko Penezic <dpenezic@gmail.com>, 2016
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EventMonitor\n"
|
"Project-Id-Version: EventMonitor\n"
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
||||||
"PO-Revision-Date: 2016-08-27 11:21+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Dubravko Penezic <dpenezic@gmail.com>, 2016\n"
|
"Last-Translator: Dubravko Penezic <dpenezic@gmail.com>, 2016\n"
|
||||||
"Language-Team: Croatian (Croatia) (https://www.transifex.com/eduroam_devel/teams/11799/hr_HR/)\n"
|
"Language-Team: Croatian (Croatia) (https://www.transifex.com/eduroam_devel/teams/11799/hr_HR/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@@ -4,7 +4,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EventMonitor\n"
|
"Project-Id-Version: EventMonitor\n"
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
||||||
"PO-Revision-Date: 2016-08-27 11:21+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Language-Team: Hungarian (https://www.transifex.com/eduroam_devel/teams/11799/hu/)\n"
|
"Language-Team: Hungarian (https://www.transifex.com/eduroam_devel/teams/11799/hu/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@@ -4,7 +4,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EventMonitor\n"
|
"Project-Id-Version: EventMonitor\n"
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
||||||
"PO-Revision-Date: 2016-08-27 11:21+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Language-Team: Icelandic (https://www.transifex.com/eduroam_devel/teams/11799/is/)\n"
|
"Language-Team: Icelandic (https://www.transifex.com/eduroam_devel/teams/11799/is/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@@ -1,13 +1,10 @@
|
|||||||
# Translators:
|
|
||||||
# Nunzio Napolitano <nunzio.napolitano@uniparthenope.it>, 2017
|
|
||||||
# Daniele Albrizio <daniele@albrizio.it>, 2018
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EventMonitor\n"
|
"Project-Id-Version: EventMonitor\n"
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
||||||
"PO-Revision-Date: 2016-08-27 11:21+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Daniele Albrizio <daniele@albrizio.it>, 2018\n"
|
"Last-Translator: Daniele Albrizio <daniele@albrizio.it>, 2018\n"
|
||||||
"Language-Team: Italian (Italy) (https://www.transifex.com/eduroam_devel/teams/11799/it_IT/)\n"
|
"Language-Team: Italian (Italy) (https://www.transifex.com/eduroam_devel/teams/11799/it_IT/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@@ -1,339 +1,227 @@
|
|||||||
#
|
|
||||||
#, fuzzy
|
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EventMonitor\n"
|
"Project-Id-Version: EventMonitor\n"
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
"POT-Creation-Date: 2016-09-12 12:15+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-27 11:21+0000\n"
|
"PO-Revision-Date: 2016-09-12 12:15+0200\n"
|
||||||
"Language-Team: Korean (Korea) (https://www.transifex.com/eduroam_devel/teams/11799/ko_KR/)\n"
|
"Language-Team: Amebis, d. o. o., Kamnik <info@amebis.si>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Language: ko_KR\n"
|
"X-Generator: Poedit 1.8.8\n"
|
||||||
|
"X-Poedit-Basepath: ..\n"
|
||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
"X-Generator: Poedit 1.8.11\n"
|
|
||||||
"X-Poedit-Basepath: ../../..\n"
|
|
||||||
"X-Poedit-KeywordsList: _\n"
|
|
||||||
"X-Poedit-SearchPath-0: master/EventMonitor\n"
|
|
||||||
"X-Poedit-SearchPath-1: ver1.1/EventMonitor\n"
|
|
||||||
"X-Poedit-SearchPath-2: ver1.0/EventMonitor\n"
|
|
||||||
"X-Poedit-SourceCharset: UTF-8\n"
|
"X-Poedit-SourceCharset: UTF-8\n"
|
||||||
|
"X-Poedit-KeywordsList: _\n"
|
||||||
|
"Last-Translator: Simon Rozman <simon.rozman@amebis.si>\n"
|
||||||
|
"Language: ko_KR\n"
|
||||||
|
"X-Poedit-SearchPath-0: .\n"
|
||||||
|
|
||||||
#: master/EventMonitor/App.cpp:61 ver1.0/EventMonitor/App.cpp:61
|
#: App.cpp:61 Frame.h:67 MSIBuild/En.Win32.Release.Feature-2.idtx:4
|
||||||
#: ver1.1/EventMonitor/App.cpp:61 master/EventMonitor/Frame.h:75
|
#: MSIBuild/En.x64.Release.Feature-2.idtx:4
|
||||||
#: ver1.0/EventMonitor/Frame.h:75 ver1.1/EventMonitor/Frame.h:75
|
|
||||||
#: master/EventMonitor/MSIBuild/en_US.Win32.Debug.Feature-2.idtx:4
|
|
||||||
#: master/EventMonitor/MSIBuild/en_US.Win32.Release.Feature-2.idtx:4
|
|
||||||
#: master/EventMonitor/MSIBuild/en_US.x64.Debug.Feature-2.idtx:4
|
|
||||||
#: master/EventMonitor/MSIBuild/en_US.x64.Release.Feature-2.idtx:4
|
|
||||||
#: ver1.0/EventMonitor/MSIBuild/en_US.Win32.Debug.Feature-2.idtx:4
|
|
||||||
#: ver1.0/EventMonitor/MSIBuild/en_US.Win32.Release.Feature-2.idtx:4
|
|
||||||
#: ver1.0/EventMonitor/MSIBuild/en_US.x64.Debug.Feature-2.idtx:4
|
|
||||||
#: ver1.0/EventMonitor/MSIBuild/en_US.x64.Release.Feature-2.idtx:4
|
|
||||||
#: ver1.1/EventMonitor/MSIBuild/en_US.Win32.Debug.Feature-2.idtx:4
|
|
||||||
#: ver1.1/EventMonitor/MSIBuild/en_US.Win32.Release.Feature-2.idtx:4
|
|
||||||
#: ver1.1/EventMonitor/MSIBuild/en_US.x64.Debug.Feature-2.idtx:4
|
|
||||||
#: ver1.1/EventMonitor/MSIBuild/en_US.x64.Release.Feature-2.idtx:4
|
|
||||||
msgid "Event Monitor"
|
msgid "Event Monitor"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/ETWLog.cpp:83 ver1.0/EventMonitor/ETWLog.cpp:83
|
#: ETWLog.cpp:83
|
||||||
#: ver1.1/EventMonitor/ETWLog.cpp:83
|
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Error opening event trace (error %u)."
|
msgid "Error opening event trace (error %u)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/ETWLog.cpp:171 ver1.0/EventMonitor/ETWLog.cpp:171
|
#: ETWLog.cpp:167
|
||||||
#: ver1.1/EventMonitor/ETWLog.cpp:171
|
|
||||||
msgid "Time"
|
msgid "Time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/ETWLog.cpp:172 ver1.0/EventMonitor/ETWLog.cpp:172
|
#: ETWLog.cpp:168
|
||||||
#: ver1.1/EventMonitor/ETWLog.cpp:172
|
|
||||||
msgid "PID"
|
msgid "PID"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/ETWLog.cpp:173 ver1.0/EventMonitor/ETWLog.cpp:173
|
#: ETWLog.cpp:169
|
||||||
#: ver1.1/EventMonitor/ETWLog.cpp:173
|
|
||||||
msgid "TID"
|
msgid "TID"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/ETWLog.cpp:174 ver1.0/EventMonitor/ETWLog.cpp:174
|
#: ETWLog.cpp:170
|
||||||
#: ver1.1/EventMonitor/ETWLog.cpp:174
|
|
||||||
msgid "Source"
|
msgid "Source"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/ETWLog.cpp:175 ver1.0/EventMonitor/ETWLog.cpp:175
|
#: ETWLog.cpp:171
|
||||||
#: ver1.1/EventMonitor/ETWLog.cpp:175
|
|
||||||
msgid "Event"
|
msgid "Event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/ETWLog.cpp:232 ver1.0/EventMonitor/ETWLog.cpp:232
|
#: ETWLog.cpp:228
|
||||||
#: ver1.1/EventMonitor/ETWLog.cpp:232
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Access denied creating event session: you need administrative privileges "
|
"Access denied creating event session: you need administrative privileges "
|
||||||
"(Run As Administrator) or be a member of Performance Log Users group to "
|
"(Run As Administrator) or be a member of Performance Log Users group to "
|
||||||
"start event tracing session."
|
"start event tracing session."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/ETWLog.cpp:235 ver1.0/EventMonitor/ETWLog.cpp:235
|
#: ETWLog.cpp:231
|
||||||
#: ver1.1/EventMonitor/ETWLog.cpp:235
|
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "The %s event session already exists."
|
msgid "The %s event session already exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/ETWLog.cpp:239 ver1.0/EventMonitor/ETWLog.cpp:239
|
#: ETWLog.cpp:235
|
||||||
#: ver1.1/EventMonitor/ETWLog.cpp:239
|
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Error creating event session (error %u)."
|
msgid "Error creating event session (error %u)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/ETWLog.cpp:255 master/EventMonitor/ETWLog.cpp:271
|
#: ETWLog.cpp:251 ETWLog.cpp:267 ETWLog.cpp:281
|
||||||
#: master/EventMonitor/ETWLog.cpp:285 ver1.0/EventMonitor/ETWLog.cpp:255
|
|
||||||
#: ver1.0/EventMonitor/ETWLog.cpp:271 ver1.0/EventMonitor/ETWLog.cpp:285
|
|
||||||
#: ver1.1/EventMonitor/ETWLog.cpp:255 ver1.1/EventMonitor/ETWLog.cpp:271
|
|
||||||
#: ver1.1/EventMonitor/ETWLog.cpp:285
|
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Error enabling %s event provider (error %u)."
|
msgid "Error enabling %s event provider (error %u)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:48 master/EventMonitor/Frame.cpp:108
|
#: Frame.cpp:48 Frame.cpp:108 Frame.cpp:113 Frame.cpp:168 Frame.cpp:170
|
||||||
#: master/EventMonitor/Frame.cpp:113 master/EventMonitor/Frame.cpp:168
|
|
||||||
#: master/EventMonitor/Frame.cpp:170 ver1.0/EventMonitor/Frame.cpp:48
|
|
||||||
#: ver1.0/EventMonitor/Frame.cpp:108 ver1.0/EventMonitor/Frame.cpp:113
|
|
||||||
#: ver1.0/EventMonitor/Frame.cpp:168 ver1.0/EventMonitor/Frame.cpp:170
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:48 ver1.1/EventMonitor/Frame.cpp:108
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:113 ver1.1/EventMonitor/Frame.cpp:168
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:170
|
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Toggles display of %s records"
|
msgid "Toggles display of %s records"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:65 ver1.0/EventMonitor/Frame.cpp:65
|
#: Frame.cpp:65
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:65
|
|
||||||
msgid "E&xit"
|
msgid "E&xit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:65 ver1.0/EventMonitor/Frame.cpp:65
|
#: Frame.cpp:65
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:65
|
|
||||||
msgid "Quits this program"
|
msgid "Quits this program"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:69 ver1.0/EventMonitor/Frame.cpp:69
|
#: Frame.cpp:69
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:69
|
|
||||||
msgid "&Program"
|
msgid "&Program"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:73 ver1.0/EventMonitor/Frame.cpp:73
|
#: Frame.cpp:73
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:73
|
|
||||||
msgid "&Copy"
|
msgid "&Copy"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:73 master/EventMonitor/Frame.cpp:154
|
#: Frame.cpp:73 Frame.cpp:154
|
||||||
#: ver1.0/EventMonitor/Frame.cpp:73 ver1.0/EventMonitor/Frame.cpp:154
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:73 ver1.1/EventMonitor/Frame.cpp:154
|
|
||||||
msgid "Copies selected records to clipboard"
|
msgid "Copies selected records to clipboard"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:78 ver1.0/EventMonitor/Frame.cpp:78
|
#: Frame.cpp:78
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:78
|
|
||||||
msgid "Copy A&ll"
|
msgid "Copy A&ll"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:78 master/EventMonitor/Frame.cpp:156
|
#: Frame.cpp:78 Frame.cpp:156
|
||||||
#: ver1.0/EventMonitor/Frame.cpp:78 ver1.0/EventMonitor/Frame.cpp:156
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:78 ver1.1/EventMonitor/Frame.cpp:156
|
|
||||||
msgid "Copies all records to clipboard (including hidden)"
|
msgid "Copies all records to clipboard (including hidden)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:83 master/EventMonitor/Frame.cpp:158
|
#: Frame.cpp:83 Frame.cpp:158
|
||||||
#: ver1.0/EventMonitor/Frame.cpp:83 ver1.0/EventMonitor/Frame.cpp:158
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:83 ver1.1/EventMonitor/Frame.cpp:158
|
|
||||||
msgid "Clear"
|
msgid "Clear"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:83 master/EventMonitor/Frame.cpp:158
|
#: Frame.cpp:83 Frame.cpp:158
|
||||||
#: ver1.0/EventMonitor/Frame.cpp:83 ver1.0/EventMonitor/Frame.cpp:158
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:83 ver1.1/EventMonitor/Frame.cpp:158
|
|
||||||
msgid "Clears all records from the log"
|
msgid "Clears all records from the log"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:90 ver1.0/EventMonitor/Frame.cpp:90
|
#: Frame.cpp:90
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:90
|
|
||||||
msgid "Select &All"
|
msgid "Select &All"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:90 ver1.0/EventMonitor/Frame.cpp:90
|
#: Frame.cpp:90
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:90
|
|
||||||
msgid "Selects all visible records"
|
msgid "Selects all visible records"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:94 ver1.0/EventMonitor/Frame.cpp:94
|
#: Frame.cpp:94
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:94
|
|
||||||
msgid "Select &None"
|
msgid "Select &None"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:94 ver1.0/EventMonitor/Frame.cpp:94
|
#: Frame.cpp:94
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:94
|
|
||||||
msgid "Clears record selection"
|
msgid "Clears record selection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:97 master/EventMonitor/Frame.cpp:142
|
#: Frame.cpp:97 Frame.cpp:142
|
||||||
#: ver1.0/EventMonitor/Frame.cpp:97 ver1.0/EventMonitor/Frame.cpp:142
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:97 ver1.1/EventMonitor/Frame.cpp:142
|
|
||||||
msgid "&Edit"
|
msgid "&Edit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:101 ver1.0/EventMonitor/Frame.cpp:101
|
#: Frame.cpp:101
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:101
|
|
||||||
msgid "Auto &Scroll"
|
msgid "Auto &Scroll"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:101 master/EventMonitor/Frame.cpp:164
|
#: Frame.cpp:101 Frame.cpp:164
|
||||||
#: ver1.0/EventMonitor/Frame.cpp:101 ver1.0/EventMonitor/Frame.cpp:164
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:101 ver1.1/EventMonitor/Frame.cpp:164
|
|
||||||
msgid "Automatically scrolls to the most recent records as they come-in"
|
msgid "Automatically scrolls to the most recent records as they come-in"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:123 master/EventMonitor/Frame.cpp:176
|
#: Frame.cpp:123 Frame.cpp:176
|
||||||
#: ver1.0/EventMonitor/Frame.cpp:123 ver1.0/EventMonitor/Frame.cpp:176
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:123 ver1.1/EventMonitor/Frame.cpp:176
|
|
||||||
msgid "Verbose"
|
msgid "Verbose"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:123 master/EventMonitor/Frame.cpp:176
|
#: Frame.cpp:123 Frame.cpp:176
|
||||||
#: ver1.0/EventMonitor/Frame.cpp:123 ver1.0/EventMonitor/Frame.cpp:176
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:123 ver1.1/EventMonitor/Frame.cpp:176
|
|
||||||
msgid "Displays all levels of records"
|
msgid "Displays all levels of records"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:127 master/EventMonitor/Frame.cpp:178
|
#: Frame.cpp:127 Frame.cpp:178
|
||||||
#: ver1.0/EventMonitor/Frame.cpp:127 ver1.0/EventMonitor/Frame.cpp:178
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:127 ver1.1/EventMonitor/Frame.cpp:178
|
|
||||||
msgid "Informational"
|
msgid "Informational"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:127 master/EventMonitor/Frame.cpp:178
|
#: Frame.cpp:127 Frame.cpp:178
|
||||||
#: ver1.0/EventMonitor/Frame.cpp:127 ver1.0/EventMonitor/Frame.cpp:178
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:127 ver1.1/EventMonitor/Frame.cpp:178
|
|
||||||
msgid "Displays all records up to informational level"
|
msgid "Displays all records up to informational level"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:131 master/EventMonitor/Frame.cpp:180
|
#: Frame.cpp:131 Frame.cpp:180
|
||||||
#: ver1.0/EventMonitor/Frame.cpp:131 ver1.0/EventMonitor/Frame.cpp:180
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:131 ver1.1/EventMonitor/Frame.cpp:180
|
|
||||||
msgid "Warning"
|
msgid "Warning"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:131 master/EventMonitor/Frame.cpp:180
|
#: Frame.cpp:131 Frame.cpp:180
|
||||||
#: ver1.0/EventMonitor/Frame.cpp:131 ver1.0/EventMonitor/Frame.cpp:180
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:131 ver1.1/EventMonitor/Frame.cpp:180
|
|
||||||
msgid "Displays all records up to warning level"
|
msgid "Displays all records up to warning level"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:135 master/EventMonitor/Frame.cpp:182
|
#: Frame.cpp:135 Frame.cpp:182
|
||||||
#: ver1.0/EventMonitor/Frame.cpp:135 ver1.0/EventMonitor/Frame.cpp:182
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:135 ver1.1/EventMonitor/Frame.cpp:182
|
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:135 master/EventMonitor/Frame.cpp:182
|
#: Frame.cpp:135 Frame.cpp:182
|
||||||
#: ver1.0/EventMonitor/Frame.cpp:135 ver1.0/EventMonitor/Frame.cpp:182
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:135 ver1.1/EventMonitor/Frame.cpp:182
|
|
||||||
msgid "Displays error level records only"
|
msgid "Displays error level records only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:142 master/EventMonitor/Frame.cpp:146
|
#: Frame.cpp:142 Frame.cpp:146
|
||||||
#: ver1.0/EventMonitor/Frame.cpp:142 ver1.0/EventMonitor/Frame.cpp:146
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:142 ver1.1/EventMonitor/Frame.cpp:146
|
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "%s toolbar"
|
msgid "%s toolbar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:142 master/EventMonitor/Frame.cpp:146
|
#: Frame.cpp:142 Frame.cpp:146
|
||||||
#: ver1.0/EventMonitor/Frame.cpp:142 ver1.0/EventMonitor/Frame.cpp:146
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:142 ver1.1/EventMonitor/Frame.cpp:146
|
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Toggles display of %s toolbar"
|
msgid "Toggles display of %s toolbar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:142 master/EventMonitor/Frame.cpp:146
|
#: Frame.cpp:142 Frame.cpp:146 Frame.cpp:185
|
||||||
#: master/EventMonitor/Frame.cpp:185 ver1.0/EventMonitor/Frame.cpp:142
|
|
||||||
#: ver1.0/EventMonitor/Frame.cpp:146 ver1.0/EventMonitor/Frame.cpp:185
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:142 ver1.1/EventMonitor/Frame.cpp:146
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:185
|
|
||||||
msgid "View"
|
msgid "View"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:146 master/EventMonitor/Frame.cpp:149
|
#: Frame.cpp:146 Frame.cpp:149
|
||||||
#: ver1.0/EventMonitor/Frame.cpp:146 ver1.0/EventMonitor/Frame.cpp:149
|
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:146 ver1.1/EventMonitor/Frame.cpp:149
|
|
||||||
msgid "&View"
|
msgid "&View"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:154 ver1.0/EventMonitor/Frame.cpp:154
|
#: Frame.cpp:154
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:154
|
|
||||||
msgid "Copy"
|
msgid "Copy"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:156 ver1.0/EventMonitor/Frame.cpp:156
|
#: Frame.cpp:156
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:156
|
|
||||||
msgid "Copy All"
|
msgid "Copy All"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:161 ver1.0/EventMonitor/Frame.cpp:161
|
#: Frame.cpp:161
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:161
|
|
||||||
msgid "Edit"
|
msgid "Edit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:164 ver1.0/EventMonitor/Frame.cpp:164
|
#: Frame.cpp:164
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:164
|
|
||||||
msgid "Auto Scroll"
|
msgid "Auto Scroll"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/Frame.cpp:189 ver1.0/EventMonitor/Frame.cpp:189
|
#: Frame.cpp:189
|
||||||
#: ver1.1/EventMonitor/Frame.cpp:189
|
|
||||||
msgid "Trace Log"
|
msgid "Trace Log"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: master/EventMonitor/MSIBuild/en_US.Win32.Debug.Feature-2.idtx:4
|
#: MSIBuild/En.Win32.Release.Feature-2.idtx:3
|
||||||
#: master/EventMonitor/MSIBuild/en_US.Win32.Debug.Shortcut-2.idtx:4
|
#: MSIBuild/En.Win32.Release.Shortcut-2.idtx:3
|
||||||
#: master/EventMonitor/MSIBuild/en_US.Win32.Release.Feature-2.idtx:4
|
#: MSIBuild/En.x64.Release.Feature-2.idtx:3
|
||||||
#: master/EventMonitor/MSIBuild/en_US.Win32.Release.Shortcut-2.idtx:4
|
#: MSIBuild/En.x64.Release.Shortcut-2.idtx:3
|
||||||
#: master/EventMonitor/MSIBuild/en_US.x64.Debug.Feature-2.idtx:4
|
msgid "1252"
|
||||||
#: master/EventMonitor/MSIBuild/en_US.x64.Debug.Shortcut-2.idtx:4
|
msgstr "949"
|
||||||
#: master/EventMonitor/MSIBuild/en_US.x64.Release.Feature-2.idtx:4
|
|
||||||
#: master/EventMonitor/MSIBuild/en_US.x64.Release.Shortcut-2.idtx:4
|
|
||||||
#: ver1.0/EventMonitor/MSIBuild/en_US.Win32.Debug.Feature-2.idtx:4
|
|
||||||
#: ver1.0/EventMonitor/MSIBuild/en_US.Win32.Debug.Shortcut-2.idtx:4
|
|
||||||
#: ver1.0/EventMonitor/MSIBuild/en_US.Win32.Release.Feature-2.idtx:4
|
|
||||||
#: ver1.0/EventMonitor/MSIBuild/en_US.Win32.Release.Shortcut-2.idtx:4
|
|
||||||
#: ver1.0/EventMonitor/MSIBuild/en_US.x64.Debug.Feature-2.idtx:4
|
|
||||||
#: ver1.0/EventMonitor/MSIBuild/en_US.x64.Debug.Shortcut-2.idtx:4
|
|
||||||
#: ver1.0/EventMonitor/MSIBuild/en_US.x64.Release.Feature-2.idtx:4
|
|
||||||
#: ver1.0/EventMonitor/MSIBuild/en_US.x64.Release.Shortcut-2.idtx:4
|
|
||||||
#: ver1.1/EventMonitor/MSIBuild/en_US.Win32.Debug.Feature-2.idtx:4
|
|
||||||
#: ver1.1/EventMonitor/MSIBuild/en_US.Win32.Debug.Shortcut-2.idtx:4
|
|
||||||
#: ver1.1/EventMonitor/MSIBuild/en_US.Win32.Release.Feature-2.idtx:4
|
|
||||||
#: ver1.1/EventMonitor/MSIBuild/en_US.Win32.Release.Shortcut-2.idtx:4
|
|
||||||
#: ver1.1/EventMonitor/MSIBuild/en_US.x64.Debug.Feature-2.idtx:4
|
|
||||||
#: ver1.1/EventMonitor/MSIBuild/en_US.x64.Debug.Shortcut-2.idtx:4
|
|
||||||
#: ver1.1/EventMonitor/MSIBuild/en_US.x64.Release.Feature-2.idtx:4
|
|
||||||
#: ver1.1/EventMonitor/MSIBuild/en_US.x64.Release.Shortcut-2.idtx:4
|
|
||||||
msgid "Real-time display of internal events"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: master/EventMonitor/MSIBuild/en_US.Win32.Debug.Shortcut-2.idtx:4
|
#: MSIBuild/En.Win32.Release.Shortcut-2.idtx:4
|
||||||
#: master/EventMonitor/MSIBuild/en_US.Win32.Release.Shortcut-2.idtx:4
|
#: MSIBuild/En.x64.Release.Shortcut-2.idtx:4
|
||||||
#: master/EventMonitor/MSIBuild/en_US.x64.Debug.Shortcut-2.idtx:4
|
|
||||||
#: master/EventMonitor/MSIBuild/en_US.x64.Release.Shortcut-2.idtx:4
|
|
||||||
#: ver1.0/EventMonitor/MSIBuild/en_US.Win32.Debug.Shortcut-2.idtx:4
|
|
||||||
#: ver1.0/EventMonitor/MSIBuild/en_US.Win32.Release.Shortcut-2.idtx:4
|
|
||||||
#: ver1.0/EventMonitor/MSIBuild/en_US.x64.Debug.Shortcut-2.idtx:4
|
|
||||||
#: ver1.0/EventMonitor/MSIBuild/en_US.x64.Release.Shortcut-2.idtx:4
|
|
||||||
#: ver1.1/EventMonitor/MSIBuild/en_US.Win32.Debug.Shortcut-2.idtx:4
|
|
||||||
#: ver1.1/EventMonitor/MSIBuild/en_US.Win32.Release.Shortcut-2.idtx:4
|
|
||||||
#: ver1.1/EventMonitor/MSIBuild/en_US.x64.Debug.Shortcut-2.idtx:4
|
|
||||||
#: ver1.1/EventMonitor/MSIBuild/en_US.x64.Release.Shortcut-2.idtx:4
|
|
||||||
msgid "EVENTM~1|GÉANTLink Event Monitor"
|
msgid "EVENTM~1|GÉANTLink Event Monitor"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: MSIBuild/En.Win32.Release.Feature-2.idtx:4
|
||||||
|
#: MSIBuild/En.Win32.Release.Shortcut-2.idtx:4
|
||||||
|
#: MSIBuild/En.x64.Release.Feature-2.idtx:4
|
||||||
|
#: MSIBuild/En.x64.Release.Shortcut-2.idtx:4
|
||||||
|
msgid "Real-time display of internal events"
|
||||||
|
msgstr ""
|
||||||
|
@@ -1,12 +1,10 @@
|
|||||||
# Translators:
|
|
||||||
# Rimas Kudelis <rq@akl.lt>, 2016
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EventMonitor\n"
|
"Project-Id-Version: EventMonitor\n"
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
||||||
"PO-Revision-Date: 2016-08-27 11:21+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Rimas Kudelis <rq@akl.lt>, 2016\n"
|
"Last-Translator: Rimas Kudelis <rq@akl.lt>, 2016\n"
|
||||||
"Language-Team: Lithuanian (https://www.transifex.com/eduroam_devel/teams/11799/lt/)\n"
|
"Language-Team: Lithuanian (https://www.transifex.com/eduroam_devel/teams/11799/lt/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@@ -1,12 +1,10 @@
|
|||||||
# Translators:
|
|
||||||
# Tom Ivar Myren <tom.myren@uninett.no>, 2016
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EventMonitor\n"
|
"Project-Id-Version: EventMonitor\n"
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
||||||
"PO-Revision-Date: 2016-08-27 11:21+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Tom Ivar Myren <tom.myren@uninett.no>, 2016\n"
|
"Last-Translator: Tom Ivar Myren <tom.myren@uninett.no>, 2016\n"
|
||||||
"Language-Team: Norwegian Bokmål (https://www.transifex.com/eduroam_devel/teams/11799/nb/)\n"
|
"Language-Team: Norwegian Bokmål (https://www.transifex.com/eduroam_devel/teams/11799/nb/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@@ -4,7 +4,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EventMonitor\n"
|
"Project-Id-Version: EventMonitor\n"
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
||||||
"PO-Revision-Date: 2016-08-27 11:21+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Language-Team: Dutch (https://www.transifex.com/eduroam_devel/teams/11799/nl/)\n"
|
"Language-Team: Dutch (https://www.transifex.com/eduroam_devel/teams/11799/nl/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@@ -1,12 +1,10 @@
|
|||||||
# Translators:
|
|
||||||
# Tomasz Wolniewicz <tw2529@gmail.com>, 2016
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EventMonitor\n"
|
"Project-Id-Version: EventMonitor\n"
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
||||||
"PO-Revision-Date: 2016-08-27 11:21+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Tomasz Wolniewicz <tw2529@gmail.com>, 2016\n"
|
"Last-Translator: Tomasz Wolniewicz <tw2529@gmail.com>, 2016\n"
|
||||||
"Language-Team: Polish (Poland) (https://www.transifex.com/eduroam_devel/teams/11799/pl_PL/)\n"
|
"Language-Team: Polish (Poland) (https://www.transifex.com/eduroam_devel/teams/11799/pl_PL/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@@ -1,13 +1,11 @@
|
|||||||
# Translators:
|
|
||||||
# Pedro Simões <psimoes@fccn.pt>, 2017
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EventMonitor\n"
|
"Project-Id-Version: EventMonitor\n"
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
||||||
"PO-Revision-Date: 2016-08-27 11:21+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Pedro Simões <psimoes@fccn.pt>, 2017\n"
|
"Last-Translator: Pedro Simões <psimoes@fccn.pt>, 2016\n"
|
||||||
"Language-Team: Portuguese (Portugal) (https://www.transifex.com/eduroam_devel/teams/11799/pt_PT/)\n"
|
"Language-Team: Portuguese (Portugal) (https://www.transifex.com/eduroam_devel/teams/11799/pt_PT/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@@ -4,7 +4,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EventMonitor\n"
|
"Project-Id-Version: EventMonitor\n"
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
||||||
"PO-Revision-Date: 2016-08-27 11:21+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Language-Team: Russian (Russia) (https://www.transifex.com/eduroam_devel/teams/11799/ru_RU/)\n"
|
"Language-Team: Russian (Russia) (https://www.transifex.com/eduroam_devel/teams/11799/ru_RU/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@@ -4,7 +4,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EventMonitor\n"
|
"Project-Id-Version: EventMonitor\n"
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
||||||
"PO-Revision-Date: 2016-08-27 11:21+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Language-Team: Slovak (Slovakia) (https://www.transifex.com/eduroam_devel/teams/11799/sk_SK/)\n"
|
"Language-Team: Slovak (Slovakia) (https://www.transifex.com/eduroam_devel/teams/11799/sk_SK/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@@ -1,12 +1,10 @@
|
|||||||
# Translators:
|
|
||||||
# Simon Rozman <simon@rozman.si>, 2016
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EventMonitor\n"
|
"Project-Id-Version: EventMonitor\n"
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
||||||
"PO-Revision-Date: 2016-08-27 11:21+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Simon Rozman <simon@rozman.si>, 2016\n"
|
"Last-Translator: Simon Rozman <simon@rozman.si>, 2016\n"
|
||||||
"Language-Team: Slovenian (Slovenia) (https://www.transifex.com/eduroam_devel/teams/11799/sl_SI/)\n"
|
"Language-Team: Slovenian (Slovenia) (https://www.transifex.com/eduroam_devel/teams/11799/sl_SI/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@@ -1,12 +1,10 @@
|
|||||||
# Translators:
|
|
||||||
# Marko Eremija <marko.eremija@amres.ac.rs>, 2016
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EventMonitor\n"
|
"Project-Id-Version: EventMonitor\n"
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
||||||
"PO-Revision-Date: 2016-08-27 11:21+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Marko Eremija <marko.eremija@amres.ac.rs>, 2016\n"
|
"Last-Translator: Marko Eremija <marko.eremija@amres.ac.rs>, 2016\n"
|
||||||
"Language-Team: Serbian (https://www.transifex.com/eduroam_devel/teams/11799/sr/)\n"
|
"Language-Team: Serbian (https://www.transifex.com/eduroam_devel/teams/11799/sr/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@@ -4,7 +4,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EventMonitor\n"
|
"Project-Id-Version: EventMonitor\n"
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
||||||
"PO-Revision-Date: 2016-08-27 11:21+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Language-Team: Swedish (https://www.transifex.com/eduroam_devel/teams/11799/sv/)\n"
|
"Language-Team: Swedish (https://www.transifex.com/eduroam_devel/teams/11799/sv/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@@ -4,7 +4,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EventMonitor\n"
|
"Project-Id-Version: EventMonitor\n"
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
||||||
"PO-Revision-Date: 2016-08-27 11:21+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Language-Team: Turkish (https://www.transifex.com/eduroam_devel/teams/11799/tr/)\n"
|
"Language-Team: Turkish (https://www.transifex.com/eduroam_devel/teams/11799/tr/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@@ -4,7 +4,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EventMonitor\n"
|
"Project-Id-Version: EventMonitor\n"
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
||||||
"PO-Revision-Date: 2016-08-27 11:21+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Language-Team: Vietnamese (https://www.transifex.com/eduroam_devel/teams/11799/vi/)\n"
|
"Language-Team: Vietnamese (https://www.transifex.com/eduroam_devel/teams/11799/vi/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@@ -19,7 +19,7 @@ wxEventMonitorLogPanelBase::wxEventMonitorLogPanelBase( wxWindow* parent, wxWind
|
|||||||
bSizerMain = new wxBoxSizer( wxVERTICAL );
|
bSizerMain = new wxBoxSizer( wxVERTICAL );
|
||||||
|
|
||||||
m_log = new wxETWListCtrl( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLC_NO_SORT_HEADER|wxLC_REPORT|wxLC_VIRTUAL|wxNO_BORDER, wxDefaultValidator, wxT("EventMonitorLog") );
|
m_log = new wxETWListCtrl( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLC_NO_SORT_HEADER|wxLC_REPORT|wxLC_VIRTUAL|wxNO_BORDER, wxDefaultValidator, wxT("EventMonitorLog") );
|
||||||
bSizerMain->Add( m_log, 1, wxEXPAND, FromDIP(5) );
|
bSizerMain->Add( m_log, 1, wxEXPAND, 5 );
|
||||||
|
|
||||||
|
|
||||||
this->SetSizer( bSizerMain );
|
this->SetSizer( bSizerMain );
|
||||||
|
@@ -15,7 +15,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EAPTTLS", "EAPMethods\EAPTT
|
|||||||
EndProject
|
EndProject
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libraries", "Libraries", "{E66A3FE1-4EE4-401F-8EAD-BE518B230393}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libraries", "Libraries", "{E66A3FE1-4EE4-401F-8EAD-BE518B230393}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WinStd", "lib\WinStd\build\WinStd-16.0.vcxproj", "{47399D91-7EB9-41DE-B521-514BA5DB0C43}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WinStd", "lib\WinStd\build\WinStd-15.0.vcxproj", "{47399D91-7EB9-41DE-B521-514BA5DB0C43}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Utilities", "Utilities", "{7B5EC9B7-208C-426A-941D-DAF9271BD4A4}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Utilities", "Utilities", "{7B5EC9B7-208C-426A-941D-DAF9271BD4A4}"
|
||||||
EndProject
|
EndProject
|
||||||
@@ -45,7 +45,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MsiUseFeature", "MsiUseFeat
|
|||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EventMonitor", "EventMonitor\EventMonitor.vcxproj", "{E0D0725B-B2FC-4225-9481-CA9B1B6306F2}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EventMonitor", "EventMonitor\EventMonitor.vcxproj", "{E0D0725B-B2FC-4225-9481-CA9B1B6306F2}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxExtend", "lib\wxExtend\build\wxExtendLib-16.0.vcxproj", "{D3E29951-D9F5-486D-A167-20AE8E90B1FA}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxExtend", "lib\wxExtend\build\wxExtendLib-15.0.vcxproj", "{D3E29951-D9F5-486D-A167-20AE8E90B1FA}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WLANManager", "WLANManager\WLANManager.vcxproj", "{BFCAA3B4-97A9-4EA9-8FE1-F30280142BCC}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WLANManager", "WLANManager\WLANManager.vcxproj", "{BFCAA3B4-97A9-4EA9-8FE1-F30280142BCC}"
|
||||||
EndProject
|
EndProject
|
||||||
@@ -53,14 +53,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MSCHAPv2", "lib\MSCHAPv2\bu
|
|||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MSCHAPv2_UI", "lib\MSCHAPv2_UI\build\MSCHAPv2_UI.vcxproj", "{7AF5B922-7C17-428A-97E0-09E3B41A684D}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MSCHAPv2_UI", "lib\MSCHAPv2_UI\build\MSCHAPv2_UI.vcxproj", "{7AF5B922-7C17-428A-97E0-09E3B41A684D}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EapHost", "lib\EapHost\build\EapHost.vcxproj", "{B385EC2B-C3F4-48BB-9BAC-8B996DE7F754}"
|
|
||||||
EndProject
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EapHost_UI", "lib\EapHost_UI\build\EapHost_UI.vcxproj", "{13D2D8B5-F6AA-459D-B5F7-29B95DD9D583}"
|
|
||||||
EndProject
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GTC", "lib\GTC\build\GTC.vcxproj", "{114A70BB-8698-4A0C-8C90-58F22EDD8129}"
|
|
||||||
EndProject
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GTC_UI", "lib\GTC_UI\build\GTC_UI.vcxproj", "{34680813-3A52-46FB-B5A8-1E4BBF770855}"
|
|
||||||
EndProject
|
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
Debug|ARM64 = Debug|ARM64
|
Debug|ARM64 = Debug|ARM64
|
||||||
@@ -299,54 +291,6 @@ Global
|
|||||||
{7AF5B922-7C17-428A-97E0-09E3B41A684D}.Release|x64.Build.0 = Release|x64
|
{7AF5B922-7C17-428A-97E0-09E3B41A684D}.Release|x64.Build.0 = Release|x64
|
||||||
{7AF5B922-7C17-428A-97E0-09E3B41A684D}.Release|x86.ActiveCfg = Release|Win32
|
{7AF5B922-7C17-428A-97E0-09E3B41A684D}.Release|x86.ActiveCfg = Release|Win32
|
||||||
{7AF5B922-7C17-428A-97E0-09E3B41A684D}.Release|x86.Build.0 = Release|Win32
|
{7AF5B922-7C17-428A-97E0-09E3B41A684D}.Release|x86.Build.0 = Release|Win32
|
||||||
{B385EC2B-C3F4-48BB-9BAC-8B996DE7F754}.Debug|ARM64.ActiveCfg = Debug|ARM64
|
|
||||||
{B385EC2B-C3F4-48BB-9BAC-8B996DE7F754}.Debug|ARM64.Build.0 = Debug|ARM64
|
|
||||||
{B385EC2B-C3F4-48BB-9BAC-8B996DE7F754}.Debug|x64.ActiveCfg = Debug|x64
|
|
||||||
{B385EC2B-C3F4-48BB-9BAC-8B996DE7F754}.Debug|x64.Build.0 = Debug|x64
|
|
||||||
{B385EC2B-C3F4-48BB-9BAC-8B996DE7F754}.Debug|x86.ActiveCfg = Debug|Win32
|
|
||||||
{B385EC2B-C3F4-48BB-9BAC-8B996DE7F754}.Debug|x86.Build.0 = Debug|Win32
|
|
||||||
{B385EC2B-C3F4-48BB-9BAC-8B996DE7F754}.Release|ARM64.ActiveCfg = Release|ARM64
|
|
||||||
{B385EC2B-C3F4-48BB-9BAC-8B996DE7F754}.Release|ARM64.Build.0 = Release|ARM64
|
|
||||||
{B385EC2B-C3F4-48BB-9BAC-8B996DE7F754}.Release|x64.ActiveCfg = Release|x64
|
|
||||||
{B385EC2B-C3F4-48BB-9BAC-8B996DE7F754}.Release|x64.Build.0 = Release|x64
|
|
||||||
{B385EC2B-C3F4-48BB-9BAC-8B996DE7F754}.Release|x86.ActiveCfg = Release|Win32
|
|
||||||
{B385EC2B-C3F4-48BB-9BAC-8B996DE7F754}.Release|x86.Build.0 = Release|Win32
|
|
||||||
{13D2D8B5-F6AA-459D-B5F7-29B95DD9D583}.Debug|ARM64.ActiveCfg = Debug|ARM64
|
|
||||||
{13D2D8B5-F6AA-459D-B5F7-29B95DD9D583}.Debug|ARM64.Build.0 = Debug|ARM64
|
|
||||||
{13D2D8B5-F6AA-459D-B5F7-29B95DD9D583}.Debug|x64.ActiveCfg = Debug|x64
|
|
||||||
{13D2D8B5-F6AA-459D-B5F7-29B95DD9D583}.Debug|x64.Build.0 = Debug|x64
|
|
||||||
{13D2D8B5-F6AA-459D-B5F7-29B95DD9D583}.Debug|x86.ActiveCfg = Debug|Win32
|
|
||||||
{13D2D8B5-F6AA-459D-B5F7-29B95DD9D583}.Debug|x86.Build.0 = Debug|Win32
|
|
||||||
{13D2D8B5-F6AA-459D-B5F7-29B95DD9D583}.Release|ARM64.ActiveCfg = Release|ARM64
|
|
||||||
{13D2D8B5-F6AA-459D-B5F7-29B95DD9D583}.Release|ARM64.Build.0 = Release|ARM64
|
|
||||||
{13D2D8B5-F6AA-459D-B5F7-29B95DD9D583}.Release|x64.ActiveCfg = Release|x64
|
|
||||||
{13D2D8B5-F6AA-459D-B5F7-29B95DD9D583}.Release|x64.Build.0 = Release|x64
|
|
||||||
{13D2D8B5-F6AA-459D-B5F7-29B95DD9D583}.Release|x86.ActiveCfg = Release|Win32
|
|
||||||
{13D2D8B5-F6AA-459D-B5F7-29B95DD9D583}.Release|x86.Build.0 = Release|Win32
|
|
||||||
{114A70BB-8698-4A0C-8C90-58F22EDD8129}.Debug|ARM64.ActiveCfg = Debug|ARM64
|
|
||||||
{114A70BB-8698-4A0C-8C90-58F22EDD8129}.Debug|ARM64.Build.0 = Debug|ARM64
|
|
||||||
{114A70BB-8698-4A0C-8C90-58F22EDD8129}.Debug|x64.ActiveCfg = Debug|x64
|
|
||||||
{114A70BB-8698-4A0C-8C90-58F22EDD8129}.Debug|x64.Build.0 = Debug|x64
|
|
||||||
{114A70BB-8698-4A0C-8C90-58F22EDD8129}.Debug|x86.ActiveCfg = Debug|Win32
|
|
||||||
{114A70BB-8698-4A0C-8C90-58F22EDD8129}.Debug|x86.Build.0 = Debug|Win32
|
|
||||||
{114A70BB-8698-4A0C-8C90-58F22EDD8129}.Release|ARM64.ActiveCfg = Release|ARM64
|
|
||||||
{114A70BB-8698-4A0C-8C90-58F22EDD8129}.Release|ARM64.Build.0 = Release|ARM64
|
|
||||||
{114A70BB-8698-4A0C-8C90-58F22EDD8129}.Release|x64.ActiveCfg = Release|x64
|
|
||||||
{114A70BB-8698-4A0C-8C90-58F22EDD8129}.Release|x64.Build.0 = Release|x64
|
|
||||||
{114A70BB-8698-4A0C-8C90-58F22EDD8129}.Release|x86.ActiveCfg = Release|Win32
|
|
||||||
{114A70BB-8698-4A0C-8C90-58F22EDD8129}.Release|x86.Build.0 = Release|Win32
|
|
||||||
{34680813-3A52-46FB-B5A8-1E4BBF770855}.Debug|ARM64.ActiveCfg = Debug|ARM64
|
|
||||||
{34680813-3A52-46FB-B5A8-1E4BBF770855}.Debug|ARM64.Build.0 = Debug|ARM64
|
|
||||||
{34680813-3A52-46FB-B5A8-1E4BBF770855}.Debug|x64.ActiveCfg = Debug|x64
|
|
||||||
{34680813-3A52-46FB-B5A8-1E4BBF770855}.Debug|x64.Build.0 = Debug|x64
|
|
||||||
{34680813-3A52-46FB-B5A8-1E4BBF770855}.Debug|x86.ActiveCfg = Debug|Win32
|
|
||||||
{34680813-3A52-46FB-B5A8-1E4BBF770855}.Debug|x86.Build.0 = Debug|Win32
|
|
||||||
{34680813-3A52-46FB-B5A8-1E4BBF770855}.Release|ARM64.ActiveCfg = Release|ARM64
|
|
||||||
{34680813-3A52-46FB-B5A8-1E4BBF770855}.Release|ARM64.Build.0 = Release|ARM64
|
|
||||||
{34680813-3A52-46FB-B5A8-1E4BBF770855}.Release|x64.ActiveCfg = Release|x64
|
|
||||||
{34680813-3A52-46FB-B5A8-1E4BBF770855}.Release|x64.Build.0 = Release|x64
|
|
||||||
{34680813-3A52-46FB-B5A8-1E4BBF770855}.Release|x86.ActiveCfg = Release|Win32
|
|
||||||
{34680813-3A52-46FB-B5A8-1E4BBF770855}.Release|x86.Build.0 = Release|Win32
|
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
HideSolutionNode = FALSE
|
HideSolutionNode = FALSE
|
||||||
@@ -371,12 +315,8 @@ Global
|
|||||||
{BFCAA3B4-97A9-4EA9-8FE1-F30280142BCC} = {7B5EC9B7-208C-426A-941D-DAF9271BD4A4}
|
{BFCAA3B4-97A9-4EA9-8FE1-F30280142BCC} = {7B5EC9B7-208C-426A-941D-DAF9271BD4A4}
|
||||||
{86A6D6A0-4B7D-4134-BE81-A5755C77584D} = {E66A3FE1-4EE4-401F-8EAD-BE518B230393}
|
{86A6D6A0-4B7D-4134-BE81-A5755C77584D} = {E66A3FE1-4EE4-401F-8EAD-BE518B230393}
|
||||||
{7AF5B922-7C17-428A-97E0-09E3B41A684D} = {E66A3FE1-4EE4-401F-8EAD-BE518B230393}
|
{7AF5B922-7C17-428A-97E0-09E3B41A684D} = {E66A3FE1-4EE4-401F-8EAD-BE518B230393}
|
||||||
{B385EC2B-C3F4-48BB-9BAC-8B996DE7F754} = {E66A3FE1-4EE4-401F-8EAD-BE518B230393}
|
|
||||||
{13D2D8B5-F6AA-459D-B5F7-29B95DD9D583} = {E66A3FE1-4EE4-401F-8EAD-BE518B230393}
|
|
||||||
{114A70BB-8698-4A0C-8C90-58F22EDD8129} = {E66A3FE1-4EE4-401F-8EAD-BE518B230393}
|
|
||||||
{34680813-3A52-46FB-B5A8-1E4BBF770855} = {E66A3FE1-4EE4-401F-8EAD-BE518B230393}
|
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||||
SolutionGuid = {E52A6A8F-2AF5-43C7-8E01-9808E865BCF0}
|
SolutionGuid = {DBD7A2C5-08E8-4DC9-9615-9639F3F2D42E}
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
EndGlobal
|
EndGlobal
|
||||||
|
Binary file not shown.
@@ -2,36 +2,31 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: GÉANTLink MSI\n"
|
"Project-Id-Version: GÉANTLink MSI\n"
|
||||||
"POT-Creation-Date: 2019-08-12 14:04+0200\n"
|
"POT-Creation-Date: 2016-09-19 11:20+0200\n"
|
||||||
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Simon Rozman <simon.rozman@amebis.si>\n"
|
"Last-Translator: Simon Rozman <simon.rozman@amebis.si>\n"
|
||||||
"Language-Team: Amebis, d. o. o., Kamnik <info@amebis.si>\n"
|
"Language-Team: Amebis, d. o. o., Kamnik <info@amebis.si>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"X-Generator: Poedit 2.2.3\n"
|
"X-Generator: Poedit 1.8.9\n"
|
||||||
"X-Poedit-Basepath: ..\n"
|
"X-Poedit-Basepath: ../Main\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
"Language: en_US\n"
|
||||||
"X-Poedit-SourceCharset: UTF-8\n"
|
"X-Poedit-SourceCharset: UTF-8\n"
|
||||||
"X-Poedit-KeywordsList: _\n"
|
"X-Poedit-KeywordsList: _\n"
|
||||||
"X-Poedit-SearchPath-0: Main\n"
|
"X-Poedit-SearchPath-0: .\n"
|
||||||
|
|
||||||
#: Main/en_US.ARM64.Release.LaunchCondition-2.idtx:4
|
#: en_US.Win32.Release.LaunchCondition-2.idtx:4
|
||||||
#: Main/en_US.Win32.Release.LaunchCondition-2.idtx:4
|
#: en_US.x64.Release.LaunchCondition-2.idtx:4
|
||||||
#: Main/en_US.x64.Release.LaunchCondition-2.idtx:4
|
|
||||||
msgid "[ProductName] requires Windows Vista or later version of Windows."
|
msgid "[ProductName] requires Windows Vista or later version of Windows."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: Main/en_US.ARM64.Release.Property-2.idtx:4
|
#: en_US.Win32.Release.Property-2.idtx:4 en_US.Win32.Release.Property-2.idtx:5
|
||||||
#: Main/en_US.ARM64.Release.Property-2.idtx:5
|
#: en_US.x64.Release.Property-2.idtx:4 en_US.x64.Release.Property-2.idtx:5
|
||||||
#: Main/en_US.Win32.Release.Property-2.idtx:4
|
|
||||||
#: Main/en_US.Win32.Release.Property-2.idtx:5
|
|
||||||
#: Main/en_US.x64.Release.Property-2.idtx:4
|
|
||||||
#: Main/en_US.x64.Release.Property-2.idtx:5
|
|
||||||
msgid "http://www.geant.org/"
|
msgid "http://www.geant.org/"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: Main/en_US.ARM64.Release.Property-2.idtx:6
|
#: en_US.Win32.Release.Property-2.idtx:6 en_US.x64.Release.Property-2.idtx:6
|
||||||
#: Main/en_US.Win32.Release.Property-2.idtx:6
|
|
||||||
#: Main/en_US.x64.Release.Property-2.idtx:6
|
|
||||||
msgid "https://github.com/Amebis/GEANTLink/releases"
|
msgid "https://github.com/Amebis/GEANTLink/releases"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@@ -1,13 +1,10 @@
|
|||||||
# Translators:
|
|
||||||
# Simon Rozman <simon@rozman.si>, 2016
|
|
||||||
# University of Ruse <support@uni-ruse.bg>, 2016
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: GÉANTLink MSI\n"
|
"Project-Id-Version: GÉANTLink MSI\n"
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
||||||
"PO-Revision-Date: 2016-09-10 07:51+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: University of Ruse <support@uni-ruse.bg>, 2016\n"
|
"Last-Translator: University of Ruse <support@uni-ruse.bg>, 2016\n"
|
||||||
"Language-Team: Bulgarian (Bulgaria) (https://www.transifex.com/eduroam_devel/teams/11799/bg_BG/)\n"
|
"Language-Team: Bulgarian (Bulgaria) (https://www.transifex.com/eduroam_devel/teams/11799/bg_BG/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@@ -1,13 +1,10 @@
|
|||||||
# Translators:
|
|
||||||
# Simon Rozman <simon@rozman.si>, 2016
|
|
||||||
# eduki <ecercos@xtec.cat>, 2016
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: GÉANTLink MSI\n"
|
"Project-Id-Version: GÉANTLink MSI\n"
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
||||||
"PO-Revision-Date: 2016-09-10 07:51+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: eduki <ecercos@xtec.cat>, 2016\n"
|
"Last-Translator: eduki <ecercos@xtec.cat>, 2016\n"
|
||||||
"Language-Team: Catalan (Spain) (https://www.transifex.com/eduroam_devel/teams/11799/ca_ES/)\n"
|
"Language-Team: Catalan (Spain) (https://www.transifex.com/eduroam_devel/teams/11799/ca_ES/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@@ -1,12 +1,10 @@
|
|||||||
# Translators:
|
|
||||||
# Simon Rozman <simon@rozman.si>, 2016
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: GÉANTLink MSI\n"
|
"Project-Id-Version: GÉANTLink MSI\n"
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
||||||
"PO-Revision-Date: 2016-09-10 07:51+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Simon Rozman <simon@rozman.si>, 2016\n"
|
"Last-Translator: Simon Rozman <simon@rozman.si>, 2016\n"
|
||||||
"Language-Team: Czech (Czech Republic) (https://www.transifex.com/eduroam_devel/teams/11799/cs_CZ/)\n"
|
"Language-Team: Czech (Czech Republic) (https://www.transifex.com/eduroam_devel/teams/11799/cs_CZ/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@@ -1,12 +1,10 @@
|
|||||||
# Translators:
|
|
||||||
# Simon Rozman <simon@rozman.si>, 2016
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: GÉANTLink MSI\n"
|
"Project-Id-Version: GÉANTLink MSI\n"
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
||||||
"PO-Revision-Date: 2016-09-10 07:51+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Simon Rozman <simon@rozman.si>, 2016\n"
|
"Last-Translator: Simon Rozman <simon@rozman.si>, 2016\n"
|
||||||
"Language-Team: Welsh (https://www.transifex.com/eduroam_devel/teams/11799/cy/)\n"
|
"Language-Team: Welsh (https://www.transifex.com/eduroam_devel/teams/11799/cy/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@@ -1,13 +1,10 @@
|
|||||||
# Translators:
|
|
||||||
# Simon Rozman <simon@rozman.si>, 2016
|
|
||||||
# eduroam_devel <stefan.winter@restena.lu>, 2016
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: GÉANTLink MSI\n"
|
"Project-Id-Version: GÉANTLink MSI\n"
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
||||||
"PO-Revision-Date: 2016-09-10 07:51+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: eduroam_devel <stefan.winter@restena.lu>, 2016\n"
|
"Last-Translator: eduroam_devel <stefan.winter@restena.lu>, 2016\n"
|
||||||
"Language-Team: German (https://www.transifex.com/eduroam_devel/teams/11799/de/)\n"
|
"Language-Team: German (https://www.transifex.com/eduroam_devel/teams/11799/de/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@@ -1,13 +1,10 @@
|
|||||||
# Translators:
|
|
||||||
# Simon Rozman <simon@rozman.si>, 2016
|
|
||||||
# Vicky Kons <vickyk@admin.grnet.gr>, 2016
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: GÉANTLink MSI\n"
|
"Project-Id-Version: GÉANTLink MSI\n"
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
||||||
"PO-Revision-Date: 2016-09-10 07:51+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Vicky Kons <vickyk@admin.grnet.gr>, 2016\n"
|
"Last-Translator: Vicky Kons <vickyk@admin.grnet.gr>, 2016\n"
|
||||||
"Language-Team: Greek (https://www.transifex.com/eduroam_devel/teams/11799/el/)\n"
|
"Language-Team: Greek (https://www.transifex.com/eduroam_devel/teams/11799/el/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@@ -1,13 +1,10 @@
|
|||||||
# Translators:
|
|
||||||
# Simon Rozman <simon@rozman.si>, 2016
|
|
||||||
# José Manuel Macías, 2016
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: GÉANTLink MSI\n"
|
"Project-Id-Version: GÉANTLink MSI\n"
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
||||||
"PO-Revision-Date: 2016-09-10 07:51+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: José Manuel Macías, 2016\n"
|
"Last-Translator: José Manuel Macías, 2016\n"
|
||||||
"Language-Team: Spanish (https://www.transifex.com/eduroam_devel/teams/11799/es/)\n"
|
"Language-Team: Spanish (https://www.transifex.com/eduroam_devel/teams/11799/es/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@@ -1,81 +0,0 @@
|
|||||||
# Translators:
|
|
||||||
# Simon Rozman <simon@rozman.si>, 2018
|
|
||||||
# Anne M <anne@eenet.ee>, 2018
|
|
||||||
#
|
|
||||||
#, fuzzy
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: GÉANTLink MSI\n"
|
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
|
||||||
"PO-Revision-Date: 2016-09-10 07:51+0000\n"
|
|
||||||
"Last-Translator: Anne M <anne@eenet.ee>, 2018\n"
|
|
||||||
"Language-Team: Estonian (https://www.transifex.com/eduroam_devel/teams/11799/et/)\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
|
||||||
"Language: et\n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
||||||
"X-Generator: Poedit 1.8.11\n"
|
|
||||||
"X-Poedit-Basepath: ../../../..\n"
|
|
||||||
"X-Poedit-KeywordsList: _\n"
|
|
||||||
"X-Poedit-SearchPath-0: master/MSI/Base/Main\n"
|
|
||||||
"X-Poedit-SearchPath-1: ver1.1/MSI/Base/Main\n"
|
|
||||||
"X-Poedit-SearchPath-2: ver1.0/MSI/Base/Main\n"
|
|
||||||
"X-Poedit-SourceCharset: UTF-8\n"
|
|
||||||
|
|
||||||
#: master/MSI/Base/Main/en_US.Win32.Debug.LaunchCondition-2.idtx:4
|
|
||||||
#: master/MSI/Base/Main/en_US.Win32.Release.LaunchCondition-2.idtx:4
|
|
||||||
#: master/MSI/Base/Main/en_US.x64.Debug.LaunchCondition-2.idtx:4
|
|
||||||
#: master/MSI/Base/Main/en_US.x64.Release.LaunchCondition-2.idtx:4
|
|
||||||
#: ver1.0/MSI/Base/Main/en_US.Win32.Debug.LaunchCondition-2.idtx:4
|
|
||||||
#: ver1.0/MSI/Base/Main/en_US.Win32.Release.LaunchCondition-2.idtx:4
|
|
||||||
#: ver1.0/MSI/Base/Main/en_US.x64.Debug.LaunchCondition-2.idtx:4
|
|
||||||
#: ver1.0/MSI/Base/Main/en_US.x64.Release.LaunchCondition-2.idtx:4
|
|
||||||
#: ver1.1/MSI/Base/Main/en_US.Win32.Debug.LaunchCondition-2.idtx:4
|
|
||||||
#: ver1.1/MSI/Base/Main/en_US.Win32.Release.LaunchCondition-2.idtx:4
|
|
||||||
#: ver1.1/MSI/Base/Main/en_US.x64.Debug.LaunchCondition-2.idtx:4
|
|
||||||
#: ver1.1/MSI/Base/Main/en_US.x64.Release.LaunchCondition-2.idtx:4
|
|
||||||
msgid "[ProductName] requires Windows Vista or later version of Windows."
|
|
||||||
msgstr "[ProductName] vajab Windows Vistat või uuemat Windowsi versiooni."
|
|
||||||
|
|
||||||
#: master/MSI/Base/Main/en_US.Win32.Debug.Property-2.idtx:4
|
|
||||||
#: master/MSI/Base/Main/en_US.Win32.Debug.Property-2.idtx:5
|
|
||||||
#: master/MSI/Base/Main/en_US.Win32.Release.Property-2.idtx:4
|
|
||||||
#: master/MSI/Base/Main/en_US.Win32.Release.Property-2.idtx:5
|
|
||||||
#: master/MSI/Base/Main/en_US.x64.Debug.Property-2.idtx:4
|
|
||||||
#: master/MSI/Base/Main/en_US.x64.Debug.Property-2.idtx:5
|
|
||||||
#: master/MSI/Base/Main/en_US.x64.Release.Property-2.idtx:4
|
|
||||||
#: master/MSI/Base/Main/en_US.x64.Release.Property-2.idtx:5
|
|
||||||
#: ver1.0/MSI/Base/Main/en_US.Win32.Debug.Property-2.idtx:4
|
|
||||||
#: ver1.0/MSI/Base/Main/en_US.Win32.Debug.Property-2.idtx:5
|
|
||||||
#: ver1.0/MSI/Base/Main/en_US.Win32.Release.Property-2.idtx:4
|
|
||||||
#: ver1.0/MSI/Base/Main/en_US.Win32.Release.Property-2.idtx:5
|
|
||||||
#: ver1.0/MSI/Base/Main/en_US.x64.Debug.Property-2.idtx:4
|
|
||||||
#: ver1.0/MSI/Base/Main/en_US.x64.Debug.Property-2.idtx:5
|
|
||||||
#: ver1.0/MSI/Base/Main/en_US.x64.Release.Property-2.idtx:4
|
|
||||||
#: ver1.0/MSI/Base/Main/en_US.x64.Release.Property-2.idtx:5
|
|
||||||
#: ver1.1/MSI/Base/Main/en_US.Win32.Debug.Property-2.idtx:4
|
|
||||||
#: ver1.1/MSI/Base/Main/en_US.Win32.Debug.Property-2.idtx:5
|
|
||||||
#: ver1.1/MSI/Base/Main/en_US.Win32.Release.Property-2.idtx:4
|
|
||||||
#: ver1.1/MSI/Base/Main/en_US.Win32.Release.Property-2.idtx:5
|
|
||||||
#: ver1.1/MSI/Base/Main/en_US.x64.Debug.Property-2.idtx:4
|
|
||||||
#: ver1.1/MSI/Base/Main/en_US.x64.Debug.Property-2.idtx:5
|
|
||||||
#: ver1.1/MSI/Base/Main/en_US.x64.Release.Property-2.idtx:4
|
|
||||||
#: ver1.1/MSI/Base/Main/en_US.x64.Release.Property-2.idtx:5
|
|
||||||
msgid "http://www.geant.org/"
|
|
||||||
msgstr "http://www.geant.org/"
|
|
||||||
|
|
||||||
#: master/MSI/Base/Main/en_US.Win32.Debug.Property-2.idtx:6
|
|
||||||
#: master/MSI/Base/Main/en_US.Win32.Release.Property-2.idtx:6
|
|
||||||
#: master/MSI/Base/Main/en_US.x64.Debug.Property-2.idtx:6
|
|
||||||
#: master/MSI/Base/Main/en_US.x64.Release.Property-2.idtx:6
|
|
||||||
#: ver1.0/MSI/Base/Main/en_US.Win32.Debug.Property-2.idtx:6
|
|
||||||
#: ver1.0/MSI/Base/Main/en_US.Win32.Release.Property-2.idtx:6
|
|
||||||
#: ver1.0/MSI/Base/Main/en_US.x64.Debug.Property-2.idtx:6
|
|
||||||
#: ver1.0/MSI/Base/Main/en_US.x64.Release.Property-2.idtx:6
|
|
||||||
#: ver1.1/MSI/Base/Main/en_US.Win32.Debug.Property-2.idtx:6
|
|
||||||
#: ver1.1/MSI/Base/Main/en_US.Win32.Release.Property-2.idtx:6
|
|
||||||
#: ver1.1/MSI/Base/Main/en_US.x64.Debug.Property-2.idtx:6
|
|
||||||
#: ver1.1/MSI/Base/Main/en_US.x64.Release.Property-2.idtx:6
|
|
||||||
msgid "https://github.com/Amebis/GEANTLink/releases"
|
|
||||||
msgstr "https://github.com/Amebis/GEANTLink/releases"
|
|
@@ -1,12 +1,10 @@
|
|||||||
# Translators:
|
|
||||||
# Simon Rozman <simon@rozman.si>, 2016
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: GÉANTLink MSI\n"
|
"Project-Id-Version: GÉANTLink MSI\n"
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
||||||
"PO-Revision-Date: 2016-09-10 07:51+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Simon Rozman <simon@rozman.si>, 2016\n"
|
"Last-Translator: Simon Rozman <simon@rozman.si>, 2016\n"
|
||||||
"Language-Team: Basque (Spain) (https://www.transifex.com/eduroam_devel/teams/11799/eu_ES/)\n"
|
"Language-Team: Basque (Spain) (https://www.transifex.com/eduroam_devel/teams/11799/eu_ES/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@@ -1,12 +1,10 @@
|
|||||||
# Translators:
|
|
||||||
# Simon Rozman <simon@rozman.si>, 2016
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: GÉANTLink MSI\n"
|
"Project-Id-Version: GÉANTLink MSI\n"
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
||||||
"PO-Revision-Date: 2016-09-10 07:51+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Simon Rozman <simon@rozman.si>, 2016\n"
|
"Last-Translator: Simon Rozman <simon@rozman.si>, 2016\n"
|
||||||
"Language-Team: Finnish (Finland) (https://www.transifex.com/eduroam_devel/teams/11799/fi_FI/)\n"
|
"Language-Team: Finnish (Finland) (https://www.transifex.com/eduroam_devel/teams/11799/fi_FI/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@@ -1,12 +1,10 @@
|
|||||||
# Translators:
|
|
||||||
# Simon Rozman <simon@rozman.si>, 2016
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: GÉANTLink MSI\n"
|
"Project-Id-Version: GÉANTLink MSI\n"
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
||||||
"PO-Revision-Date: 2016-09-10 07:51+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Simon Rozman <simon@rozman.si>, 2016\n"
|
"Last-Translator: Simon Rozman <simon@rozman.si>, 2016\n"
|
||||||
"Language-Team: French (Canada) (https://www.transifex.com/eduroam_devel/teams/11799/fr_CA/)\n"
|
"Language-Team: French (Canada) (https://www.transifex.com/eduroam_devel/teams/11799/fr_CA/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@@ -1,12 +1,10 @@
|
|||||||
# Translators:
|
|
||||||
# Simon Rozman <simon@rozman.si>, 2016
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: GÉANTLink MSI\n"
|
"Project-Id-Version: GÉANTLink MSI\n"
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
||||||
"PO-Revision-Date: 2016-09-10 07:51+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Simon Rozman <simon@rozman.si>, 2016\n"
|
"Last-Translator: Simon Rozman <simon@rozman.si>, 2016\n"
|
||||||
"Language-Team: French (France) (https://www.transifex.com/eduroam_devel/teams/11799/fr_FR/)\n"
|
"Language-Team: French (France) (https://www.transifex.com/eduroam_devel/teams/11799/fr_FR/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@@ -1,12 +1,10 @@
|
|||||||
# Translators:
|
|
||||||
# Simon Rozman <simon@rozman.si>, 2016
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: GÉANTLink MSI\n"
|
"Project-Id-Version: GÉANTLink MSI\n"
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
||||||
"PO-Revision-Date: 2016-09-10 07:51+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Simon Rozman <simon@rozman.si>, 2016\n"
|
"Last-Translator: Simon Rozman <simon@rozman.si>, 2016\n"
|
||||||
"Language-Team: Galician (Spain) (https://www.transifex.com/eduroam_devel/teams/11799/gl_ES/)\n"
|
"Language-Team: Galician (Spain) (https://www.transifex.com/eduroam_devel/teams/11799/gl_ES/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@@ -1,13 +1,10 @@
|
|||||||
# Translators:
|
|
||||||
# Simon Rozman <simon@rozman.si>, 2016
|
|
||||||
# Dubravko Penezic <dpenezic@gmail.com>, 2016
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: GÉANTLink MSI\n"
|
"Project-Id-Version: GÉANTLink MSI\n"
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
||||||
"PO-Revision-Date: 2016-09-10 07:51+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Dubravko Penezic <dpenezic@gmail.com>, 2016\n"
|
"Last-Translator: Dubravko Penezic <dpenezic@gmail.com>, 2016\n"
|
||||||
"Language-Team: Croatian (Croatia) (https://www.transifex.com/eduroam_devel/teams/11799/hr_HR/)\n"
|
"Language-Team: Croatian (Croatia) (https://www.transifex.com/eduroam_devel/teams/11799/hr_HR/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@@ -1,12 +1,10 @@
|
|||||||
# Translators:
|
|
||||||
# Simon Rozman <simon@rozman.si>, 2016
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: GÉANTLink MSI\n"
|
"Project-Id-Version: GÉANTLink MSI\n"
|
||||||
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
"POT-Creation-Date: 2017-02-02 18:14+0100\n"
|
||||||
"PO-Revision-Date: 2016-09-10 07:51+0000\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Simon Rozman <simon@rozman.si>, 2016\n"
|
"Last-Translator: Simon Rozman <simon@rozman.si>, 2016\n"
|
||||||
"Language-Team: Hungarian (https://www.transifex.com/eduroam_devel/teams/11799/hu/)\n"
|
"Language-Team: Hungarian (https://www.transifex.com/eduroam_devel/teams/11799/hu/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user