1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
|
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-02 13:40-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: indicator-stickynotes.py:58
msgid "Error reading data file. Do you want to backup the current data?"
msgstr ""
#: indicator-stickynotes.py:63
msgid "Backup"
msgstr ""
#: indicator-stickynotes.py:83 indicator-stickynotes.py:262
#: StickyNotes.glade:33 indicator-stickynotes-i18n.desktop.in:5
msgid "Sticky Notes"
msgstr ""
#: indicator-stickynotes.py:86 StickyNotes.glade:88
msgid "New Note"
msgstr ""
#: indicator-stickynotes.py:95
msgid "Show All"
msgstr ""
#: indicator-stickynotes.py:100
msgid "Hide All"
msgstr ""
#: indicator-stickynotes.py:109
msgid "Lock All"
msgstr ""
#: indicator-stickynotes.py:114
msgid "Unlock All"
msgstr ""
#: indicator-stickynotes.py:123 indicator-stickynotes.py:192
msgid "Export Data"
msgstr ""
#: indicator-stickynotes.py:128 indicator-stickynotes.py:218
msgid "Import Data"
msgstr ""
#: indicator-stickynotes.py:137
msgid "About"
msgstr ""
#: indicator-stickynotes.py:142 GlobalDialogs.glade:89 stickynotes/gui.py:223
msgid "Settings"
msgstr ""
#: indicator-stickynotes.py:151
msgid "Quit"
msgstr ""
#: indicator-stickynotes.py:206
msgid "Please choose a different destination for the backup file."
msgstr ""
#: indicator-stickynotes.py:232
msgid "Error importing data."
msgstr ""
#: GlobalDialogs.glade:8
msgid "About Indicator Stickynotes"
msgstr ""
#: GlobalDialogs.glade:15
msgid ""
"Please report bugs, contribute translations, and make suggestions on the "
"Launchpad homepage below.\n"
"\n"
"Keyboard shortcuts:\n"
"Ctrl + W: Delete note\n"
"Ctrl + L: Lock note\n"
"Ctrl + N: New note"
msgstr ""
#: GlobalDialogs.glade:145 GlobalDialogs.glade:147
msgid "New"
msgstr ""
#: GlobalDialogs.glade:201
msgid "_Categories"
msgstr ""
#: SettingsCategory.glade:23
msgid "Background Color"
msgstr ""
#: SettingsCategory.glade:35
msgid "Text Color"
msgstr ""
#: SettingsCategory.glade:48
msgid "Pick a Background Color"
msgstr ""
#: SettingsCategory.glade:62
msgid "Pick a Text Color"
msgstr ""
#: SettingsCategory.glade:76
msgid "Name"
msgstr ""
#: SettingsCategory.glade:100
msgid "Font"
msgstr ""
#: SettingsCategory.glade:133
msgid "Make Default Category"
msgstr ""
#: SettingsCategory.glade:135
msgid "Make Default"
msgstr ""
#: SettingsCategory.glade:149 SettingsCategory.glade:151 StickyNotes.glade:54
msgid "Delete"
msgstr ""
#: SettingsCategory.glade:174 stickynotes/gui.py:242 stickynotes/gui.py:332
#: stickynotes/gui.py:353
msgid "New Category"
msgstr ""
#: stickynotes/gui.py:218
msgid "Always on top"
msgstr ""
#: stickynotes/gui.py:234
msgid "Categories:"
msgstr ""
#: stickynotes/gui.py:264
msgid "Are you sure you want to delete this note?"
msgstr ""
#: stickynotes/gui.py:296
msgid "Unlock"
msgstr ""
#: stickynotes/gui.py:297
msgid "Lock"
msgstr ""
#: stickynotes/gui.py:355
msgid "Default Category"
msgstr ""
#: stickynotes/gui.py:362
msgid "Are you sure you want to delete this category?"
msgstr ""
#: indicator-stickynotes-i18n.desktop.in:4
msgid "Indicator Stickynotes"
msgstr ""
#: indicator-stickynotes-i18n.desktop.in:6
msgid "Write reminders on notes"
msgstr ""
|