Skip to content

Commit 05cdc42

Browse files
committed
convert to project
1 parent 61e20de commit 05cdc42

File tree

366 files changed

+19680
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

366 files changed

+19680
-1
lines changed

4DPop XLIFF.4DB

-3.25 MB
Binary file not shown.
Binary file not shown.

Build/Components/4DPop XLIFF.4dbase/4DPop XLIFF.htm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<html> <script type="text/javascript" src="Resources/Common/lang.js"></script> <body onload='load()'/></html>

Build/Components/4DPop XLIFF.4dbase/Info.plist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no" ?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"><plist version="1.0"> <dict> <key>NSHumanReadableCopyright</key> <string>© 4D SAS 2007-2021</string> <key>CFBundleIdentifier</key> <string>com.4D.4Dpop XLIFF</string> <key>CFBundleGetInfoString</key> <string>4DPop XLIFF</string> <key>CFBundleLongVersionString</key> <string>19R3</string> <key>CFBundleShortVersionString</key> <string>19R3</string> <key>CFBundleExecutable</key> <string>4DPop XLIFF</string> <key>CFBundleVersion</key> <string>82</string> <key>CFBundleDevelopmentRegion</key> <string>French</string> <key>CFBundleDisplayName</key> <string>4DPop XLIFF</string> <key>CFBundleName</key> <string>4DPop XLIFF</string> </dict></plist>
Binary file not shown.

Build/Components/4DPop XLIFF.4dbase/Resources/4DPop.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no" ?><tools name="Xliff" picture="xliff.png"> <tool name="Editor" method="XLIFF_Editor"/> </tools>
Loading

Build/Components/4DPop XLIFF.4dbase/Resources/Common/Index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<html> <script type="text/javascript" src="Resources/Common/lang.js"></script> <body onload='load()'/></html>
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2+
<html>
3+
<head>
4+
<meta http-equiv="content-type" content="text/html;charset=utf-8">
5+
6+
<style type="text/css">
7+
<!--
8+
.languageLink {
9+
border-top-width: 0px;
10+
border-right-width: 0px;
11+
border-bottom-width: 0px;
12+
border-left-width: 0px;
13+
height: 40px;
14+
}
15+
-->
16+
</style>
17+
</head>
18+
<body leftmargin="0" marginheight="0" marginwidth="0" topmargin="0">
19+
<table border="0" cellspacing="2" cellpadding="4">
20+
<tr>
21+
<td><a href="../fr.lproj/Help/Help.html" target="_top"><img class="languageLink" src="fr.png"></a></td>
22+
<td><a href="../en.lproj/Help/Help.html" target="_top"><img class="languageLink" src="us.png"></a></td>
23+
<td><a href="../ja.lproj/Help/Help.html" target="_top"><img class="languageLink" src="ja.png"></a></td>
24+
<!--
25+
<td><a href="../de.lproj/Help/Help.html" target="_top"><img class="languageLink" src="de.png"></a></td>
26+
<td><a href="../es.lproj/Help/Help.html" target="_top"><img class="languageLink" src="sp.png"></a></td>
27+
-->
28+
</tr>
29+
</table>
30+
</body>
31+
</html>
Loading
Loading
Loading
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!--
2+
3+
// Display the localized help file according to the browser lang
4+
// Uncomment or add a "else if" clause
5+
6+
if (navigator.browserLanguage)
7+
var language = navigator.browserLanguage;
8+
else
9+
var language = navigator.language;
10+
11+
if (language.indexOf('fr') > -1) document.location.href = 'Resources/fr.lproj/Help/Help.html';
12+
13+
else if (language.indexOf('en') > -1) document.location.href = 'Resources/en.lproj/Help/Help.html';
14+
15+
else if (language.indexOf('ja') > -1) document.location.href = 'Resources/ja.lproj/Help/Help.html';
16+
17+
// else if (language.indexOf('es') > -1) document.location.href = 'Resources/es.lproj/Help/Help.html';
18+
19+
// else if (language.indexOf('de') > -1) document.location.href = 'Resources/de.lproj/Help/Help.html';
20+
21+
// else if (language.indexOf('it') > -1) document.location.href = 'Resources/Italian.lproj/Help/Help.html';
22+
23+
else
24+
25+
document.location.href = 'Resources/en.lproj/Help/Help.html';
26+
27+
// -->
Loading
Loading
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
@charset "UTF-8";
2+
body, td, th {
3+
font-family: Verdana, Arial, Helvetica, sans-serif;
4+
font-size: 12px;
5+
color: #333333;
6+
}
7+
H1, H2, H3, H4 {
8+
color: #000000
9+
}
10+
.Command4D {
11+
font-size: 14px;
12+
font-family: Geneva, Arial, Helvetica, sans-serif;
13+
}
14+
.fileAndFolder {
15+
font-size: 12px;
16+
font-style: italic;
17+
letter-spacing: 2px;
18+
}
19+
.macro {
20+
font-size: 12px;
21+
font-weight: bold;
22+
font-family: Geneva, Arial, Helvetica, sans-serif;
23+
}
24+
.note {
25+
font-size: 10px
26+
}
27+
.Code4D {
28+
font-family: Geneva, Arial, Helvetica, sans-serif;
29+
font-size: 12px;
30+
color: #666666;
31+
background-color: #FFFFCC;
32+
border: thin solid #CCCCCC;
33+
letter-spacing: 2px;
34+
padding-top: 0px;
35+
padding-right: 1px;
36+
padding-bottom: 0px;
37+
padding-left: 1px;
38+
}
Loading

0 commit comments

Comments
 (0)