Blame view

sources/apps/firstrunwizard/l10n/en_GB.php 1.3 KB
42e4f8d60   Kload   add all apps
1
2
3
4
5
6
7
8
9
10
11
  <?php $TRANSLATIONS = array(
  "Welcome to ownCloud" => "Welcome to ownCloud",
  "Your personal web services. All your files, contacts, calendar and more, in one place." => "Your personal web services. All your files, contacts, calendar and more, in one place.",
  "Get the apps to sync your files" => "Get the apps to sync your files",
  "Connect your desktop apps to ownCloud" => "Connect your desktop apps to ownCloud",
  "Connect your Calendar" => "Connect your Calendar",
  "Connect your Contacts" => "Connect your Contacts",
  "Access files via WebDAV" => "Access files via WebDAV",
  "There’s more information in the <a target=\"_blank\" href=\"%s\">documentation</a> and on our <a target=\"_blank\" href=\"http://owncloud.org\">website</a>." => "There’s more information in the <a target=\"_blank\" href=\"%s\">documentation</a> and on our <a target=\"_blank\" href=\"http://owncloud.org\">website</a>.",
  "If you like ownCloud, <a href=\"mailto:?subject=ownCloud&body=ownCloud is a great open software to sync and share your files. You can freely get it from http://owncloud.org\">recommend it to your friends</a>!" => "If you like ownCloud, <a href=\"mailto:?subject=ownCloud&body=ownCloud is a great open software to sync and share your files. You can freely get it from http://owncloud.org\">recommend it to your friends</a>!"
  );