Changeset bd0431f64f0b1f41777f5eb4aaad5cf575a6858c
- Timestamp:
- 07/24/02 01:22:28
(6 years ago)
- Author:
- Christophe Massiot <massiot@videolan.org>
- git-committer:
- Christophe Massiot <massiot@videolan.org> 1027466548 +0000
- git-parent:
[71f0ea694a90784a5fa95c01d36f0b616fa2e304]
- git-author:
- Christophe Massiot <massiot@videolan.org> 1027466548 +0000
- Message:
Swedish translation, courtesy of Joel Arvidsson <dogai@privat.utfors.se>
(incomplete and untested).
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rba45505 |
rbd0431f |
|
| 6 | 6 | Not released yet |
|---|
| 7 | 7 | |
|---|
| | 8 | * ./po/se.po : Swedish translation, courtesy of Joel Arvidsson |
|---|
| | 9 | <dogai@privat.utfors.se> ; |
|---|
| 8 | 10 | * ./plugins/access/http.c: fixed a double free bug and a memory leak. |
|---|
| 9 | 11 | * MacOS X: added messages and playlist panel, dock menu, context menu |
|---|
| r255db00 |
rbd0431f |
|
| 1329 | 1329 | fi |
|---|
| 1330 | 1330 | |
|---|
| 1331 | | ALL_LINGUAS="de en_GB fr ja no ru nl pl" |
|---|
| | 1331 | ALL_LINGUAS="de en_GB fr ja no ru nl pl se" |
|---|
| 1332 | 1332 | |
|---|
| 1333 | 1333 | cat >> confdefs.h <<EOF |
|---|
| r255db00 |
rbd0431f |
|
| 48 | 48 | |
|---|
| 49 | 49 | dnl Gettext stuff |
|---|
| 50 | | ALL_LINGUAS="de en_GB fr ja no ru nl pl" |
|---|
| | 50 | ALL_LINGUAS="de en_GB fr ja no ru nl pl se" |
|---|
| 51 | 51 | |
|---|
| 52 | 52 | AC_DEFINE_UNQUOTED(VLC_PACKAGE, "${PACKAGE}", [Package name]) |
|---|