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
213 lines (164 loc) · 4.87 KB
/
Copy pathwordpress-github-sync.pot
File metadata and controls
213 lines (164 loc) · 4.87 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
# 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.3.4\n"
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-github-sync\n"
"POT-Creation-Date: 2015-11-08 22:00:38+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:40
msgid "GitHub hostname"
msgstr ""
#: lib/admin.php:43
msgid "The GitHub host to use. Can be changed to support a GitHub Enterprise installation."
msgstr ""
#: lib/admin.php:48
msgid "Repository"
msgstr ""
#: lib/admin.php:51
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:56
msgid "Oauth Token"
msgstr ""
#: lib/admin.php:59
msgid "A <a href='https://github.com/settings/tokens/new'>personal oauth token</a> with <code>public_repo</code> scope."
msgstr ""
#: lib/admin.php:64
msgid "Webhook Secret"
msgstr ""
#: lib/admin.php:67
msgid "The webhook's secret phrase."
msgstr ""
#: lib/admin.php:72
msgid "Default Import User"
msgstr ""
#: lib/admin.php:75
msgid "The fallback user for import, in case WordPress <--> GitHub Sync cannot find the committer in the database."
msgstr ""
#: lib/admin.php:108
msgid "Export to GitHub started."
msgstr ""
#: lib/admin.php:115
msgid "Export to GitHub failed with error:"
msgstr ""
#: lib/admin.php:122 lib/export.php:201 lib/export.php:235
msgid "Export to GitHub completed successfully."
msgstr ""
#: lib/admin.php:134 views/options.php:9
msgid "WordPress <--> GitHub Sync"
msgstr ""
#: lib/admin.php:135
msgid "GitHub Sync"
msgstr ""
#: lib/cli.php:51 lib/cli.php:93
msgid "Invalid user ID"
msgstr ""
#: lib/cli.php:57 wp-github-sync.php:182
msgid "Starting full export to GitHub."
msgstr ""
#: lib/cli.php:62
msgid "Exporting post ID to GitHub: %d"
msgstr ""
#: lib/cli.php:68
msgid "Invalid post ID"
msgstr ""
#: lib/cli.php:98 wp-github-sync.php:194
msgid "Starting import from GitHub."
msgstr ""
#: lib/client/base.php:84
msgid "WordPress-GitHub-Sync needs an auth token. Please update your settings."
msgstr ""
#: lib/client/base.php:93
msgid "WordPress-GitHub-Sync needs a repository. Please update your settings."
msgstr ""
#: lib/client/base.php:102
msgid "WordPress-GitHub-Sync needs a properly formed repository. Please update your settings."
msgstr ""
#: lib/client/persist.php:23
msgid "There were no changes, so no additional commit was added."
msgstr ""
#: lib/controller.php:39 lib/controller.php:86 lib/controller.php:114
#: lib/controller.php:148 lib/controller.php:176
msgid "%s : Semaphore is locked, import/export already in progress."
msgstr ""
#: lib/controller.php:46
msgid "Failed to validate secret."
msgstr ""
#: lib/controller.php:56
msgid "%s is an invalid repository."
msgstr ""
#: lib/database.php:62
msgid "Querying for supported posts returned no results."
msgstr ""
#: lib/database.php:88
msgid "Post ID %s is not supported by WPGHS. See wiki to find out how to add support."
msgstr ""
#: lib/database.php:119
msgid "Post for sha %s not found."
msgstr ""
#: lib/database.php:184
msgid "Successfully saved posts."
msgstr ""
#: lib/database.php:223
msgid "Post not found for path %s."
msgstr ""
#: lib/database.php:241
msgid "Failed to delete post ID %d."
msgstr ""
#: lib/database.php:249
msgid "Successfully deleted post ID %d."
msgstr ""
#: lib/database.php:340
msgid "Commit user not found for email %s"
msgstr ""
#: lib/database.php:413
msgid "No change for post ID %d."
msgstr ""
#: lib/database.php:421
msgid "Successfully updated post ID %d."
msgstr ""
#: lib/import.php:70
msgid "Payload processed"
msgstr ""
#: lib/import.php:95 lib/payload.php:58
msgid "Already synced this commit."
msgstr ""
#: lib/payload.php:53
msgid "Not on the master branch."
msgstr ""
#: views/options.php:16
msgid "Webhook callback"
msgstr ""
#: views/options.php:20
msgid "Bulk actions"
msgstr ""
#: views/options.php:23
msgid "Export to GitHub"
msgstr ""
#: views/options.php:26
msgid "Import from GitHub"
msgstr ""
#: wp-github-sync.php:223
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/mAAdhaTTah/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 "James DiGioia, Ben Balter"
msgstr ""
#. Author URI of the plugin/theme
msgid "http://jamesdigioia.com"
msgstr ""