aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/translations/en.php
blob: 26c6488731e241f48b8bc3da393068dca3dc75b0 (plain)
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
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
<?php

$translation = array(
	"username" => "Username",
	"password" => "Password",
	"login_form_header" => "Login",
	"login_form_button" => "Login",
	"login_background_image" => "Background image: <a href=\"[[URL]]\">[[FILENAME]]</a> by [[AUTHOR]]. License: [[LICENSE]]",
	"login_failed" => "Login failed (Username/Password is wrong or you are not an admin).",
	"logout" => "Logout",
	"section_admin" => "Administration",
	"section_content" => "Content",
	"section_design" => "Design",
	"section_plugins" => "Plugins",
	"menu_articles" => "Articles",
	"menu_comments" => "Comments",
	"menu_images" => "Images",
	"menu_languages" => "Languages",
	"menu_newarticles" => "New Article",
	"menu_pagesections" => "Page Sections",
	"menu_plugin_repos" => "Plugin Repositories",
	"menu_plugininstall" => "Install Plugin",
	"menu_pluginlist" => "Plugin List",
	"menu_settings" => "Settings",
	"menu_styles" => "Styles",
	"menu_tags" => "Tags",
	"menu_templates" => "Templates",
	"menu_users_groups" => "Users / Groups",
	"new_article" => "New Article",
	"articleedit_title" => "Article Title",
	"articleedit_content" => "Content",
	"articleedit_excerpt" => "Excerpt",
	"comment_form_name" => "Your name",
	"comment_form_mail" => "Your E-Mailaddress",
	"comment_form_text" => "Your comment (Markdown format)",
	"page_prev" => "&lt;-- previous page",
	"page_next" => "next page --&gt;",
	"e404_details" => "The page [[URL]] could not be found. Sorry.",
	"author_name_missing" => "No author name given.",
	"author_email_missing" => "No author E-Mailaddress given.",
	"comment_text_missing" => "An empty comment can not be posted.",
	"comment_form_invalid" => "The comment form is invalid.",
	"comment_too_fast" => "This comment was written too fast. Are you a spambot?",
	"article_other_languages" => "This article in other languages: ",
	"save_texts_as_lang" => "Save texts as language",
	"settings_meta" => "Settings / Metadata",
	"urlname" => "Unique URL name",
	"tags_cs" => "Tags (comma seperated)",
	"date_time" => "Date / Time",
	"article_status" => "Article Status",
	"article_status_hidden" => "Hidden",
	"article_status_live" => "Live",
	"article_status_sticky" => "Sticky",
	"article_section" => "Section",
	"invalid_urlname" => "Invalid URL name (Can contain a-z A-Z 0-9 - and _)",
	"invalid_article_status" => "Invalid article status",
	"unknown_txtproc" => "Unknown Textprocessor",
	"invalid_date" => "Invalid date",
	"article_edit_error" => "Could not edit article.",
	"unknown_section" => "Unknown section",
	"allow_comments" => "Allow comments?",
	"article_name_already_in_use" => "Article name is already in use.",
	"article_save_success" => "Article successfully saved.",
	"delete_tag_pagetitle" => "Delete \"[[TAGNAME]]\"",
	"delete_comment_question" => "Do you want to delete this tag?",
	"tag_deleted" => "Tag was deleted.",
	"back_to_tags" => "Go back to Content::Tags",
	"create_new_tag" => "Create a new Tag",
	"new_tag_name" => "Name",
	"tags_overview" => "Tag Overview",
	"tag_name" => "Tag name",
	"yes" => "Yes",
	"no" => "No",
	"tag_add_lang" => "Add translation",
	"language_unknown" => "Unknown language",
	"no_translation_text_given" => "No translation text given.",
	"translation_added_successfully" => "Translation added successfully.",
	"tag_translation_added" => "Translation added.",
	"invalid_tag_name" => "Invalid tag name. A tag name can not contain commas (,) or spaces ( ) and must not be empty.",
	"tag_name_already_in_use" => "Tag name already in use.",
	"tag_created_successfully" => "Tag created successfully.",
	"tag_titles_edited_successfully" => "Tag titles changed successfully.",
	"available_languages" => "Available languages",
	"tags" => "Tags",
	"section" => "Section",
	"no_articles" => "No articles stored.",
	"delete" => "Delete",
	"articles_deleted" => "Articles deleted.",
	"sort_asc" => "ascending",
	"sort_desc" => "descending",
	"filter" => "Filter",
	"filter_urlname" => "by URL name",
	"filter_tag" => "by tag",
	"filter_section" => "by section",
	"image_upload" => "Upload a new image",
	"img_upload_name" => "Name",
	"img_upload_name_leave_empty" => "(Leave empty for default filename)",
	"image_preview" => "Preview",
	"image_name" => "Name",
	"image_getmarkup" => "Embed code",
	"no_images" => "No images stored.",
	"upload_failed" => "Upload failed.",
	"unknown_file_format" => "Unknown file format.",
	"upload_success" => "Upload successful",
	"images_deleted" => "Images deleted.",
	"generate_embed_code" => "Generate embed code.",
	"image_alt" => "Alternative Title",
	"embed_code" => "Embed code",
	"was_read" => "Read?",
	"article" => "Article",
	"visible" => "Visible",
	"comment_excerpt" => "Comment (excerpt)",
	"no_comments" => "No comments available.",
	"read_more" => "Read more",
	"language" => "Language",
	"author" => "Author",
	"filter_article" => "by Article",
	"commentaction_make_invisible" => "Make invisible",
	"commentaction_make_visible" => "Make visible",
	"commentaction_mark_read" => "Mark as read",
	"commentaction_mark_unread" => "Mark as unread",
	"comments_successfully_deleted" => "Comments sucessfully deleted.",
	"comments_successfully_marked_read" => "Comments successfully marked as read.",
	"comments_successfully_marked_unread" => "Comments successfully marked as unread.",
	"comments_successfully_made_visible" => "Comments successfully made visible.",
	"comments_successfully_made_invisible" => "Comments successfully made invisible.",
	"unknown_action" => "Unknown action.",
	"comment_successfully_deleted" => "Comment sucessfully deleted.",
	"comment_successfully_made_visible" => "Comment successfully made visible.",
	"comment_successfully_made_invisible" => "Comment successfully made invisible.",
	"comment_perform_action" => "Perform an action on this comment",
	"comment_text" => "Comment Text",
	"comment_text_raw" => "Comment Text (raw)",
	"new_template" => "New Template",
	"template" => "Template",
	"template_name" => "Template name",
	"template_code" => "Template code",
	"templates_successfully_deleted" => "Templates successfully deleted",
	"invalid_template_name" => "Invalid template name. Valid template names are at least 1 character long and only contains letters, numbers, underscores(_), hyphens(-) and dots(.)",
	"could_not_compile_template" => "Could not compile template. Reason: ",
	"template_successfully_saved" => "Template successfully saved.",
	"style" => "Style",
	"new_style" => "New style",
	"style_name" => "Style name",
	"style_code" => "Style code",
	"styles_successfully_deleted" => "Styles successfully deleted",
	"invalid_style_name" => "Invalid style name. Valid style names are at least 1 character long and only contains letters, numbers, underscores(_), hyphens(-) and dots(.)",
	"style_successfully_saved" => "Style successfully saved.",
	"new_section" => "New Section",
	"section_name" => "Section name",
	"section_is_default" => "Is default",
	"styles" => "Styles",
	"make_default" => "Make default",
	"set_template" => "Set template",
	"add_style" => "Add style",
	"section_already_exists" => "Section already exists.",
	"unknown_template" => "Unknown template",
	"invalid_section_name" => "Invalid section name. Valid section names are at least 1 character long and only contains letters, numbers, underscores(_) and hyphens(-)",
	"section_title" => "Title",
	"set_title" => "Set Title",
	"section_created_successfully" => "Section created",
	"style_removed" => "Style removed",
	"remove" => "Remove",
	"cannot_delete_default_section" => "Can not delete default section.",
	"section_successfully_deleted" => "Section successfully deleted.",
	"default_section_changed_successfully" => "Default section changed successfully.",
	"successfully_added_style" => "Successfully added style.",
	"successfully_set_section_title" => "Successfully set title.",
	"successfully_set_template" => "Successfully set template.",
	"comment_textprocessor" => "Textprocessor for comments",
	"language_settings" => "Language settings",
	"language_code" => "Language code",
	"default_language" => "Default language",
	"add_language" => "Add language",
	"comment_auto_visible" => "Make comments visible automatically",
	"comment_settings" => "Comment settings",
	"comment_settings_successfully_saved" => "Comment settings successfully saved",
	"cannot_delete_default_language" => "Can not delete default language.",
	"language_successfully_deleted" => "Language successfully deleted.",
	"successfully_set_default_language" => "Successfully set default language.",
	"language_successfully_added" => "Language successfully added.",
	"new_user" => "New user",
	"initial_password" => "Initial password",
	"new_group" => "New Group",
	"groupname" => "Group name",
	"users" => "Users",
	"groups" => "Groups",
	"group" => "Group",
	"member_of_groups" => "Member of these groups",
	"cannot_delete_admin_group" => "Can not delete admin group.",
	"successfully_deleted_groups" => "Successfully deleted groups.",
	"empty_group_name" => "Can not create group: Empty group name.",
	"group_already_exists" => "Group already exists.",
	"successfully_created_group" => "Successfully created group.",
	"empty_username" => "Can not create user: Empty username.",
	"user_already_exists" => "User already exists.",
	"successfully_created_user" => "Successfully created user.",
	"cannot_delete_yourself" => "You can not delete yourself.",
	"successfully_deleted_users" => "Successfully deleted users.",
	"fullname" => "Full name",
	"mail_address" => "Mail Address",
	"new_password" => "New password",
	"successfully_modified_user" => "Successfully modified user.",
	"successfully_set_new_password" => "Successfully set new password.",
	"plugin_name" => "Name",
	"plugin_version" => "Version",
	"plugin_isactive" => "Active",
	"plugin_description" => "Description",
	"plugin_author" => "Author",
	"plugin_web" => "Web",
	"plugin_help" => "Help",
	"plugin_update" => "Update",
	"plugin_activate" => "Activate",
	"plugin_deactivate" => "Deactivate",
	"no_plugins" => "No plugins installed",
	"install_from_package" => "Install from package",
	"invalid_package" => "Invalid package",
	"incompatible_plugin" => "This plugin is not comatible wit this version of Ratatöskr. It requires the API version [[API]] or a compatible one.",
	"plugin_safety_warning" => "<strong>Never</strong> install plugins you do not trust! Plugins have a lot of power and could potentially destroy your Ratatöskr installation!",
	"plugin_src" => "Source code",
	"license" => "License",
	"plugin_installed_successfully" => "Plugin successfully installed.",
	"successfully_deleted_plugins" => "Successfully deleted plugins.",
	"plugins_activated" => "Plugins activated.",
	"plugins_deactivated" => "Plugins deactivated.",
	"successfully_updated_plugins" => "These plugins were updated: [[PLUGINS]]",
	"nothing_to_update" => "Nothing to update.",
	"add_repo" => "Add a repository",
	"repo_baseurl" => "Repository base URL",
	"repo_list" => "Repository List",
	"repo_name" => "Name",
	"repo_description" => "Description",
	"no_repos" => "No repositories found.",
	"force_repo_refresh" => "Force refresh",
	"successfully_added_repo" => "Successfully added repository.",
	"repository_unreachable_or_invalid" => "Repository is unreachable or is invalid.",
	"repos_deleted" => "Repositories deleted.",
	"successfully_refreshed_repos" => "Successfully refreshed.",
	"repo_refresh_failed_on" => "Repository refresh failed on these repositories: [[REPOS]]",
	"no_repos_add_some" => "No repositories found. You should <a href=\"[[URL]]\">add some repositories</a>.",
	"install_from_repo" => "Install from repository",
	"search" => "Search",
	"repo_plugin_search_in" => "Search in",
	"search_in_all_repos" => "all repositories",
	"repo" => "Repository",
	"install" => "Install",
	"package_or_repo_not_found" => "Package or repository not found."
);

?>