forked from mAAdhaTTah/wordpress-github-sync
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwordpress-github-sync.pot
More file actions
224 lines (172 loc) · 4.56 KB
/
Copy pathwordpress-github-sync.pot
File metadata and controls
224 lines (172 loc) · 4.56 KB
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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
# Copyright (C) 2015 WordPress GitHub Sync
# This file is distributed under the same license as the WordPress GitHub Sync package.
msgid ""
msgstr ""
"Project-Id-Version: WordPress GitHub Sync 1.1.1\n"
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-github-sync\n"
"POT-Creation-Date: 2015-09-12 16:19:55+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2015-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
#: lib/admin.php:30
msgid "GitHub hostname"
msgstr ""
#: lib/admin.php:33
msgid "The GitHub host to use. Can be changed to support a GitHub Enterprise installation."
msgstr ""
#: lib/admin.php:38
msgid "Repository"
msgstr ""
#: lib/admin.php:41
msgid "The GitHub repository to commit to, with owner (<code>[OWNER]/[REPOSITORY]</code>), e.g., <code>benbalter/benbalter.github.com</code>. The repository should contain an initial commit."
msgstr ""
#: lib/admin.php:46
msgid "Oauth Token"
msgstr ""
#: lib/admin.php:49
msgid "A <a href='https://github.com/settings/tokens/new'>personal oauth token</a> with <code>public_repo</code> scope."
msgstr ""
#: lib/admin.php:54
msgid "Webhook Secret"
msgstr ""
#: lib/admin.php:57
msgid "The webhook's secret phrase."
msgstr ""
#: lib/admin.php:79
msgid "Export to GitHub started."
msgstr ""
#: lib/admin.php:86
msgid "Export to GitHub failed with error:"
msgstr ""
#: lib/admin.php:93 lib/export.php:135
msgid "Export to GitHub completed successfully."
msgstr ""
#: lib/admin.php:104 views/options.php:2
msgid "WordPress <--> GitHub Sync"
msgstr ""
#: lib/admin.php:104
msgid "GitHub Sync"
msgstr ""
#: lib/cli.php:43 lib/cli.php:78
msgid "Invalid user ID"
msgstr ""
#: lib/cli.php:49 wp-github-sync.php:191
msgid "Starting full export to GitHub."
msgstr ""
#: lib/cli.php:52
msgid "Exporting post ID to GitHub: "
msgstr ""
#: lib/cli.php:55
msgid "Invalid post ID"
msgstr ""
#: lib/cli.php:83 wp-github-sync.php:203
msgid "Starting import from GitHub."
msgstr ""
#: lib/controller.php:63
msgid " is an invalid repository."
msgstr ""
#: lib/controller.php:77
msgid "Not on the master branch."
msgstr ""
#: lib/controller.php:88 lib/controller.php:145
msgid "Already synced this commit."
msgstr ""
#: lib/controller.php:100
msgid "Failed getting commit with error: "
msgstr ""
#: lib/controller.php:123
msgid "Payload processed"
msgstr ""
#: lib/controller.php:139
msgid "Failed getting last commit with error: "
msgstr ""
#: lib/controller.php:161
msgid "Export locked. Terminating."
msgstr ""
#: lib/export.php:59
msgid "Failed getting tree with error: "
msgstr ""
#: lib/export.php:63
msgid "Building the tree."
msgstr ""
#: lib/export.php:87
msgid "Saving the shas."
msgstr ""
#: lib/export.php:99
msgid "There were no changes, so no additional commit was added."
msgstr ""
#: lib/export.php:109
msgid "Error exporting to GitHub. Error: "
msgstr ""
#: lib/export.php:124
msgid "No sha matched for post ID "
msgstr ""
#: lib/import.php:31
msgid "Failed getting recursive tree with error: "
msgstr ""
#: lib/import.php:40
msgid "Imported tree "
msgstr ""
#: lib/import.php:106
msgid "Updated blob "
msgstr ""
#: lib/tree.php:46
msgid "Tree not initialized"
msgstr ""
#: lib/tree.php:215
msgid "Creating the tree."
msgstr ""
#: lib/tree.php:222
msgid "Creating the commit."
msgstr ""
#: lib/tree.php:229
msgid "Setting the master branch to our new commit."
msgstr ""
#: lib/tree.php:286
msgid "Skipping README"
msgstr ""
#: lib/tree.php:295
msgid "Already synced blob "
msgstr ""
#: lib/tree.php:304
msgid "Failed getting blob with error: "
msgstr ""
#: lib/tree.php:314
msgid "No front matter on blob "
msgstr ""
#: views/options.php:8
msgid "Webhook callback"
msgstr ""
#: views/options.php:12
msgid "Bulk actions"
msgstr ""
#: views/options.php:14
msgid "Export to GitHub"
msgstr ""
#: views/options.php:15
msgid "Import from GitHub"
msgstr ""
#: wp-github-sync.php:152
msgid "Failed to validate secret."
msgstr ""
#: wp-github-sync.php:232
msgid "To set up your site to sync with GitHub, update your <a href=\"%s\">settings</a> and click \"Export to GitHub.\""
msgstr ""
#. Plugin Name of the plugin/theme
msgid "WordPress GitHub Sync"
msgstr ""
#. Plugin URI of the plugin/theme
msgid "https://github.com/benbalter/wordpress-github-sync"
msgstr ""
#. Description of the plugin/theme
msgid "A WordPress plugin to sync content with a GitHub repository (or Jekyll site)"
msgstr ""
#. Author of the plugin/theme
msgid "Ben Balter, James DiGioia"
msgstr ""
#. Author URI of the plugin/theme
msgid "http://ben.balter.com"
msgstr ""