mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-13 13:49:30 +02:00
MAKE DEB: Add support for mult-language translations.
git-svn-id: trunk@39189 -
This commit is contained in:
parent
cfe88934bd
commit
c563d98280
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -3318,6 +3318,8 @@ debian/overrides/lcl-utils svneol=native#text/plain
|
||||
debian/patches/default_config.diff svneol=native#text/plain
|
||||
debian/patches/lcl-with-multple-widget-sets.diff svneol=native#text/plain
|
||||
debian/patches/series svneol=native#text/plain
|
||||
debian/po/POTFILES.in svneol=native#text/plain
|
||||
debian/po/templates.pot svneol=native#text/plain
|
||||
debian/rules svneol=native#text/plain
|
||||
debian/source/format svneol=native#text/plain
|
||||
debian/source/lintian-overrides svneol=native#text/plain
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -5,7 +5,7 @@ Maintainer: Carlos Laviola <claviola@debian.org>
|
||||
Uploaders: Torsten Werner <twerner@debian.org>, Abou Al Montacir <abou.almontacir@sfr.fr>
|
||||
DM-Upload-Allowed: yes
|
||||
Standards-Version: 3.9.3
|
||||
Build-Depends: debhelper (>= 7), quilt, fpc, fpc-source, fp-utils, imagemagick
|
||||
Build-Depends: debhelper (>= 7), quilt, fpc, fpc-source, fp-utils, imagemagick, po-debconf
|
||||
Vcs-Svn: https://bollin.googlecode.com/svn/lazarus/trunk
|
||||
Vcs-Browser: http://bollin.googlecode.com/svn/lazarus/trunk
|
||||
Homepage: http://www.lazarus.freepascal.org
|
||||
|
2
debian/control.in
vendored
2
debian/control.in
vendored
@ -5,7 +5,7 @@ Maintainer: Carlos Laviola <claviola@debian.org>
|
||||
Uploaders: Torsten Werner <twerner@debian.org>, Abou Al Montacir <abou.almontacir@sfr.fr>
|
||||
DM-Upload-Allowed: yes
|
||||
Standards-Version: 3.9.3
|
||||
Build-Depends: debhelper (>= 7), quilt, fpc, fpc-source, fp-utils, imagemagick
|
||||
Build-Depends: debhelper (>= 7), quilt, fpc, fpc-source, fp-utils, imagemagick, po-debconf
|
||||
Vcs-Svn: https://bollin.googlecode.com/svn/lazarus/trunk
|
||||
Vcs-Browser: http://bollin.googlecode.com/svn/lazarus/trunk
|
||||
Homepage: http://www.lazarus.freepascal.org
|
||||
|
1
debian/po/POTFILES.in
vendored
Normal file
1
debian/po/POTFILES.in
vendored
Normal file
@ -0,0 +1 @@
|
||||
[type: gettext/rfc822deb] lcl-utils.templates.in
|
57
debian/po/templates.pot
vendored
Normal file
57
debian/po/templates.pot
vendored
Normal file
@ -0,0 +1,57 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: lazarus\n"
|
||||
"Report-Msgid-Bugs-To: lazarus@packages.debian.org\n"
|
||||
"POT-Creation-Date: 2012-10-01 09:27+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=CHARSET\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#. Type: boolean
|
||||
#. Description
|
||||
#: ../lcl-utils.templates.in:1001
|
||||
msgid "Rename \"/etc/lazarus\" to \"/etc/lazarus.bak\"?"
|
||||
msgstr ""
|
||||
|
||||
#. Type: boolean
|
||||
#. Description
|
||||
#: ../lcl-utils.templates.in:1001
|
||||
msgid ""
|
||||
"The Lazarus suite now supports keeping multiple versions installed at the "
|
||||
"same time and using the alternatives system to set proper defaults. "
|
||||
"Normally, the latest version of any component is used."
|
||||
msgstr ""
|
||||
|
||||
#. Type: boolean
|
||||
#. Description
|
||||
#: ../lcl-utils.templates.in:1001
|
||||
msgid ""
|
||||
"To use the alternatives system on the system-wide configuration of the "
|
||||
"Lazarus suite, /etc/lazarus needs to be under control of the alternatives "
|
||||
"system. Currently there is a real directory at /etc/lazarus, probably from a "
|
||||
"previous installation. In order to start using the alternatives system on "
|
||||
"the configuration you must accept renaming \"/etc/lazarus\". If you don't, "
|
||||
"you will need to review the configuration on every version update of Lazarus "
|
||||
"as, unfortunately, the configuration files are not always backward-"
|
||||
"compatible. Also switching between different versions might need more "
|
||||
"intervention."
|
||||
msgstr ""
|
||||
|
||||
#. Type: boolean
|
||||
#. Description
|
||||
#: ../lcl-utils.templates.in:1001
|
||||
msgid ""
|
||||
"If you have made changes to your configuration files, you will probably need "
|
||||
"to review them and apply them to all versioned configurations, as they will "
|
||||
"not automatically propagate."
|
||||
msgstr ""
|
Loading…
Reference in New Issue
Block a user