Skip to content

Commit

Permalink
Fixed typo and translations
Browse files Browse the repository at this point in the history
  • Loading branch information
ijansch committed May 12, 2012
1 parent db8e90c commit 61365cb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion application/modules/adapto/controllers/IndexController.php
Expand Up @@ -17,7 +17,7 @@ public function indexAction()
$page->register_style($theme->stylePath("style.css"));
$box = $ui
->renderBox(
array("title" => Adapto_Language::_("app_shorttitsle"), "content" => "<br><br>" . Adapto_Language::_("app_description")
array("title" => Adapto_Language::_("app_shorttitle"), "content" => "<br><br>" . Adapto_Language::_("app_description")
. "<br><br>"));

$page->addContent($box);
Expand Down
10 changes: 5 additions & 5 deletions library/Adapto/Language/en.php
Expand Up @@ -27,11 +27,11 @@
"alphabeticchars" => "alphabetic characters",
"apply" => "Apply",
"app_close" => "Close",
"app_description" => "Welcome to this ATK application.",
"app_launcher" => "ATK Application Launcher",
"app_description" => "Welcome to this Adapto application.",
"app_launcher" => "Adapto Application Launcher",
"app_reopen" => "Restart",
"app_shorttitle" => "ATKApp",
"app_title" => "ATK Application",
"app_shorttitle" => "Adapto",
"app_title" => "Adapto Application",
"apr" => "Apr",
"april" => "April",
"attributeedit" => "Update value",
Expand Down Expand Up @@ -378,4 +378,4 @@
"yes" => "Yes",
);

?>
?>
10 changes: 5 additions & 5 deletions library/Adapto/Language/nl.php
Expand Up @@ -27,11 +27,11 @@
"alphabeticchars" => "letters",
"apply" => "Toepassen",
"app_close" => "Afsluiten",
"app_description" => "Welkom bij deze ATK applicatie.",
"app_launcher" => "ATK Applicatie Starter",
"app_description" => "Welkom bij deze Adapto applicatie.",
"app_launcher" => "Adapto Applicatie Starter",
"app_reopen" => "Opnieuw starten",
"app_shorttitle" => "ATKApp",
"app_title" => "ATK Application",
"app_shorttitle" => "Adapto",
"app_title" => "Adapto Application",
"apr" => "apr",
"april" => "april",
"attributeedit" => "Waarde bijwerken",
Expand Down Expand Up @@ -378,4 +378,4 @@
"yes" => "Ja",
);

?>
?>

0 comments on commit 61365cb

Please sign in to comment.