mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-03-03 23:31:08 +00:00
Initial translations commit.
This commit is contained in:
parent
2dea4fe9f7
commit
fc99bff111
13
Makefile
Executable file
13
Makefile
Executable file
@ -0,0 +1,13 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
SUBDIRS := lubuntu/po/
|
||||
|
||||
all: install
|
||||
|
||||
install:
|
||||
for i in $(SUBDIRS); do \
|
||||
make -C $$i; \
|
||||
find $$i/../ -type f -iname "*.in" | xargs rm -f
|
||||
done
|
||||
|
||||
# vim:ts=4
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -2,3 +2,7 @@
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_auto_build:
|
||||
$(MAKE)
|
||||
dh_auto_build
|
||||
|
@ -2,10 +2,10 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Version=1.0
|
||||
Name=Install Lubuntu 18.10
|
||||
GenericName=Install Lubuntu
|
||||
_Name=Install Lubuntu 18.10
|
||||
_GenericName=Install Lubuntu
|
||||
Exec=sudo calamares
|
||||
Comment=Calamares — System Installer
|
||||
_Comment=Calamares — System Installer
|
||||
Icon=calamares
|
||||
Terminal=false
|
||||
StartupNotify=true
|
22
lubuntu/po/Makefile
Executable file
22
lubuntu/po/Makefile
Executable file
@ -0,0 +1,22 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
POTFILES := $(shell cat POTFILES.in)
|
||||
|
||||
all: generate-po-files
|
||||
|
||||
generate-pot: POTFILES.in
|
||||
intltool-update --pot --gettext-package=calamares-settings-lubuntu
|
||||
|
||||
generate-po-files:
|
||||
for i in $(POTFILES); do \
|
||||
f=$$(echo $$i | sed 's/\.in//'); \
|
||||
intltool-merge -d . ../$$i ../$$f; \
|
||||
done
|
||||
|
||||
update-po:
|
||||
for i in *.po; do \
|
||||
code=$$(echo $$i | sed 's/.po//'); \
|
||||
intltool-update --gettext-package=calamares-settings-lubuntu --dist $$code; \
|
||||
done
|
||||
|
||||
# vim:ts=4
|
1
lubuntu/po/POTFILES.in
Normal file
1
lubuntu/po/POTFILES.in
Normal file
@ -0,0 +1 @@
|
||||
calamares.desktop.in
|
30
lubuntu/po/calamares-settings-lubuntu.pot
Normal file
30
lubuntu/po/calamares-settings-lubuntu.pot
Normal file
@ -0,0 +1,30 @@
|
||||
# Base translation file for Lubuntu's Calamares settings
|
||||
# Copyright (C) 2018 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||
# This file is distributed under the same license as the package.
|
||||
# Simon Quigley <tsimonq2@ubuntu.com>, 2018.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-07-10 02:36-0500\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=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: ../calamares.desktop.in.h:1
|
||||
msgid "Install Lubuntu 18.10"
|
||||
msgstr ""
|
||||
|
||||
#: ../calamares.desktop.in.h:2
|
||||
msgid "Install Lubuntu"
|
||||
msgstr ""
|
||||
|
||||
#: ../calamares.desktop.in.h:3
|
||||
msgid "Calamares — System Installer"
|
||||
msgstr ""
|
Loading…
x
Reference in New Issue
Block a user