From 232aa1924c8c0f10d87b210b46c9f061af5c844c Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Sun, 17 Oct 2010 13:29:57 +0000 Subject: added files --- h-source/Library/Lang/Eng/ModelStrings.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 h-source/Library/Lang/Eng/ModelStrings.php (limited to 'h-source/Library/Lang/Eng/ModelStrings.php') diff --git a/h-source/Library/Lang/Eng/ModelStrings.php b/h-source/Library/Lang/Eng/ModelStrings.php new file mode 100644 index 0000000..411d196 --- /dev/null +++ b/h-source/Library/Lang/Eng/ModelStrings.php @@ -0,0 +1,19 @@ + "
Query error: Contact the administrator!
\n", + "executed" => "
Operation executed!
\n", + "associate" => "
Referential integrity problem: record associated to some other record in a child table. Break the association before.
\n", + "no-id" => "
Alert: record identifier not defined!
\n", + "not-linked" => "
The Item is not associated : you can't dissociate it
", + "linked" => "
The Item is already associated: you can't associate it another time
" + ); + +} -- cgit v1.2.3