Advertisement
Guest User

Untitled

a guest
Jun 28th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.41 KB | None | 0 0
  1. #
  2. # Copyright (C) 2009-2015 Typesafe Inc. <http://www.typesafe.com>
  3. #
  4.  
  5. # Default messages
  6.  
  7. # --- Errors
  8. error.invalid=Invalid value
  9. error.required=This field is required
  10. error.date=Valid date required
  11.  
  12. # --- Project-specific messages
  13. facto.date.month.jan.abbrev=Jan
  14. facto.date.month.feb.abbrev=Feb
  15. facto.date.month.mar.abbrev=Mar
  16. facto.date.month.apr.abbrev=Apr
  17. facto.date.month.may.abbrev=May
  18. facto.date.month.june.abbrev=June
  19. facto.date.month.july.abbrev=July
  20. facto.date.month.aug.abbrev=Aug
  21. facto.date.month.sept.abbrev=Sept
  22. facto.date.month.oct.abbrev=Oct
  23. facto.date.month.nov.abbrev=Nov
  24. facto.date.month.dec.abbrev=Dec
  25.  
  26. facto.error.old-password-is-incorrect=Old password is incorrect
  27. facto.error.passwords-should-match=Passwords should match
  28. facto.error.invalid-username-or-password=Invalid username or password
  29. facto.error.noReservoir.atLeast2=To be able to use the N/A money reservoir, there must be at least two transactions
  30. facto.error.noReservoir.zeroSum=To be able to use the N/A money reservoir, the total flow of this group must sum to 0
  31. facto.error.noReservoir.notAllTheSame=The N/A money reservoir can be selected for either all transactions or no transactions
  32.  
  33. facto.user-profile=User Profile
  34. facto.user-administration=User Administration
  35. facto.update-logs=Update Logs
  36. facto.logout=Logout
  37. facto.everything.html=<u>E</u>verything
  38. facto.cash-flow.html=<u>C</u>ash Flow
  39. facto.liquidation.html=<u>L</u>iquidation
  40. facto.endowments.html=En<u>d</u>owments
  41. facto.summary.html=<u>S</u>ummary
  42. facto.new-entry.html=<u>N</u>ew Entry
  43. facto.templates.html=<u>T</u>emplates
  44. facto.please-sign-in=Please Sign In
  45. facto.login=Login
  46. facto.all-users=All Users
  47. facto.login-name=Login Name
  48. facto.name=Name
  49. facto.add-user=Add User
  50. facto.add=Add
  51. facto.profile-of=Profile of
  52. facto.change-password=Change Password
  53. facto.ok=Ok
  54. facto.payed=Payed
  55. facto.beneficiary=Beneficiary
  56. facto.category=Category
  57. facto.description=Description
  58. facto.flow=Flow
  59. facto.consumed=Consumed
  60. facto.balance=Balance
  61. facto.balance-correction=Balance correction
  62. facto.templates=Templates
  63. facto.delete=Delete
  64. facto.balance-check=Balance Check
  65. facto.total=Total
  66. facto.any-total=Any Total
  67. facto.zero-sum=Zero Sum
  68. facto.transaction=Transaction
  69. facto.new-transaction=New Transaction
  70. facto.issuer=Issuer
  71. facto.summary=Summary
  72. facto.other-tag=Other tag
  73. facto.user=User
  74. facto.date=Date
  75. facto.repay=repay
  76. facto.edit=edit
  77. facto.set=set
  78. facto.show-other-accounts=Show other accounts
  79. facto.hide-other-accounts=Hide other accounts
  80. facto.no-entries=No Entries
  81. facto.liquidation=Liquidation
  82. facto.cash-flow=Cash Flow
  83. facto.everything=Everything
  84. facto.endowments=Endowments
  85. facto.avg=Avg.
  86. facto.successfully-updated-password=Successfully updated password
  87. facto.you-are-now-logged-out=You are now logged out
  88. facto.new-balance-check=New Balance Check
  89. facto.edit-balance-check=Edit Balance Check
  90. facto.edit-transaction=Edit Transaction
  91. facto.full-name=Full Name
  92. facto.password=Password
  93. facto.retype-password=Retype Password
  94. facto.profile=Profile
  95. facto.old-password=Old Password
  96. facto.all-combinations=All Combinations
  97. facto.single-combination=Single Combination
  98. facto.reservoir=Reservoir
  99. facto.check-date=Check date
  100. facto.date-payed=Date payed
  101. facto.date-consumed=Date consumed
  102. facto.more-info=More info
  103. facto.tags=Tags
  104. facto.genral-information-about-all-entries=Genral Information About All Entries
  105. facto.all=All
  106. facto.logs=Logs
  107. facto.all-accounts=All Accounts
  108. facto.single-account=Single Account
  109. facto.successfully-added-user=Successfully added user {0}
  110. facto.successfully-added-a-balance-check-for=Successfully added a balance check for {0}
  111. facto.successfully-deleted-balance-check-for=Successfully deleted balance check for {0}
  112. facto.successfully-created-a-balance-check-for=Successfully created a balance check for {0}
  113. facto.successfully-edited-a-balance-check-for=Successfully edited a balance check for {0}
  114. facto.successfully-deleted-1-transaction=Successfully deleted 1 transaction
  115. facto.successfully-created-1-transaction=Successfully created 1 transaction
  116. facto.successfully-edited-1-transaction=Successfully edited 1 transaction
  117. successfully-deleted-transactions=Successfully deleted {0} transactions
  118. successfully-created-transactions=Successfully created {0} transactions
  119. successfully-edited-transactions=Successfully edited {0} transactions
  120. facto.debt-of=Debt of {0} to {1}
  121. account-of=Account: {0}
  122. facto.endowments-of=Endowments of {0}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement