i18n.properties 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. # This is the resource bundle for Browse Orders
  2. # __ldi.translation.uuid=750eee8c-73f4-4e64-b4a5-bd756e0aab4d
  3. #XTIT: Application name
  4. appTitle=Browse Orders
  5. #YDES: Application description
  6. appDescription=Master-Detail demo application for displaying orders
  7. #~~~ Master AND Detail Views ~~~~~~~~~~~~~~~~~~~~~~~~~~
  8. #XTIT: View title with placeholder for the number of items
  9. commonItemTitle=Order {0}
  10. #XFLD: Title for customer name attribute in view headers
  11. commonCustomerName=Customer
  12. #XFLD: Title for shipping date attribute in view headers
  13. commonItemShipped=Shipped
  14. #XFLD: Explanation that an order has not been shipped yet
  15. commonItemNotYetShipped=Not shipped yet
  16. #~~~ Master View ~~~~~~~~~~~~~~~~~~~~~~~~~~
  17. #XTIT: Master view title with placeholder for the number of items
  18. masterTitleCount=Orders ({0})
  19. #XTOL: Tooltip for the search field
  20. masterSearchTooltip=Enter an order name or a part of it.
  21. #XBLI: text for a list with no data
  22. masterListNoDataText=No orders are currently available
  23. #XBLI: text for a list with no data with filter or search
  24. masterListNoDataWithFilterOrSearchText=No matching order found
  25. #XMIT: Group option for master table: Disable grouping
  26. masterGroupNoGrouping=None
  27. #XMIT: Group option for master table: by customer name
  28. masterGroupCustomer=Group by Customer
  29. #XMIT: Group option for master table: by order period
  30. masterGroupOrderPeriod=Group by Order Period
  31. #XGRP: Group title in grouped table for orders ordered in a period of time, consisting on month (parameter 0) and year (parameter 1)
  32. masterGroupTitleOrderedInPeriod=Ordered in {0} {1}
  33. #XMIT: Group option for master table: by shipped period
  34. masterGroupShippedPeriod=Group by Shipped Period
  35. #XGRP: Group title in grouped table for orders shipped in a period of time, consisting on month (parameter 0) and year (parameter 1)
  36. masterGroupTitleShippedInPeriod=Shipped in {0} {1}
  37. #XGRP: Special group title in grouped table for orders shipped in a period of time, for orders with pending shipment
  38. masterGroupTitleNotShippedYet=Not Shipped Yet
  39. #XGRP: Filter option for master table: Only orders with shipments
  40. masterFilterShipped=Only Shipped Orders
  41. #XGRP: Filter option for master table: Only orders with pending shipments
  42. masterFilterNotShipped=Only Orders without Shipment
  43. #XTXT: Text for the view settings filter item
  44. filterName=Orders
  45. #YMSG: Filter text that is displayed above the master list
  46. masterFilterBarText=Filtered by {0}
  47. #~~~ Detail View ~~~~~~~~~~~~~~~~~~~~~~~~~~
  48. #XFLD: Title for order date attribute in header of detail view
  49. detailOrderDate=Ordered
  50. #XTOL: Icon Tab Bar Info
  51. detailIconTabBarItems=Items
  52. #XTOL: Icon Tab Bar Attachments
  53. detailIconTabBarShipping=Shipping Info
  54. #XTOL: Icon Tab Bar Attachments
  55. detailIconTabBarAttachments=Attachments
  56. #XTOL: Icon Tab Bar Processor
  57. detailIconTabBarProcessor=Processor
  58. #XTIT: Form Title on the Tab Shipping Address Info
  59. detailShippingAddressTitle=Shipping Address
  60. #XTIT: Form Title on the Tab Processor Info
  61. detailProcessorTitle=Processor Information
  62. #XTIT: Details Title on the Tab Processor
  63. detailsProcessorTitle=Details
  64. #XTIT: Photo Title on the Tab Processor
  65. photoProcessorTitle=Picture
  66. #XFLD: Label for Address
  67. detailName=Name
  68. #XFLD: Label for Address
  69. detailShippingStreet=Street
  70. #XFLD: Label for Address
  71. detailShippingZIPCodeCity=ZIP Code / City
  72. #XFLD: Label for Address
  73. detailShippingRegion=Region
  74. #XFLD: Label for Address
  75. detailShippingCountry=Country
  76. #XFLD: Label for Employee ID
  77. detailProcessorEmployeeID=Employee ID
  78. #XFLD: Label for Job Title
  79. detailProcessorJobTitle=Job Title
  80. #XFLD: Label for Phone
  81. detailProcessorPhone=Phone
  82. #XBLI: Text for the Order_Details table with no data
  83. detailLineItemTableNoDataText=No line items
  84. #XTIT: Title of the Order_Details table
  85. detailLineItemTableHeading=Line Items
  86. #XTIT: Title of the Order_Details table
  87. detailLineItemTableHeadingCount=Line Items ({0})
  88. #XGRP: Title for the ProductID column in the Order_Details table
  89. detailLineItemTableIDColumn=Product
  90. #XGRP: Title for the Quantity column in the Order_Details table
  91. detailLineItemTableUnitQuantityColumn=Quantity
  92. #XGRP: Title for the Price column in the Order_Details table
  93. detailLineItemTableUnitPriceColumn=Unit Price
  94. #XGRP: Title for the Total column in the Order_Details table
  95. detailLineItemTableTotalColumn=Total
  96. #XTIT: Send E-Mail subject
  97. shareSendEmailObjectSubject=Order {0}
  98. #YMSG: Send E-Mail message
  99. shareSendEmailObjectMessage=Please take a look at order {0} (id: {1})\r\n{2} \n\nMore Information on this order:\n- Customer Name: {3}\n- Customer ID: {5}\n- Processor ID: {4}
  100. #XTIT: Label text for price
  101. priceText=Price
  102. #XTIT: Title for the Order Details
  103. detailTitle=Order Details
  104. #~~~ Not Found View ~~~~~~~~~~~~~~~~~~~~~~~
  105. #XTIT: Not found view title
  106. notFoundTitle=Not Found
  107. #YMSG: The Orders not found text is displayed when there is no Orders with this id
  108. noObjectFoundText=This order is not available
  109. #YMSG: The not found text is displayed when there was an error loading the resource (404 error)
  110. notFoundText=The requested resource was not found
  111. #~~~ Not Available View ~~~~~~~~~~~~~~~~~~~~~~~
  112. #XTIT: Master view title
  113. notAvailableViewTitle=Orders
  114. #~~~ Error Handling ~~~~~~~~~~~~~~~~~~~~~~~
  115. #YMSG: Error dialog description
  116. errorText=Sorry, a technical error occurred! Please try again later.
  117. #~~~ Data Binding Content ~~~~~~~~~~~~~~~~~~~~~~~
  118. formatterDeliveryTooLate=Too late
  119. formatterDeliveryInTime=In time
  120. formatterDeliveryUrgent=Urgent