Changeset 621
- Timestamp:
- Jul 10, 2010, 8:21:12 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/i18n/messages.properties
r616 r621 1 # 2 # Custom and domain constraint messages. 3 # 4 1 5 address.owner.not.found=An owner (Person, Site, Manufacturer or Supplier) must be supplied to create an address. 2 6 contact.owner.not.found=An owner (Person, Site, Manufacturer or Supplier) must be supplied to create contact details. … … 42 46 43 47 # 44 # Help Balloon messages. 45 # 46 48 # Help Balloon and property definitions. 49 # 50 51 # Report help balloon messages. 52 report.stock.take.overview=Stock Take (Overview) 53 report.stock.take.overview.help=Use this report to manage inventory stock take. Use in conjunction with the Stock Take (By Location) report. 54 report.stock.take.by.location=Stock Take (Location) 55 report.stock.take.by.location.help=Enter a comma separated list of inventory locations. \ 56 Use the Stock Take (Overview) report to get the list of locations. A % symbol may be used as a wild card, e.g: X1, X2, Y%, Z%7 57 58 # Person properties. 47 59 person.personGroups=Person Groups 48 60 person.personGroups.help=Groups may be assigned to tasks and \ … … 222 234 assignedPerson.task.not.found=Please select a task and then ''Add Assigned Person''. 223 235 236 # 237 # Default messages. 238 # 239 224 240 default.list.failure=Could not generate list for class {0}. 225 241 default.not.found={0} {1} not found, it may have been deleted. … … 264 280 default.none.select.text=--None-- 265 281 282 # 266 283 # Rich UI plugin - Calendar 284 # 285 267 286 default.time=Time 268 287 default.week=Week … … 275 294 default.sunday=Sun 276 295 296 # 277 297 # Data binding errors. Use "typeMismatch.$className.$propertyName to customize (eg typeMismatch.Book.author) 298 # 299 278 300 typeMismatch.java.net.URL=Property {0} must be a valid URL 279 301 typeMismatch.java.net.URI=Property {0} must be a valid URI … … 286 308 typeMismatch.java.math.BigInteger=Property {0} must be a valid number 287 309 310 # 288 311 # Navigation plugin, see conf/Config.groovy for menu's. 289 312 # Subitems are not currently resolving with this plugin. 313 # 314 290 315 navigation.nav.home=Home 291 316 navigation.nav.home.start=Start … … 303 328 navigation.nav.assets=Assets 304 329 330 # 305 331 # FilterPane plugin, properties. 332 # 333 306 334 fp.property.text.associatedAssets.name=Associated Asset 307 335 fp.property.text.primaryAsset.name=Primary Asset … … 326 354 fp.property.text.inventoryItemPurchaseType.name=Type 327 355 328 # TaskSearch Service 356 # 357 # TaskSearch Service. 358 # 359 329 360 task.search.text.all.tasks.message=All tasks for {0}. 330 361 task.search.text.all.tasks.none.found=No tasks found for {0}. … … 362 393 task.search.text.work.done.none.found=No entries found for {0} on {1}. 363 394 395 # 364 396 # InventoryItemSearch 397 # 398 365 399 inventoryItem.search.searchText=Search 366 400 inventoryItem.search.searchText.help=By default all words are matched and results are sorted by relevance. \ … … 380 414 inventoryItem.search.text.recently.used.none.found=No items used in the last {0} days. 381 415 416 # 382 417 # Report error messages. 418 # 419 383 420 report.error.too.many.results=Error: over {0} results, please run report again. 384 421 report.error.no.locations.found=Error: no locations found, please run report again. … … 386 423 report.error.no.inventory.items.found=Error: no inventory items found, please run report again. 387 424 report.error.too.many.inventory.items=Error: over {0} inventory items, please run report again. 388 389 # Report help balloon messages.390 report.stock.take.overview=Stock Take (Overview)391 report.stock.take.overview.help=Use this report to manage inventory stock take. Use in conjunction with the Stock Take (By Location) report.392 report.stock.take.by.location=Stock Take (Location)393 report.stock.take.by.location.help=Enter a comma separated list of inventory locations. \394 Use the Stock Take (Overview) report to get the list of locations. A % symbol may be used as a wild card, e.g: X1, X2, Y%, Z%7
Note: See TracChangeset
for help on using the changeset viewer.