Skip to content
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.

Commit

Permalink
Added translation strings for feed titles.
Browse files Browse the repository at this point in the history
  • Loading branch information
nirix committed Jan 5, 2013
1 parent 6cef2a4 commit 3202446
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion vendor/traq/locale/enus.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*!
* Traq
* Copyright (C) 2009-2012 Traq.io
* Copyright (C) 2009-2013 Traq.io
*
* This file is part of Traq.
*
Expand Down Expand Up @@ -292,6 +292,10 @@ public static function locale()
'confirm.delete_x' => "Are you sure you want to delete '{1}' ?",
'confirm.remove_x' => "Are you sure you want to remove '{1}' ?",

// Feeds
'x_timeline_feed' => "{1} Timeline Feed",
'x_ticket_feed' => "{1} Ticket Feed",

// Editor
'editor' => array(
// Intentionally left empty to use the default
Expand Down

0 comments on commit 3202446

Please sign in to comment.