source: budgetingplugin/trunk/ticketbudgeting/locale/messages.pot

Last change on this file was 10200, checked in by Franz, 12 years ago

initial commit for BudgetingPlugin

File size: 1.9 KB
Line 
1# Translations template for XMail-Plugin.
2# Copyright (C) 2010 ORGANIZATION
3# This file is distributed under the same license as the
4# XMail project.
5# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
6#
7# copied from TracSubTicketsPlugin project, see
8# http://trac.edgewall.org/attachment/wiki/CookBook/PluginL10N/trac-subtickets-plugin_i18n-l10n.patch
9#, fuzzy
10msgid ""
11msgstr ""
12"Project-Id-Version: XMail 0.0.x\n"
13"POT-Creation-Date: 2010-05-04 01:38+0200\n"
14"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
15"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
16"Language-Team: LANGUAGE <trac-dev@googlegroups.com>\n"
17"MIME-Version: 1.0\n"
18"Content-Type: text/plain; charset=utf-8\n"
19"Content-Transfer-Encoding: 8bit\n"
20"Generated-By: Babel 1.0dev-r482\n"
21
22msgid "Budget Estimation"
23msgstr ""
24
25msgid "Add a new row"
26msgstr ""
27
28msgid "Person"
29msgstr ""
30
31msgid "Type"
32msgstr ""
33
34msgid "Estimation"
35msgstr ""
36
37msgid "Cost"
38msgstr ""
39
40msgid "State"
41msgstr ""
42
43msgid "Comment"
44msgstr ""
45
46msgid "Budget in hours"
47msgstr ""
48
49msgid "in hours"
50msgstr ""
51
52msgid "report_title_90"
53msgstr "[budget] All tickets"
54
55msgid "report_description_90"
56msgstr ""
57"{{{#!th width='50%'\n"
58"'''Description'''\n"
59"}}}\n"
60"{{{#!th width='50%'\n"
61"'''Example'''\n"
62"}}}\n"
63"|----------------\n"
64"{{{#!td width='50%'\n"
65"All tickets with budget data filtered by milestone, component and owner \n"
66"(by default the values are '%' for milestone and component; and logged in user for owner). \n"
67"Results will initially be sorted by milestones. Tickets with more cost than estimation will be displayed with orange background.\n"
68"\n"
69"MILESTONE, COMPONENT and OWNER can be filtered by wildcards (%). "
70"OWNER will also search for username in budget table.\n"
71"}}}\n"
72"{{{#!td width='50%'\n"
73"{{{\n"
74"COMPONENT: %\n"
75"MILESTONE: 4.%\n"
76"OWNER:     unassigned\n"
77"}}}\n"
78"}}}\n"
Note: See TracBrowser for help on using the repository browser.