mirror of
https://github.com/rickbarrette/redmine_qbo_lineitems.git
synced 2026-04-02 07:01:59 -04:00
updaed locale
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
<h2>Edit Item</h2>
|
<h2><%=t(:label_edit_item)%></h2>
|
||||||
|
|
||||||
<%= render "form" %>
|
<%= render "form" %>
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
<h2>New Item</h2>
|
<h2><%=t(:label_item_new)%></h2>
|
||||||
|
|
||||||
<%= render "form" %>
|
<%= render "form" %>
|
||||||
|
|
||||||
<%= link_to "Back", items_path %>
|
<%= link_to t(:label_back), items_path %>
|
||||||
@@ -19,9 +19,11 @@ en:
|
|||||||
label_active: "Activie"
|
label_active: "Activie"
|
||||||
label_account: "Account"
|
label_account: "Account"
|
||||||
label_accounts: "Accounts"
|
label_accounts: "Accounts"
|
||||||
|
label_back: "Back"
|
||||||
label_account_count: "Number of Accounts:"
|
label_account_count: "Number of Accounts:"
|
||||||
label_default_account: "Default Item Income Account"
|
label_default_account: "Default Item Income Account"
|
||||||
label_description: "Description"
|
label_description: "Description"
|
||||||
|
label_edit_item: "Edit Item"
|
||||||
label_item: "Item"
|
label_item: "Item"
|
||||||
label_item_count: "Item Count:"
|
label_item_count: "Item Count:"
|
||||||
label_items: "Items"
|
label_items: "Items"
|
||||||
|
|||||||
Reference in New Issue
Block a user