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
8b91ecf0
Commit
8b91ecf0
authored
13 years ago
by
Yann Leboulanger
Browse files
Options
Downloads
Patches
Plain Diff
new windows built with spell checking
parent
9ef6570a
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
+11
-10
11 additions, 10 deletions
index.php
with
12 additions
and
11 deletions
downloads.php
+
1
−
1
View file @
8b91ecf0
...
...
@@ -148,7 +148,7 @@ print ("</a>\n");
print
_
(
" There is a "
)
.
" <a href=
\"
downloads/"
.
$download_folder
.
"/gajim-"
.
$last_version
.
"-1.exe
\"
>"
.
_
(
"Gajim installer"
)
.
"</a>.
\n
"
;
#print _("The installer doesn't contain translations because of a") . " <a href=\"https://bugzilla.gnome.org/show_bug.cgi?id=574520\">" . _("GTK bug") . "</a>.\n";
print
(
" <br/>
\n
"
);
print
_
(
" Here is a"
)
.
" <a href=
\"
downloads/0.15/gajim-0.15-beta3-
1
.exe
\"
>"
.
_
(
"Gajim installer"
)
.
"</a> "
;
print
_
(
" Here is a"
)
.
" <a href=
\"
downloads/0.15/gajim-0.15-beta3-
2
.exe
\"
>"
.
_
(
"Gajim installer"
)
.
"</a> "
;
printf
(
_
(
"for %s version "
),
"0.15-beta3"
);
print
(
".
\n
"
);
print
(
" <br/>
\n
"
);
...
...
This diff is collapsed.
Click to expand it.
index.php
+
11
−
10
View file @
8b91ecf0
...
...
@@ -100,16 +100,17 @@ $array_news_whats_new = array(
// 3 => sprintf(_("What's new in it:")),
$array_news_items
[
0
]
=
array
(
0
=>
_
(
"handle default value in seclabel XEP"
),
1
=>
_
(
"Fix convertion from chat to groupchat"
),
2
=>
_
(
"Add infobar in chat window for file transfer"
),
3
=>
_
(
"Implements XEP-0280: Message Carbons"
),
4
=>
_
(
"use TLS connection for plugin installer"
),
5
=>
_
(
"Some privacy improvements"
),
6
=>
_
(
"Add a global proxy option"
),
7
=>
_
(
"Make more use of proxy everytime we need to access the internet"
),
8
=>
_
(
"Improve search in roster"
),
9
=>
_
(
"Full changelog, see"
)
.
" <a href =
\"
http://hg.gajim.org/gajim/file/9903fad02c40/ChangeLog
\"
>"
.
_
(
"Full ChangeLog"
)
.
"</a> "
,
0
=>
_
(
"Spell checking under windows"
),
1
=>
_
(
"handle default value in seclabel XEP"
),
2
=>
_
(
"Fix convertion from chat to groupchat"
),
3
=>
_
(
"Add infobar in chat window for file transfer"
),
4
=>
_
(
"Implements XEP-0280: Message Carbons"
),
5
=>
_
(
"use TLS connection for plugin installer"
),
6
=>
_
(
"Some privacy improvements"
),
7
=>
_
(
"Add a global proxy option"
),
8
=>
_
(
"Make more use of proxy everytime we need to access the internet"
),
9
=>
_
(
"Improve search in roster"
),
10
=>
_
(
"Full changelog, see"
)
.
" <a href =
\"
http://hg.gajim.org/gajim/file/9903fad02c40/ChangeLog
\"
>"
.
_
(
"Full ChangeLog"
)
.
"</a> "
,
);
$array_news_items
[
1
]
=
array
(
...
...
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