help.html 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html lang="en">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Localization | PortableApps.com - Portable software for USB drives</title>
  6. <meta http-equiv="Content-Style-Type" content="text/css" />
  7. <link rel="alternate" type="application/rss+xml" title="PortableApps.com News Feed" href="http://portableapps.com/feeds/general" />
  8. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  9. <title>LibreOffice Portable Help</title>
  10. <link rel="alternate" type="application/rss+xml" title="PortableApps.com" href="http://portableapps.com/feeds/general">
  11. <link rel="SHORTCUT ICON" href="Other/Help/images/favicon.ico">
  12. <style>
  13. body {
  14. margin: 20px;
  15. background: #e6e8ea none repeat scroll 0% 50%;
  16. font-family: Verdana,Arial,Helvetica,sans-serif;
  17. font-size: 76%;
  18. color: #000000;
  19. text-align: center;
  20. }
  21. pre {
  22. border: 1px dotted #808080;
  23. padding: 10px;
  24. background-color: #e6e8ea;
  25. -moz-border-radius-topleft: 12px;
  26. -moz-border-radius-topright: 12px;
  27. -moz-border-radius-bottomright: 12px;
  28. -moz-border-radius-bottomleft: 12px;
  29. }
  30. a {
  31. color: #b31616;
  32. font-weight: bold;
  33. }
  34. a:link {
  35. }
  36. a:visited {
  37. }
  38. a:active {
  39. }
  40. a:hover {
  41. color: red;
  42. }
  43. h1, h2, h3, h4, h5, h6 {
  44. font-family: Arial,sans-serif;
  45. font-weight: bold;
  46. }
  47. h1 {
  48. border-bottom: 1px solid silver;
  49. color: #b31616;
  50. font-weight: bold;
  51. letter-spacing: -2px;
  52. font-size: 2.2em;
  53. padding-bottom: 5px;
  54. }
  55. h2 {
  56. border-bottom: 1px solid silver;
  57. font-size: 1.5em;
  58. padding-bottom: 3px;
  59. clear: both;
  60. }
  61. h3 {
  62. font-size: 1.2em;
  63. }
  64. h4 {
  65. font-size: 1.1em;
  66. }
  67. h5 {
  68. font-size: 1em;
  69. }
  70. h6 {
  71. font-size: 0.8em;
  72. }
  73. img {
  74. border: none;
  75. }
  76. ol, ul, li {
  77. font-size: 1em;
  78. }
  79. p, table, tr, td, th {
  80. font-size: 1em;
  81. }
  82. pre {
  83. font-size: 1em;
  84. }
  85. strong, b {
  86. font-weight: bold;
  87. }
  88. table, tr, td {
  89. font-size: 1em;
  90. border-collapse: collapse;
  91. }
  92. td, th {
  93. border: 1px solid #aaaaaa;
  94. padding: 3px;
  95. border-collapse: collapse;
  96. }
  97. th {
  98. background: #810003 none repeat scroll 0% 50%;
  99. color: white;
  100. }
  101. ol ol {
  102. list-style-type: lower-alpha;
  103. }
  104. .content {
  105. border-left: 1px solid Black;
  106. border-right: 1px solid Black;
  107. padding: 12px 30px;
  108. text-align: left;
  109. margin-left: auto;
  110. margin-right: auto;
  111. width: 780px;
  112. background-color: #ffffff;
  113. line-height: 150%;
  114. }
  115. .logo {
  116. border-left: 1px solid black;
  117. border-right: 1px solid black;
  118. background: #ffffff url(Other/Help/images/help_background_header.png) repeat-x;
  119. width: 840px;
  120. margin-top: 20px;
  121. margin-left: auto;
  122. margin-right: auto;
  123. text-align: left;
  124. }
  125. .footer {
  126. border-left: 1px solid black;
  127. border-right: 1px solid black;
  128. background: #ffffff url(Other/Help/images/help_background_footer.png) repeat-x scroll 0% 50%;
  129. width: 840px;
  130. height: 16px;
  131. margin-left: auto;
  132. margin-right: auto;
  133. text-align: left;
  134. }
  135. .logo img {
  136. border: none;
  137. padding-left: 0px;
  138. position: relative;
  139. top: -4px;
  140. }
  141. * html .content {
  142. width: 760px;
  143. }
  144. * html .logo, * html .footer {
  145. width: 820px;
  146. }
  147. .content h1 {
  148. margin: 0px;
  149. }
  150. h1.hastagline {
  151. border: none;
  152. }
  153. h2.tagline {
  154. color: #747673;
  155. clear: none;
  156. margin-top: 0em;
  157. }
  158. pre, .ini-head, .ini-key, .ini-value {
  159. font-family: Courier New,Courier,monospace;
  160. }
  161. .ini-head, .ini-head:hover {
  162. font-weight: bold;
  163. color: #b31616;
  164. }
  165. .ini-key, .ini-key:hover {
  166. font-weight: normal;
  167. color: #0000c0;
  168. }
  169. .ini-value, .ini-value:hover {
  170. font-weight: normal;
  171. color: #008000;
  172. }
  173. .ini-default {
  174. font-weight: bold;
  175. text-decoration: underline;
  176. }
  177. pre a:link, pre a:visited {
  178. text-decoration: none;
  179. }
  180. pre a:link:hover, pre a:visited:hover, pre a:link:active, pre a:visited:active {
  181. text-decoration: underline;
  182. }
  183. @media print {
  184. body, .content { margin: 0;
  185. padding: 0;
  186. }
  187. .navigation, .locator, .footer a, .message, .footer-links {
  188. display: none;
  189. }
  190. .footer, .content, .header {
  191. border: none;
  192. }
  193. a {
  194. text-decoration: none;
  195. font-weight: normal;
  196. color: black;
  197. }
  198. }
  199. </style>
  200. </head>
  201. <body>
  202. <div class="logo"><a href="http://portableapps.com/"><img src="Other/Help/images/help_logo_top.png" alt="PortableApps.com - Your Digital Life, Anywhere" height="47" width="229"></a></div>
  203. <div class="content">
  204. <h1 class="hastagline">LibreOffice Portable Manual</h1>
  205. <h2 class="tagline">the complete office suite that's completely portable</h2>
  206. <table width="400">
  207. <tbody><tr>
  208. <th colspan="2" align="center">Language</th>
  209. <th>Localized Help</th>
  210. </tr>
  211. <tr class="even">
  212. <td>Chinese (Simplified)</td>
  213. <td>中文 (简体)</td>
  214. <td><a href="App/Manual/help.html" title="There is no loalized help for zh-CN at th moment, en help is used.">Help</a></td>
  215. </tr>
  216. <tr class="odd">
  217. <td>Chinese (Traditional)</td>
  218. <td>正體中文 (繁體)</td>
  219. <td><a href="App/Manual/help.html" title="There is no loalized help for zh-TW at th moment, en help is used.">Help</a></td>
  220. </tr>
  221. <tr class="even">
  222. <td>Danish</td>
  223. <td>Dansk</td>
  224. <td><a href="App/Manual/help_da.html" >Help</a></td>
  225. </tr>
  226. <tr class="odd">
  227. <td>Dutch</td>
  228. <td>Nederlands</td>
  229. <td><a href="App/Manual/help.html" title="There is no loalized help for nl at th moment, en help is used.">Help</a></td>
  230. </tr>
  231. <tr class="even">
  232. <td>English</td>
  233. <td>English</td>
  234. <td><a href="App/Manual/help.html">Help</a></td>
  235. </tr>
  236. <tr class="odd">
  237. <td>French</td>
  238. <td>Français</td>
  239. <td><a href="App/Manual/help_fr.html">Help</a></td>
  240. </tr>
  241. <tr class="even">
  242. <td>German</td>
  243. <td>Deutsch</td>
  244. <td><a href="App/Manual/help_de.html">Help</a></td>
  245. </tr>
  246. <tr class="odd">
  247. <td>Greek</td>
  248. <td>Ελληνικά</td>
  249. <td><a href="App/Manual/help.html" title="There is no loalized help for el at th moment, en help is used.">Help</a></td>
  250. </tr>
  251. <tr class="even">
  252. <td>Italian</td>
  253. <td>Italiano</td>
  254. <td><a href="App/Manual/help.html" title="There is no loalized help for it at th moment, en help is used.">Help</a></td>
  255. </tr>
  256. <tr class="odd">
  257. <td>Japanese</td>
  258. <td>日本語</td>
  259. <td><a href="App/Manual/help.html" title="There is no loalized help for ja at th moment, en help is used.">Help</a></td>
  260. </tr>
  261. <tr class="even">
  262. <td>Korean</td>
  263. <td>한국어</td>
  264. <td><a href="App/Manual/help.html" title="There is no loalized help for ko at th moment, en help is used.">Help</a></td>
  265. </tr>
  266. <tr class="odd">
  267. <td>Polish</td>
  268. <td>polski</td>
  269. <td><a href="App/Manual/help.html" title="There is no loalized help for pl at th moment, en help is used.">Help</a></td>
  270. </tr>
  271. <tr class="even">
  272. <td>Portuguese (Brazil)</td>
  273. <td>Português (do Brasil)</td>
  274. <td><a href="App/Manual/help.html" title="There is no loalized help for pt-BR at th moment, en help is used.">Help</a></td>
  275. </tr>
  276. <tr class="odd">
  277. <td>Portuguese (Portugal)</td>
  278. <td>Português (Europeu)</td>
  279. <td><a href="App/Manual/help.html" title="There is no loalized help for pt at th moment, en help is used.">Help</a></td>
  280. </tr>
  281. <tr class="even">
  282. <td>Russian</td>
  283. <td>Русский</td>
  284. <td><a href="App/Manual/help_ru.html" >Help</a></td>
  285. </tr>
  286. <tr class="odd">
  287. <td>Spanish</td>
  288. <td>Español</td>
  289. <td><a href="App/Manual/help.html" title="There is no loalized help for es at th moment, en help is used.">Help</a></td>
  290. </tr>
  291. </tbody></table>
  292. </div>
  293. <div class="footer"></div>
  294. </body>
  295. </html>