Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
appleorange1
website
Commits
31cd426c
Commit
31cd426c
authored
12 years ago
by
Yann Leboulanger
Browse files
Options
Downloads
Patches
Plain Diff
prepare website for 0.15.1
parent
c9902e1b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
downloads.php
+1
-1
1 addition, 1 deletion
downloads.php
index.php
+16
-5
16 additions, 5 deletions
index.php
with
17 additions
and
6 deletions
downloads.php
+
1
−
1
View file @
31cd426c
...
...
@@ -5,7 +5,7 @@
Entete
(
_
(
"Gajim, a Jabber client"
),
"GAJIM"
);
$download_folder
=
"0.15"
;
$last_version
=
"0.15"
;
$last_version
=
"0.15
.1
"
;
print
(
" <br/>
\n
"
);
print
_
(
" Latest version of Gajim is"
)
.
" <strong>"
.
$last_version
.
"</strong><br/>
\n
"
;
#printf(_(" A %s version is in test"), "<strong>0.15-beta4</strong>");
...
...
This diff is collapsed.
Click to expand it.
index.php
+
16
−
5
View file @
31cd426c
...
...
@@ -37,7 +37,7 @@ $array_features = array(
13
=>
_
(
"XML console"
),
14
=>
_
(
"Link local (bonjour / zeroconf), BOSH"
),
15
=>
_
(
"Other features via plugins"
),
16
=>
_
(
"Gajim is available in 2
5
languages: Basque, Belarusian, Brasilian, British, Bulgarian, Chinese (simplified), Croatian, Czech, Danish, English, Esperanto, French, Galician, German, Italian, Japanese, Lithuanian, Norwegian (Bokmål), Polish, Russian, Serbian, Spanish, Slovak, Swedish and Ukrainian"
),
16
=>
_
(
"Gajim is available in 2
9
languages: Basque, Belarusian, Brasilian, British, Bulgarian, Chinese (simplified), Croatian, Czech, Danish, English, Esperanto, French, Galician, German,
Hebrew, Hungarian,
Italian, Japanese,
Kazakh,
Lithuanian, Norwegian (Bokmål), Polish, Russian, Serbian, Spanish, Slovak, Swedish
, Turkish
and Ukrainian"
),
);
...
...
@@ -50,29 +50,40 @@ for ($i=0; $i<sizeof($array_features); $i++) {
$tpl
->
set_var
(
"NEWS_MAIN"
,
_
(
"NEWS"
));
$array_news_title
=
array
(
0
=>
sprintf
(
_
(
"Gajim %s is here!"
),
"0.15"
)
0
=>
sprintf
(
_
(
"Gajim %s is here!"
),
"0.15.1"
)
1
=>
sprintf
(
_
(
"Gajim %s is here!"
),
"0.15"
)
);
// 5 => sprintf(_("Release candidate 5 of Gajim %s"), "0.13"),
// 6 => sprintf(_("Beta-release of Gajim %s"), "0.12"),
// 7 => sprintf(_("Alpha-release of Gajim %s"), "0.12"));
// 3 => sprintf(_("New windows installer")),
$array_news_date
=
array
(
0
=>
_
(
"18 March 2012"
)
0
=>
_
(
"29 August 2012"
)
1
=>
_
(
"18 March 2012"
)
);
$array_news_desc
=
array
(
0
=>
sprintf
(
_
(
"Version %s of Gajim has been released."
),
"0.15"
)
0
=>
sprintf
(
_
(
"Version %s of Gajim has been released."
),
"0.15.1"
)
1
=>
sprintf
(
_
(
"Version %s of Gajim has been released."
),
"0.15"
)
);
// 6 => sprintf(_("Version %s will arrive very soon."), "0.12"),
// 7 => sprintf(_("Version %s will arrive soon."), "0.12"));
// 3 => sprintf(_("New Windows Installer with GTK+ included.")),
$array_news_whats_new
=
array
(
0
=>
sprintf
(
_
(
"What's new since %s:"
),
"0.14.4"
)
0
=>
sprintf
(
_
(
"What's new since %s:"
),
"0.15"
)
1
=>
sprintf
(
_
(
"What's new since %s:"
),
"0.14.4"
)
);
// 3 => sprintf(_("What's new in it:")),
$array_news_items
[
0
]
=
array
(
0
=>
_
(
"Switch to python-farstream"
),
1
=>
_
(
"Fix several issues"
),
2
=>
_
(
"Full changelog, see"
)
.
" <a href =
\"
http://hg.gajim.org/gajim/file/gajim-0.15.1/ChangeLog
\"
>"
.
_
(
"Full ChangeLog"
)
.
"</a> "
,
3
=>
"<a href =
\"
http://trac.gajim.org/query?status=closed&milestone=0.15.1
\"
>"
.
_
(
"List of fixed bugs"
)
.
"</a>"
,
);
$array_news_items
[
1
]
=
array
(
0
=>
_
(
"Plugin system"
),
1
=>
_
(
"Whiteboard (via a plugin)"
),
2
=>
_
(
"Message archiving"
),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment