mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 08:54:23 -05:00
Added strings for Flash messages, not used yet
This commit is contained in:
@@ -9,9 +9,8 @@
|
|||||||
#THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
#THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
# English strings go here for Rails i18n
|
# English strings go here for Rails i18n
|
||||||
# Usage t(:label)
|
# Usage I18n.t(:label)
|
||||||
en:
|
en:
|
||||||
# my_label: "My label"
|
|
||||||
field_customer: "Customer"
|
field_customer: "Customer"
|
||||||
field_item: "Item"
|
field_item: "Item"
|
||||||
field_employee: "Employee"
|
field_employee: "Employee"
|
||||||
@@ -81,4 +80,11 @@ en:
|
|||||||
label_bill_time: "Bill Time"
|
label_bill_time: "Bill Time"
|
||||||
label_share: "Share"
|
label_share: "Share"
|
||||||
label_sync_now: "Sync Now"
|
label_sync_now: "Sync Now"
|
||||||
|
label_invoice_404: "Invoice not found"
|
||||||
|
label_estimate_404: "Estimate not found"
|
||||||
|
label_connected: "Successfully connected to Quickbooks"
|
||||||
|
label_error: "Error"
|
||||||
|
label_billed_success: "Successfully Billed "
|
||||||
|
label_billing_error: "Cannot bill without a customer assigned"
|
||||||
|
label_qbo_sync_success: "Successfully synced to Quickbooks"
|
||||||
|
|
||||||
Reference in New Issue
Block a user