yammat/messages/en.msg

160 lines
5.0 KiB
Plaintext
Raw Normal View History

2015-04-10 01:06:31 +02:00
UserReactivated: User reactivated
UserUnknown: User unknown
UserOrArticleUnknown: User or item unknown
PurchaseSuccess: Enjoy!
PurchaseDebtful: Attention: You are in debt!
NotEnoughItems: Not enough items available
ErrorOccured: Something went wrong
ItemUnknown: Item unknown
PurchaseSuccessCash price@Int currency@Text: Enjoy. Please pay #{currency} #{formatIntCurrency price} #{currency} in cash.
ItemDisappeared: Item disappeared o_0
Amount: Amount
EditSuccess: Edited successfully
EditFail: Editing failed
Name: Name
Price: Price
CurrentStock: Current stock
2017-08-04 07:05:18 +02:00
AnnouncedStock: Warning limit
2015-04-10 01:06:31 +02:00
DeleteItem: Delete Item
ItemDeleted: Item deleted
UserCreated: User created
UserNotCreated: Could not create user
EmailNotify: enter eMail if you want notifications
2015-04-10 01:06:31 +02:00
BuyNotification: Notify on purchase
UserEdited: User edited
UserNotEdited: Could not edit user
Payout desc@Text: Payout: #{desc}
PaidOut: Amount paid out
NotPaidOut: Could not pay out
Value: Value
Description: Description
StockedUp: Stocked up
NotStockedUp: Could not stock up
StockupError: Error stocking up
AmountAdded: Amount of single items added
CrateAmountAdded: Amount of crates added
2015-04-10 01:06:31 +02:00
ItemAdded: New item added
ItemNotAdded: Error when adding
AmountWarning: Amount warning
Recharged: Recharged!
RechargeError: Error recharging
CashCheck: Cash check
CashChecked: Cash checked and updated.
CashCheckError: Error on cash check
CountedValue: Counted value
PurchaseOf name@Text: Purchase of #{name}
PricePerUnit price@Int currency@Text: Price per unit: #{currency} #{formatIntCurrency price}
Purchase: Buy
PleaseCountAndCheck: Please count cash reserves and update amount below.
Submit: Submit
Home: Home
Restock: Restock inventory
Journal: Journal
Summary: Inventory
PayCash: Pay cash
CreateUser: Create user
ReactivateOldUser: Reactivate old user
Time: Time
ValueIn currency@Text: Value in #{currency}
TotalValue: Total value
CashStock: Cash stock
PayoutFromCash: Pay out cash
NothingToShow: No movements
NewItem: New item
NewUser: New User
DoPayout: Payout
ReactivateUser: Reactivate user
Recharge: Recharge
CurrentCharge charge@Int currency@Text: Current charge: #{currency} #{formatIntCurrency charge} #{currency}
AddItem: Add new item
EditUser: Edit user
ChoosePrompt text@Text: Choose an item, #{text}
SelectItem: Select item
CurrentAmount: Current amount
NoItems: No items
StockUp name@Text: Stock up #{name}
2015-04-10 01:34:37 +02:00
Fillup: Fill up
CashCheckOf date@String: Cash check of #{date}
2015-04-11 19:44:13 +02:00
NotJson: These are not JSON data
Upload: Upload backup
SelectFile: Select file
RestoreSuccess: Database restored successfully!
InventoryBackup: Backup inventory
RestoreFromBackup: Restore from backup
2015-04-13 14:49:14 +02:00
NegativeRecharge: You can not recharge negative amounts
Increment: ++
Decrement: --
2015-04-22 23:04:39 +02:00
Plus5: +=5
Minus5: -=5
2015-04-16 02:12:03 +02:00
SelectAvatar: Select avatar
2015-04-16 03:12:05 +02:00
Avatars: Avatars
2015-04-16 02:12:03 +02:00
NoAvatars: No avatars
ModifyAvatar: Modify avatar
2015-04-16 03:12:05 +02:00
AvatarUnknown: Avatar unknown
AvatarUpdateSuccessfull: Avatar update successfull
AvatarIdent: Avatar name
AvatarFileChange: Enter file to change this avatar
AvatarFile: Avatar file
NewAvatar: New avatar
AvatarUploadSuccessfull: Avatar upload successfull
DeleteAvatar: Delete avatar
AvatarDeleted: Avatar successfully deleted
AvatarInUseError: You can not delete avatars that are currently in use
2015-04-24 12:28:45 +02:00
Volume: Volume in l
2015-07-21 09:14:38 +02:00
CorrectedAmount: Loss
BarcodeNotUser: This barcode is no user, but a product
ProvideBarcode: Please provide a correct barcode
2015-07-21 09:14:38 +02:00
BarcodeNotBev: This barcode is no product, but a user
BarcodeUnknown: This barcode is unknown
BarcodeField: Barcodes
BarcodeAdded: barcode succesfully added
BarcodeDuplicate: This barcode is already in use
2015-07-28 21:56:30 +02:00
Transfer: Credit transfer
TransferTo: Transfer credit to
2017-08-04 07:05:18 +02:00
NegativeTransfer: You can not transfer negative amounts
2015-07-28 21:56:30 +02:00
TransferComplete: Transfer complete
TransferError: Transfer error
PreviousPage: previous page
NextPage: next page
2015-10-11 22:12:35 +02:00
MaxAmount: Max amount
AmountPerCrate: Amount per crate
SelectSupplier: Select supplier
CreateSupplier: Create supplier
SupplierCreated: Supplier created
SupplierNotCreated: Supplier not created!
Suppliers: Suppliers
NewSupplier: new Supplier
2017-02-12 13:48:45 +01:00
Address: Address
2015-10-11 22:12:35 +02:00
TelNr: Telephone number
Email: Email
EditSupplier: Edit Supplier
SupplierUnknown: Supplier unknown
SupplierEdited: Supplier edited
SupplierNotEdited: Supplier not edited!
CreateSupplierDigest: Create order overview for this supplier
DeleteSupplier: Delete this Supplier
SupplierDeleted: Supplier successfully deleted
SupplierInUseError: This supplier is still in use!
ArtNr: Article number
PricePerCrate: Price per Crate
CrateCount: Crate count
BuyValue: Payment amount
CustomerId: Customer id
TotalCrates: Total crates
2015-10-11 22:37:54 +02:00
Modify: modify
2015-10-26 18:33:34 +01:00
UserIdentNotUnique: Username is not unique
2017-06-03 02:37:22 +02:00
Login: Login
Logout: Logout
CreationBlocked: New users can not be created.
2017-08-04 07:04:29 +02:00
NotEnoughFunds: Not enough funds!
2023-04-17 01:38:01 +02:00
MainPage: Matemat
2018-09-04 18:06:12 +02:00
ModifyBeverage ident@Text: Modify beverage #{ident}
ModifyUser ident@Text: Modify user #{ident}
SupplierActions ident@Text: Actions for supplier #{ident}
2023-04-27 10:48:39 +02:00
UserPin: User PIN
WrongPinAuth: wrong Pin for this user
EnterPin: Please provide PIN
WrongPin: Wrong PIN provided
PinFailure: Error while entering PIN
PIN: PIN