• R/O
  • SSH
  • HTTPS

rbphoto: Commit


Commit MetaInfo

Revisão37 (tree)
Hora2008-08-04 00:53:17
Autortach

Mensagem de Log

add license and import gettext

Mudança Sumário

Diff

--- rbphoto/trunk/po/ja.po (nonexistent)
+++ rbphoto/trunk/po/ja.po (revision 37)
@@ -0,0 +1,20 @@
1+# Japanese translations for PACKAGE package
2+# PACKAGE パッケージに対する英訳.
3+# Copyright (C) 2008 THE PACKAGE'S COPYRIGHT HOLDER
4+# This file is distributed under the same license as the PACKAGE package.
5+# Taku YASUI <tach@arege.net>, 2008.
6+#
7+msgid ""
8+msgstr ""
9+"Project-Id-Version: PACKAGE VERSION\n"
10+"POT-Creation-Date: 2008-08-03 23:58+0900\n"
11+"PO-Revision-Date: 2008-08-03 23:59+0900\n"
12+"Last-Translator: Taku YASUI <tach@arege.net>\n"
13+"Language-Team: Japanese\n"
14+"MIME-Version: 1.0\n"
15+"Content-Type: text/plain; charset=UTF-8\n"
16+"Content-Transfer-Encoding: 8bit\n"
17+"Plural-Forms: nplurals=1; plural=0;\n"
18+
19+msgid "copy/move photos with datedir"
20+msgstr "日付ディレクトリ以下にコピー・移動する"
--- rbphoto/trunk/po/Makefile (nonexistent)
+++ rbphoto/trunk/po/Makefile (revision 37)
@@ -0,0 +1,21 @@
1+#!/usr/bin/make
2+
3+NAME = rbphoto
4+LANG = ja
5+POFILES = $(patsubst %, %.po, $(LANG))
6+MOFILES = $(patsubst %, %.mo, $(LANG))
7+TARGETMO = $(patsubst %, /usr/share/locale/%/LC_MESSAGES/rbphoto.mo, $(LANG))
8+
9+mo: $(MOFILES)
10+update: $(POFILES)
11+clean:
12+ -rm -f *.mo
13+
14+install: $(MOFILES)
15+ for mo in $^; do install -m 644 $$mo $(DESTDIR)/usr/share/locale/`basename $$mo .mo`/LC_MESSAGES/rbphoto.mo; done
16+
17+%.po: $(NAME).pot
18+ msgmerge -U $@ $<
19+
20+%.mo: %.po
21+ msgfmt $< -o $@
--- rbphoto/trunk/po/rbphoto.pot (nonexistent)
+++ rbphoto/trunk/po/rbphoto.pot (revision 37)
@@ -0,0 +1,20 @@
1+# SOME DESCRIPTIVE TITLE.
2+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3+# This file is distributed under the same license as the PACKAGE package.
4+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+#
6+#, fuzzy
7+msgid ""
8+msgstr ""
9+"Project-Id-Version: PACKAGE VERSION\n"
10+"POT-Creation-Date: 2008-08-03 23:58+0900\n"
11+"PO-Revision-Date: 2008-08-03 23:58+0900\n"
12+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13+"Language-Team: LANGUAGE <LL@li.org>\n"
14+"MIME-Version: 1.0\n"
15+"Content-Type: text/plain; charset=UTF-8\n"
16+"Content-Transfer-Encoding: 8bit\n"
17+"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
18+
19+msgid "copy/move photos with datedir"
20+msgstr ""
Show on old repository browser