mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 11:18:08 -06:00
Updated pa.c format to version 0.80, added romanian language to the installer
This commit is contained in:
parent
333158a7be
commit
baeb0f7ae8
@ -3,9 +3,9 @@ Type=PortableApps.comFormat
|
|||||||
Version=3.0
|
Version=3.0
|
||||||
|
|
||||||
[Details]
|
[Details]
|
||||||
Name=TWBlue portable
|
Name=tw blue portable
|
||||||
AppID=TWBluePortable
|
AppID=TWBluePortable
|
||||||
Publisher=jmdaweb & TWBlue & PortableApps.com
|
Publisher=jmdaweb & TW blue & PortableApps.com
|
||||||
Homepage=PortableApps.com/TWBluePortable
|
Homepage=PortableApps.com/TWBluePortable
|
||||||
Category=Internet
|
Category=Internet
|
||||||
Description=A portable, fast and accessible Twitter client with many options.
|
Description=A portable, fast and accessible Twitter client with many options.
|
||||||
|
@ -8,10 +8,14 @@ FINNISH=true
|
|||||||
FRENCH=true
|
FRENCH=true
|
||||||
GALICIAN=true
|
GALICIAN=true
|
||||||
GERMAN=true
|
GERMAN=true
|
||||||
|
CROATIAN=true
|
||||||
HUNGARIAN=true
|
HUNGARIAN=true
|
||||||
ITALIAN=true
|
ITALIAN=true
|
||||||
|
JAPANESE=true
|
||||||
POLISH=true
|
POLISH=true
|
||||||
PORTUGUESEBR=true
|
PORTUGUESEBR=true
|
||||||
|
ROMANIAN=true
|
||||||
RUSSIAN=true
|
RUSSIAN=true
|
||||||
|
SERBIAN=true
|
||||||
SPANISHINTERNATIONAL=true
|
SPANISHINTERNATIONAL=true
|
||||||
TURKISH=true
|
TURKISH=true
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html lang="en-US">
|
<html lang="en-US">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>TWBlue Portable Help</title>
|
<title>tw blue Portable Help</title>
|
||||||
<link rel="alternate" href="http://portableapps.com/feeds/general" type="application/rss+xml" title="PortableApps.com">
|
<link rel="alternate" href="http://portableapps.com/feeds/general" type="application/rss+xml" title="PortableApps.com">
|
||||||
<link rel="shortcut icon" href="Other/Help/Images/Favicon.ico">
|
<link rel="shortcut icon" href="Other/Help/Images/Favicon.ico">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
@ -125,13 +125,13 @@
|
|||||||
<body>
|
<body>
|
||||||
<div class="logo"><a href="http://portableapps.com/"><img src="Other/Help/Images/Help_Logo_Top.png" alt="PortableApps.com - Your Digital Life, Anywhere"></a></div>
|
<div class="logo"><a href="http://portableapps.com/"><img src="Other/Help/Images/Help_Logo_Top.png" alt="PortableApps.com - Your Digital Life, Anywhere"></a></div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<h1 class="hastagline">TWBlue Portable Help</h1>
|
<h1 class="hastagline">tw blue Portable Help</h1>
|
||||||
<h2 class="tagline">A powerful and accessible Twitter client</h2>
|
<h2 class="tagline">A powerful and accessible Twitter client</h2>
|
||||||
<p>TWBlue Portable is the TWBlue whatever it is packaged with a PortableApps.com launcher as a <a href="http://portableapps.com/about/what_is_a_portable_app">portable app</a>, so you can view and send tweets on your iPod, USB flash drive, portable hard drive, etc. It has all the same features as TWBlue, plus, it leaves no personal information behind on the machine you run it on, so you can take it with you wherever you go. <a href="http://twblue.es">Learn more about TWBlue...</a></p>
|
<p>tw blue Portable is the tw blue whatever it is packaged with a PortableApps.com launcher as a <a href="http://portableapps.com/about/what_is_a_portable_app">portable app</a>, so you can view and send tweets on your iPod, USB flash drive, portable hard drive, etc. It has all the same features as tw blue, plus, it leaves no personal information behind on the machine you run it on, so you can take it with you wherever you go. <a href="http://twblue.es">Learn more about tw blue...</a></p>
|
||||||
|
|
||||||
<p><a href="http://portableapps.com/donate"><img src="Other/Help/Images/Donation_Button.png" style="vertical-align:middle" alt="Make a Donation"></a> - Support PortableApps.com's Hosting and Development</p>
|
<p><a href="http://portableapps.com/donate"><img src="Other/Help/Images/Donation_Button.png" style="vertical-align:middle" alt="Make a Donation"></a> - Support PortableApps.com's Hosting and Development</p>
|
||||||
|
|
||||||
<p><a href="http://portableapps.com/node/*Node ID*">Go to the TWBlue Portable Homepage >></a></p>
|
<p><a href="http://portableapps.com/node/*Node ID*">Go to the tw blue Portable Homepage >></a></p>
|
||||||
<p><a href="http://portableapps.com/">Get more portable apps at PortableApps.com</a></p>
|
<p><a href="http://portableapps.com/">Get more portable apps at PortableApps.com</a></p>
|
||||||
|
|
||||||
<p>This software is OSI Certified Open Source Software. OSI Certified is a certification mark of the Open Source Initiative.</p>
|
<p>This software is OSI Certified Open Source Software. OSI Certified is a certification mark of the Open Source Initiative.</p>
|
||||||
|
@ -48,6 +48,7 @@ var StartMenuFolder
|
|||||||
!insertmacro MUI_LANGUAGE "Croatian"
|
!insertmacro MUI_LANGUAGE "Croatian"
|
||||||
!insertmacro MUI_LANGUAGE "Japanese"
|
!insertmacro MUI_LANGUAGE "Japanese"
|
||||||
!insertmacro MUI_LANGUAGE "SerbianLatin"
|
!insertmacro MUI_LANGUAGE "SerbianLatin"
|
||||||
|
!insertmacro MUI_LANGUAGE "Romanian"
|
||||||
!insertmacro MUI_RESERVEFILE_LANGDLL
|
!insertmacro MUI_RESERVEFILE_LANGDLL
|
||||||
Section
|
Section
|
||||||
SetShellVarContext All
|
SetShellVarContext All
|
||||||
|
Loading…
Reference in New Issue
Block a user