~ubuntu-branches/ubuntu/raring/codeblocks/raring-proposed

« back to all changes in this revision

Viewing changes to src/i18n/source_exporter.pot

  • Committer: Bazaar Package Importer
  • Author(s): Cosme Domínguez Díaz
  • Date: 2010-08-09 04:38:38 UTC
  • mfrom: (1.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20100809043838-a59ygguym4eg0jgw
Tags: 10.05-0ubuntu1
* New upstream release. Closes (LP: #322350)
 - Switch to dpkg-source 3.0 (quilt) format
 - Remove unneeded README.source
 - Add debian/get-source-orig script that removes all
   Windows prebuilt binaries
* Bump Standards-Version to 3.9.1
 - Stop shipping *.la files
* debian/control
 - Add cdbs package as Build-Depend
 - Add libbz2-dev and zlib1g-dev packages as
   Build-Depends (needed by libhelp_plugin.so)
 - Remove dpatch package of Build-Depends
 - Add codeblocks-contrib-debug package
 - Split architecture-independent files of codeblocks
   package in codeblocks-common package
* debian/rules
 - Switch to CDBS rules system
 - Add parallel build support
 - Add a call to debian/get-source-orig script
 - Use lzma compression (saves 23,5 MB of free space)
* debian/patches
 - Refresh 01_codeblocks_plugin_path
 - Add 02_no_Makefiles_in_debian_dir to remove any link
   in codeblocks build system to deleted Makefiles of debian directory
 - Drop 02_ftbfs_gcc44 and 03_ftbfs_glib221 (merged in upstream)
* debian/watch
 - Update to use the new host (berlios.de)

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
"Report-Msgid-Bugs-To: \n"
11
 
"POT-Creation-Date: 2006-08-18 18:38+0200\n"
12
 
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
 
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
 
"Language-Team: LANGUAGE <LL@li.org>\n"
15
 
"MIME-Version: 1.0\n"
16
 
"Content-Type: text/plain; charset=CHARSET\n"
17
 
"Content-Transfer-Encoding: 8bit\n"
18
 
 
19
 
#: ../plugins/contrib/source_exporter/exporter.cpp:46
20
 
msgid "Source Exporter"
21
 
msgstr ""
22
 
 
23
 
#: ../plugins/contrib/source_exporter/exporter.cpp:48
24
 
msgid ""
25
 
"Plugin to export syntax highlighted source files to HTML, RTF, ODT or PDF."
26
 
msgstr ""
27
 
 
28
 
#: ../plugins/contrib/source_exporter/exporter.cpp:52
29
 
msgid ""
30
 
"Code::Blocks Development Team\n"
31
 
"wxPdfDocument Development Team"
32
 
msgstr ""
33
 
 
34
 
#: ../plugins/contrib/source_exporter/exporter.cpp:83
35
 
msgid "File"
36
 
msgstr ""
37
 
 
38
 
#: ../plugins/contrib/source_exporter/exporter.cpp:102
39
 
msgid "Print"
40
 
msgstr ""
41
 
 
42
 
#: ../plugins/contrib/source_exporter/exporter.cpp:112
43
 
msgid "As &HTML..."
44
 
msgstr ""
45
 
 
46
 
#: ../plugins/contrib/source_exporter/exporter.cpp:112
47
 
msgid "Exports the current file to HTML"
48
 
msgstr ""
49
 
 
50
 
#: ../plugins/contrib/source_exporter/exporter.cpp:113
51
 
msgid "As &RTF..."
52
 
msgstr ""
53
 
 
54
 
#: ../plugins/contrib/source_exporter/exporter.cpp:113
55
 
msgid "Exports the current file to RTF"
56
 
msgstr ""
57
 
 
58
 
#: ../plugins/contrib/source_exporter/exporter.cpp:114
59
 
msgid "As &ODT..."
60
 
msgstr ""
61
 
 
62
 
#: ../plugins/contrib/source_exporter/exporter.cpp:114
63
 
msgid "Exports the current file to ODT"
64
 
msgstr ""
65
 
 
66
 
#: ../plugins/contrib/source_exporter/exporter.cpp:115
67
 
msgid "As &PDF..."
68
 
msgstr ""
69
 
 
70
 
#: ../plugins/contrib/source_exporter/exporter.cpp:115
71
 
msgid "Exports the current file to PDF"
72
 
msgstr ""
73
 
 
74
 
#: ../plugins/contrib/source_exporter/exporter.cpp:117
75
 
msgid "&Export"
76
 
msgstr ""
77
 
 
78
 
#: ../plugins/contrib/source_exporter/exporter.cpp:162
79
 
msgid "HTML files|*.html;*.htm"
80
 
msgstr ""
81
 
 
82
 
#: ../plugins/contrib/source_exporter/exporter.cpp:168
83
 
msgid "RTF files|*.rtf"
84
 
msgstr ""
85
 
 
86
 
#: ../plugins/contrib/source_exporter/exporter.cpp:175
87
 
msgid "ODT files|*.odt"
88
 
msgstr ""
89
 
 
90
 
#: ../plugins/contrib/source_exporter/exporter.cpp:181
91
 
msgid "PDF files|*.pdf"
92
 
msgstr ""
93
 
 
94
 
#: ../plugins/contrib/source_exporter/exporter.cpp:193
95
 
msgid "Choose the filename"
96
 
msgstr ""
97
 
 
98
 
#: ../plugins/contrib/source_exporter/wxPdfDocument/src/pdfcolor.cpp:249
99
 
msgid "SetDrawColor: Undefined spot color: "
100
 
msgstr ""
101
 
 
102
 
#: ../plugins/contrib/source_exporter/wxPdfDocument/src/pdfcolor.cpp:320
103
 
msgid "SetFillColor: Undefined spot color: "
104
 
msgstr ""
105
 
 
106
 
#: ../plugins/contrib/source_exporter/wxPdfDocument/src/pdfcolor.cpp:375
107
 
msgid "SetTextColor: Undefined spot color: "
108
 
msgstr ""