aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/translations
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2012-01-08 13:17:34 +0100
committerKevin Chabowski <kevin@kch42.de>2012-01-08 13:17:34 +0100
commit39321547c697cb95c8259595426f74ff0ac551ba (patch)
tree92121109a4520e66e852a309428c85c0c7b0941c /ratatoeskr/translations
parentfbc25b825c26eea168d24c5ec6df971eba650d70 (diff)
downloadratatoeskr-cms-39321547c697cb95c8259595426f74ff0ac551ba.tar.gz
ratatoeskr-cms-39321547c697cb95c8259595426f74ff0ac551ba.tar.bz2
ratatoeskr-cms-39321547c697cb95c8259595426f74ff0ac551ba.zip
Repo administration and indtall from repo added.
Diffstat (limited to 'ratatoeskr/translations')
-rw-r--r--ratatoeskr/translations/en.php22
1 files changed, 21 insertions, 1 deletions
diff --git a/ratatoeskr/translations/en.php b/ratatoeskr/translations/en.php
index fb96479..26c6488 100644
--- a/ratatoeskr/translations/en.php
+++ b/ratatoeskr/translations/en.php
@@ -224,7 +224,27 @@ $translation = array(
"plugins_activated" => "Plugins activated.",
"plugins_deactivated" => "Plugins deactivated.",
"successfully_updated_plugins" => "These plugins were updated: [[PLUGINS]]",
- "nothing_to_update" => "Nothing to update."
+ "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."
);
?>