From 242aef5d8314a9b1da31e016f3329e6f04b8d675 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 4 Jan 2015 20:05:39 +0100 Subject: Updating year in copyright notices to 2015. --- manpages/bin/update-version.sh | 10 +++++----- manpages/en/lb.1 | 2 +- manpages/en/lb_binary.1 | 2 +- manpages/en/lb_bootstrap.1 | 2 +- manpages/en/lb_build.1 | 2 +- manpages/en/lb_chroot.1 | 2 +- manpages/en/lb_clean.1 | 2 +- manpages/en/lb_config.1 | 2 +- manpages/en/lb_source.1 | 2 +- manpages/en/live-build.7 | 2 +- manpages/ja/lb.ja.1 | 2 +- manpages/ja/lb_binary.ja.1 | 2 +- manpages/ja/lb_bootstrap.ja.1 | 2 +- manpages/ja/lb_build.ja.1 | 2 +- manpages/ja/lb_chroot.ja.1 | 2 +- manpages/ja/lb_clean.ja.1 | 2 +- manpages/ja/lb_config.ja.1 | 2 +- manpages/ja/lb_source.ja.1 | 2 +- manpages/ja/live-build.ja.7 | 2 +- manpages/po/ja/lb.1.po | 4 ++-- manpages/po/ja/lb_binary.1.po | 4 ++-- manpages/po/ja/lb_bootstrap.1.po | 4 ++-- manpages/po/ja/lb_build.1.po | 4 ++-- manpages/po/ja/lb_chroot.1.po | 4 ++-- manpages/po/ja/lb_clean.1.po | 4 ++-- manpages/po/ja/lb_config.1.po | 4 ++-- manpages/po/ja/lb_source.1.po | 4 ++-- manpages/po/ja/live-build.7.po | 4 ++-- manpages/pot/lb.1.pot | 4 ++-- manpages/pot/lb_binary.1.pot | 4 ++-- manpages/pot/lb_bootstrap.1.pot | 4 ++-- manpages/pot/lb_build.1.pot | 4 ++-- manpages/pot/lb_chroot.1.pot | 4 ++-- manpages/pot/lb_clean.1.pot | 4 ++-- manpages/pot/lb_config.1.pot | 4 ++-- manpages/pot/lb_source.1.pot | 4 ++-- manpages/pot/live-build.7.pot | 4 ++-- 37 files changed, 59 insertions(+), 59 deletions(-) (limited to 'manpages') diff --git a/manpages/bin/update-version.sh b/manpages/bin/update-version.sh index a98fd900e..f1c8afdb5 100755 --- a/manpages/bin/update-version.sh +++ b/manpages/bin/update-version.sh @@ -1,7 +1,7 @@ #!/bin/sh ## live-build(7) - Live System Build Components -## Copyright (C) 2006-2014 Daniel Baumann +## Copyright (C) 2006-2015 Daniel Baumann ## ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. ## This is free software, and you are welcome to redistribute it @@ -35,8 +35,8 @@ do then for _FILE in po/${_LANGUAGE}/*.po do - sed -i -e "s|^msgstr .*.2014-.*$|msgstr \"${DAY}.${MONTH}.${YEAR}\"|g" \ - -e "s|^msgstr .*.2014\"$|msgstr \"${DAY}.${MONTH}.${YEAR}\"|g" \ + sed -i -e "s|^msgstr .*.2015-.*$|msgstr \"${DAY}.${MONTH}.${YEAR}\"|g" \ + -e "s|^msgstr .*.2015\"$|msgstr \"${DAY}.${MONTH}.${YEAR}\"|g" \ "${_FILE}" done fi @@ -47,8 +47,8 @@ if ls po/pt_BR/*.po > /dev/null 2>&1 then for _FILE in po/pt_BR/*.po do - sed -i -e "s|^msgstr .*.2014-.*$|msgstr \"${DAY}-${MONTH}-${YEAR}\"|g" \ - -e "s|^msgstr .*-2014\"$|msgstr \"${DAY}-${MONTH}-${YEAR}\"|g" \ + sed -i -e "s|^msgstr .*.2015-.*$|msgstr \"${DAY}-${MONTH}-${YEAR}\"|g" \ + -e "s|^msgstr .*-2015\"$|msgstr \"${DAY}-${MONTH}-${YEAR}\"|g" \ "${_FILE}" done fi diff --git a/manpages/en/lb.1 b/manpages/en/lb.1 index a7f01043a..156fd1867 100644 --- a/manpages/en/lb.1 +++ b/manpages/en/lb.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2014\-12\-23 5.0~a1-1 "Live Systems Project" +.TH LIVE\-BUILD 1 2015\-01\-04 5.0~a1-1 "Live Systems Project" .SH NAME \fBlb\fR \- wrapper for live\-build programs diff --git a/manpages/en/lb_binary.1 b/manpages/en/lb_binary.1 index d6b6d5f5d..cf9ffc102 100644 --- a/manpages/en/lb_binary.1 +++ b/manpages/en/lb_binary.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2014\-12\-23 5.0~a1-1 "Live Systems Project" +.TH LIVE\-BUILD 1 2015\-01\-04 5.0~a1-1 "Live Systems Project" .SH NAME \fBlb binary\fR \- Complete the binary stage diff --git a/manpages/en/lb_bootstrap.1 b/manpages/en/lb_bootstrap.1 index 53348f9e7..e1f857dba 100644 --- a/manpages/en/lb_bootstrap.1 +++ b/manpages/en/lb_bootstrap.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2014\-12\-23 5.0~a1-1 "Live Systems Project" +.TH LIVE\-BUILD 1 2015\-01\-04 5.0~a1-1 "Live Systems Project" .SH NAME \fBlb bootstrap\fR \- Complete the bootstrap stage diff --git a/manpages/en/lb_build.1 b/manpages/en/lb_build.1 index 8edbd2770..1dfa3edc4 100644 --- a/manpages/en/lb_build.1 +++ b/manpages/en/lb_build.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2014\-12\-23 5.0~a1-1 "Live Systems Project" +.TH LIVE\-BUILD 1 2015\-01\-04 5.0~a1-1 "Live Systems Project" .SH NAME \fBlb build\fR \- Complete the bootstrap, chroot, binary, and source stages diff --git a/manpages/en/lb_chroot.1 b/manpages/en/lb_chroot.1 index 337f68095..e4eda0e5b 100644 --- a/manpages/en/lb_chroot.1 +++ b/manpages/en/lb_chroot.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2014\-12\-23 5.0~a1-1 "Live Systems Project" +.TH LIVE\-BUILD 1 2015\-01\-04 5.0~a1-1 "Live Systems Project" .SH NAME \fBlb chroot\fR \- Complete the chroot stage diff --git a/manpages/en/lb_clean.1 b/manpages/en/lb_clean.1 index 35f677597..93a65ef55 100644 --- a/manpages/en/lb_clean.1 +++ b/manpages/en/lb_clean.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2014\-12\-23 5.0~a1-1 "Live Systems Project" +.TH LIVE\-BUILD 1 2015\-01\-04 5.0~a1-1 "Live Systems Project" .SH NAME \fBlb clean\fR \- Clean build directory diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1 index 2ea736efe..d99844818 100644 --- a/manpages/en/lb_config.1 +++ b/manpages/en/lb_config.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2014\-12\-23 5.0~a1-1 "Live Systems Project" +.TH LIVE\-BUILD 1 2015\-01\-04 5.0~a1-1 "Live Systems Project" .SH NAME \fBlb config\fR \- Create config directory diff --git a/manpages/en/lb_source.1 b/manpages/en/lb_source.1 index 9cdf3ae13..339e46ca3 100644 --- a/manpages/en/lb_source.1 +++ b/manpages/en/lb_source.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2014\-12\-23 5.0~a1-1 "Live Systems Project" +.TH LIVE\-BUILD 1 2015\-01\-04 5.0~a1-1 "Live Systems Project" .SH NAME \fBlb source\fR \- Complete the source stage diff --git a/manpages/en/live-build.7 b/manpages/en/live-build.7 index f1fa46470..0b7e9cac1 100644 --- a/manpages/en/live-build.7 +++ b/manpages/en/live-build.7 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 7 2014\-12\-23 5.0~a1-1 "Live Systems Project" +.TH LIVE\-BUILD 7 2015\-01\-04 5.0~a1-1 "Live Systems Project" .SH NAME \fBlive\-build\fR \- the live systems tool suite diff --git a/manpages/ja/lb.ja.1 b/manpages/ja/lb.ja.1 index ed2269c72..6cb74ea13 100644 --- a/manpages/ja/lb.ja.1 +++ b/manpages/ja/lb.ja.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2014\-12\-23 5.0~a1\-1 "Live システムプロジェクト" +.TH LIVE\-BUILD 1 2015\-01\-04 5.0~a1\-1 "Live システムプロジェクト" .SH 名前 \fBlb\fP \- live\-build プログラムのラッパー diff --git a/manpages/ja/lb_binary.ja.1 b/manpages/ja/lb_binary.ja.1 index 48080ceb3..7588eb69d 100644 --- a/manpages/ja/lb_binary.ja.1 +++ b/manpages/ja/lb_binary.ja.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2014\-12\-23 5.0~a1\-1 "Live システムプロジェクト" +.TH LIVE\-BUILD 1 2015\-01\-04 5.0~a1\-1 "Live システムプロジェクト" .SH 名前 \fBlb binary\fP \- バイナリ段階を完了させます diff --git a/manpages/ja/lb_bootstrap.ja.1 b/manpages/ja/lb_bootstrap.ja.1 index a9d0123b1..0640f6df1 100644 --- a/manpages/ja/lb_bootstrap.ja.1 +++ b/manpages/ja/lb_bootstrap.ja.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2014\-12\-23 5.0~a1\-1 "Live システムプロジェクト" +.TH LIVE\-BUILD 1 2015\-01\-04 5.0~a1\-1 "Live システムプロジェクト" .SH 名前 \fBlb bootstrap\fP \- パッケージ収集段階を完了させます diff --git a/manpages/ja/lb_build.ja.1 b/manpages/ja/lb_build.ja.1 index 4fdc9c863..df036f94e 100644 --- a/manpages/ja/lb_build.ja.1 +++ b/manpages/ja/lb_build.ja.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2014\-12\-23 5.0~a1\-1 "Live システムプロジェクト" +.TH LIVE\-BUILD 1 2015\-01\-04 5.0~a1\-1 "Live システムプロジェクト" .SH 名前 \fBlb build\fP \- パッケージ収集、chroot、バイナリ、ソース段階を完了させます diff --git a/manpages/ja/lb_chroot.ja.1 b/manpages/ja/lb_chroot.ja.1 index e38012ad0..b6ce985bc 100644 --- a/manpages/ja/lb_chroot.ja.1 +++ b/manpages/ja/lb_chroot.ja.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2014\-12\-23 5.0~a1\-1 "Live システムプロジェクト" +.TH LIVE\-BUILD 1 2015\-01\-04 5.0~a1\-1 "Live システムプロジェクト" .SH 名前 \fBlb chroot\fP \- chroot 段階を完了させます diff --git a/manpages/ja/lb_clean.ja.1 b/manpages/ja/lb_clean.ja.1 index df0c752ad..f72d05cab 100644 --- a/manpages/ja/lb_clean.ja.1 +++ b/manpages/ja/lb_clean.ja.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2014\-12\-23 5.0~a1\-1 "Live システムプロジェクト" +.TH LIVE\-BUILD 1 2015\-01\-04 5.0~a1\-1 "Live システムプロジェクト" .SH 名前 \fBlb clean\fP \- 設定ディレクトリを掃除します diff --git a/manpages/ja/lb_config.ja.1 b/manpages/ja/lb_config.ja.1 index 2d039f211..ed27895c2 100644 --- a/manpages/ja/lb_config.ja.1 +++ b/manpages/ja/lb_config.ja.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2014\-12\-23 5.0~a1\-1 "Live システムプロジェクト" +.TH LIVE\-BUILD 1 2015\-01\-04 5.0~a1\-1 "Live システムプロジェクト" .SH 名前 \fBlb config\fP \- 設定ディレクトリを作成します diff --git a/manpages/ja/lb_source.ja.1 b/manpages/ja/lb_source.ja.1 index 90ea91691..885c66ced 100644 --- a/manpages/ja/lb_source.ja.1 +++ b/manpages/ja/lb_source.ja.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2014\-12\-23 5.0~a1\-1 "Live システムプロジェクト" +.TH LIVE\-BUILD 1 2015\-01\-04 5.0~a1\-1 "Live システムプロジェクト" .SH 名前 \fBlb source\fP \- ソース段階を完了させます diff --git a/manpages/ja/live-build.ja.7 b/manpages/ja/live-build.ja.7 index 13198904e..b5a2fc663 100644 --- a/manpages/ja/live-build.ja.7 +++ b/manpages/ja/live-build.ja.7 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 7 2014\-12\-23 5.0~a1\-1 "Live システムプロジェクト" +.TH LIVE\-BUILD 7 2015\-01\-04 5.0~a1\-1 "Live システムプロジェクト" .SH 名前 \fBlive\-build\fP \- Live システムツール集 diff --git a/manpages/po/ja/lb.1.po b/manpages/po/ja/lb.1.po index 5e833e0a9..002db89cf 100644 --- a/manpages/po/ja/lb.1.po +++ b/manpages/po/ja/lb.1.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build\n" -"POT-Creation-Date: 2014-12-23 22:52+0100\n" +"POT-Creation-Date: 2015-01-04 20:04+0100\n" "PO-Revision-Date: 2014-08-28 02:52+0900\n" "Last-Translator: victory \n" "Language-Team: none\n" @@ -27,7 +27,7 @@ msgstr "LIVE-BUILD" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/live-build.7:1 #, no-wrap -msgid "2014-12-23" +msgid "2015-01-04" msgstr "" #. type: TH diff --git a/manpages/po/ja/lb_binary.1.po b/manpages/po/ja/lb_binary.1.po index 3cfc11109..86d8b2151 100644 --- a/manpages/po/ja/lb_binary.1.po +++ b/manpages/po/ja/lb_binary.1.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build\n" -"POT-Creation-Date: 2014-12-23 22:52+0100\n" +"POT-Creation-Date: 2015-01-04 20:04+0100\n" "PO-Revision-Date: 2014-08-28 02:52+0900\n" "Last-Translator: victory \n" "Language-Team: none\n" @@ -27,7 +27,7 @@ msgstr "LIVE-BUILD" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/live-build.7:1 #, no-wrap -msgid "2014-12-23" +msgid "2015-01-04" msgstr "" #. type: TH diff --git a/manpages/po/ja/lb_bootstrap.1.po b/manpages/po/ja/lb_bootstrap.1.po index 8f2b70266..5a9463de5 100644 --- a/manpages/po/ja/lb_bootstrap.1.po +++ b/manpages/po/ja/lb_bootstrap.1.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build\n" -"POT-Creation-Date: 2014-12-23 22:52+0100\n" +"POT-Creation-Date: 2015-01-04 20:04+0100\n" "PO-Revision-Date: 2014-08-29 06:25+0900\n" "Last-Translator: victory \n" "Language-Team: none\n" @@ -27,7 +27,7 @@ msgstr "LIVE-BUILD" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/live-build.7:1 #, no-wrap -msgid "2014-12-23" +msgid "2015-01-04" msgstr "" #. type: TH diff --git a/manpages/po/ja/lb_build.1.po b/manpages/po/ja/lb_build.1.po index 1d7ec9ac9..3a2b5ea77 100644 --- a/manpages/po/ja/lb_build.1.po +++ b/manpages/po/ja/lb_build.1.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build\n" -"POT-Creation-Date: 2014-12-23 22:52+0100\n" +"POT-Creation-Date: 2015-01-04 20:04+0100\n" "PO-Revision-Date: 2014-08-28 02:52+0900\n" "Last-Translator: victory \n" "Language-Team: none\n" @@ -27,7 +27,7 @@ msgstr "LIVE-BUILD" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/live-build.7:1 #, no-wrap -msgid "2014-12-23" +msgid "2015-01-04" msgstr "" #. type: TH diff --git a/manpages/po/ja/lb_chroot.1.po b/manpages/po/ja/lb_chroot.1.po index c2ee81e1d..d21b4e5f4 100644 --- a/manpages/po/ja/lb_chroot.1.po +++ b/manpages/po/ja/lb_chroot.1.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build\n" -"POT-Creation-Date: 2014-12-23 22:52+0100\n" +"POT-Creation-Date: 2015-01-04 20:04+0100\n" "PO-Revision-Date: 2014-08-28 02:52+0900\n" "Last-Translator: victory \n" "Language-Team: none\n" @@ -27,7 +27,7 @@ msgstr "LIVE-BUILD" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/live-build.7:1 #, no-wrap -msgid "2014-12-23" +msgid "2015-01-04" msgstr "" #. type: TH diff --git a/manpages/po/ja/lb_clean.1.po b/manpages/po/ja/lb_clean.1.po index edaf7c652..030d603e5 100644 --- a/manpages/po/ja/lb_clean.1.po +++ b/manpages/po/ja/lb_clean.1.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build\n" -"POT-Creation-Date: 2014-12-23 22:52+0100\n" +"POT-Creation-Date: 2015-01-04 20:04+0100\n" "PO-Revision-Date: 2014-08-28 02:52+0900\n" "Last-Translator: victory \n" "Language-Team: none\n" @@ -27,7 +27,7 @@ msgstr "LIVE-BUILD" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/live-build.7:1 #, no-wrap -msgid "2014-12-23" +msgid "2015-01-04" msgstr "" #. type: TH diff --git a/manpages/po/ja/lb_config.1.po b/manpages/po/ja/lb_config.1.po index 75de13544..61bc3da72 100644 --- a/manpages/po/ja/lb_config.1.po +++ b/manpages/po/ja/lb_config.1.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build\n" -"POT-Creation-Date: 2014-12-23 22:52+0100\n" +"POT-Creation-Date: 2015-01-04 20:04+0100\n" "PO-Revision-Date: 2014-09-07 13:13+0900\n" "Last-Translator: victory \n" "Language-Team: none\n" @@ -27,7 +27,7 @@ msgstr "LIVE-BUILD" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/live-build.7:1 #, no-wrap -msgid "2014-12-23" +msgid "2015-01-04" msgstr "" #. type: TH diff --git a/manpages/po/ja/lb_source.1.po b/manpages/po/ja/lb_source.1.po index ba65cac19..8ea941376 100644 --- a/manpages/po/ja/lb_source.1.po +++ b/manpages/po/ja/lb_source.1.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build\n" -"POT-Creation-Date: 2014-12-23 22:52+0100\n" +"POT-Creation-Date: 2015-01-04 20:04+0100\n" "PO-Revision-Date: 2014-08-28 02:52+0900\n" "Last-Translator: victory \n" "Language-Team: none\n" @@ -27,7 +27,7 @@ msgstr "LIVE-BUILD" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/live-build.7:1 #, no-wrap -msgid "2014-12-23" +msgid "2015-01-04" msgstr "" #. type: TH diff --git a/manpages/po/ja/live-build.7.po b/manpages/po/ja/live-build.7.po index 1d3eac85a..766e7d322 100644 --- a/manpages/po/ja/live-build.7.po +++ b/manpages/po/ja/live-build.7.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build\n" -"POT-Creation-Date: 2014-12-23 22:52+0100\n" +"POT-Creation-Date: 2015-01-04 20:04+0100\n" "PO-Revision-Date: 2014-08-28 02:52+0900\n" "Last-Translator: victory \n" "Language-Team: none\n" @@ -27,7 +27,7 @@ msgstr "LIVE-BUILD" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/live-build.7:1 #, no-wrap -msgid "2014-12-23" +msgid "2015-01-04" msgstr "" #. type: TH diff --git a/manpages/pot/lb.1.pot b/manpages/pot/lb.1.pot index de595b32b..af171e9f2 100644 --- a/manpages/pot/lb.1.pot +++ b/manpages/pot/lb.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build 5.0~a1-1\n" -"POT-Creation-Date: 2014-12-23 22:52+0100\n" +"POT-Creation-Date: 2015-01-04 20:04+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -29,7 +29,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/live-build.7:1 #, no-wrap -msgid "2014-12-23" +msgid "2015-01-04" msgstr "" #. type: TH diff --git a/manpages/pot/lb_binary.1.pot b/manpages/pot/lb_binary.1.pot index 78acf119e..29592b879 100644 --- a/manpages/pot/lb_binary.1.pot +++ b/manpages/pot/lb_binary.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build 5.0~a1-1\n" -"POT-Creation-Date: 2014-12-23 22:52+0100\n" +"POT-Creation-Date: 2015-01-04 20:04+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -29,7 +29,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/live-build.7:1 #, no-wrap -msgid "2014-12-23" +msgid "2015-01-04" msgstr "" #. type: TH diff --git a/manpages/pot/lb_bootstrap.1.pot b/manpages/pot/lb_bootstrap.1.pot index 32161b921..5da72a8b7 100644 --- a/manpages/pot/lb_bootstrap.1.pot +++ b/manpages/pot/lb_bootstrap.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build 5.0~a1-1\n" -"POT-Creation-Date: 2014-12-23 22:52+0100\n" +"POT-Creation-Date: 2015-01-04 20:04+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -29,7 +29,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/live-build.7:1 #, no-wrap -msgid "2014-12-23" +msgid "2015-01-04" msgstr "" #. type: TH diff --git a/manpages/pot/lb_build.1.pot b/manpages/pot/lb_build.1.pot index aeb2584d8..0280119be 100644 --- a/manpages/pot/lb_build.1.pot +++ b/manpages/pot/lb_build.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build 5.0~a1-1\n" -"POT-Creation-Date: 2014-12-23 22:52+0100\n" +"POT-Creation-Date: 2015-01-04 20:04+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -29,7 +29,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/live-build.7:1 #, no-wrap -msgid "2014-12-23" +msgid "2015-01-04" msgstr "" #. type: TH diff --git a/manpages/pot/lb_chroot.1.pot b/manpages/pot/lb_chroot.1.pot index 83e40263c..41359777c 100644 --- a/manpages/pot/lb_chroot.1.pot +++ b/manpages/pot/lb_chroot.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build 5.0~a1-1\n" -"POT-Creation-Date: 2014-12-23 22:52+0100\n" +"POT-Creation-Date: 2015-01-04 20:04+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -29,7 +29,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/live-build.7:1 #, no-wrap -msgid "2014-12-23" +msgid "2015-01-04" msgstr "" #. type: TH diff --git a/manpages/pot/lb_clean.1.pot b/manpages/pot/lb_clean.1.pot index 25403e760..2541bab31 100644 --- a/manpages/pot/lb_clean.1.pot +++ b/manpages/pot/lb_clean.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build 5.0~a1-1\n" -"POT-Creation-Date: 2014-12-23 22:52+0100\n" +"POT-Creation-Date: 2015-01-04 20:04+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -29,7 +29,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/live-build.7:1 #, no-wrap -msgid "2014-12-23" +msgid "2015-01-04" msgstr "" #. type: TH diff --git a/manpages/pot/lb_config.1.pot b/manpages/pot/lb_config.1.pot index 6df988f85..a93734d6a 100644 --- a/manpages/pot/lb_config.1.pot +++ b/manpages/pot/lb_config.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build 5.0~a1-1\n" -"POT-Creation-Date: 2014-12-23 22:52+0100\n" +"POT-Creation-Date: 2015-01-04 20:04+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -29,7 +29,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/live-build.7:1 #, no-wrap -msgid "2014-12-23" +msgid "2015-01-04" msgstr "" #. type: TH diff --git a/manpages/pot/lb_source.1.pot b/manpages/pot/lb_source.1.pot index 9e934c298..5ce80e091 100644 --- a/manpages/pot/lb_source.1.pot +++ b/manpages/pot/lb_source.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build 5.0~a1-1\n" -"POT-Creation-Date: 2014-12-23 22:52+0100\n" +"POT-Creation-Date: 2015-01-04 20:04+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -29,7 +29,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/live-build.7:1 #, no-wrap -msgid "2014-12-23" +msgid "2015-01-04" msgstr "" #. type: TH diff --git a/manpages/pot/live-build.7.pot b/manpages/pot/live-build.7.pot index 9f843f7fe..62a6cd4eb 100644 --- a/manpages/pot/live-build.7.pot +++ b/manpages/pot/live-build.7.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build 5.0~a1-1\n" -"POT-Creation-Date: 2014-12-23 22:52+0100\n" +"POT-Creation-Date: 2015-01-04 20:04+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -29,7 +29,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/live-build.7:1 #, no-wrap -msgid "2014-12-23" +msgid "2015-01-04" msgstr "" #. type: TH -- cgit v1.2.3