Commit afda8f9d authored by Dietmar Maurer's avatar Dietmar Maurer

add Galician translation

and update jsgettext.pl to work on jessie
parent d04e3bcb
This diff is collapsed.
......@@ -23,9 +23,9 @@ my $filename = "messages.pot";
my $header = <<__EOD;
SOME DESCRIPTIVE TITLE.
Copyright (C) 20011 Proxmox Server Solutions GmbH
Copyright (C) 2011-2015 Proxmox Server Solutions GmbH
This file is distributed under the same license as the pve-manager package.
Proxmox Support Team <support\@proxmox.com>, 2011.
Proxmox Support Team <support\@proxmox.com>, 2015.
__EOD
my $ctime = scalar localtime;
......@@ -35,15 +35,15 @@ my $po = new Locale::PO(-msgid=> '',
-comment=> $header,
-fuzzy=> 1,
-msgstr=>
"Project-Id-Version: pve-manager 2.0\\n" .
"Report-Msgid-Bugs-To: <support\@proxmox.com>\\n" .
"POT-Creation-Date: $ctime\\n" .
"PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\\n" .
"Last-Translator: FULL NAME <EMAIL\@ADDRESS>\\n" .
"Language-Team: LANGUAGE <support\@proxmox.com>\\n" .
"MIME-Version: 1.0\\n" .
"Content-Type: text/plain; charset=CHARSET\\n" .
"Content-Transfer-Encoding: 8bit\\n");
"Project-Id-Version: pve-manager 2.0\n" .
"Report-Msgid-Bugs-To: <support\@proxmox.com>\n" .
"POT-Creation-Date: $ctime\n" .
"PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n" .
"Last-Translator: FULL NAME <EMAIL\@ADDRESS>\n" .
"Language-Team: LANGUAGE <support\@proxmox.com>\n" .
"MIME-Version: 1.0\n" .
"Content-Type: text/plain; charset=CHARSET\n" .
"Content-Transfer-Encoding: 8bit\n");
$href->{''} = $po;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment