aboutsummaryrefslogtreecommitdiff
path: root/src/uk/org/ury/library/viewer/LibraryViewer.properties
diff options
context:
space:
mode:
authorMatt Windsor <mattwindsor@btinternet.com>2011-03-19 13:06:38 +0000
committerMatt Windsor <mattwindsor@btinternet.com>2011-03-19 13:06:38 +0000
commit2efb758e7c2bd85801c76305161d9d8fa6d2be4b (patch)
tree8072dcfb2ed1dd34c17d05488c64b245be74cf28 /src/uk/org/ury/library/viewer/LibraryViewer.properties
parentdfde3f3d62ee5de17d09195513711fd006cbf270 (diff)
LibraryViewer: move to ResourceBundled text for localisation and decoupling purposes; warning cleanup; import of json_simple in preparation for JSON protocol implementation.
Diffstat (limited to 'src/uk/org/ury/library/viewer/LibraryViewer.properties')
-rw-r--r--src/uk/org/ury/library/viewer/LibraryViewer.properties22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/uk/org/ury/library/viewer/LibraryViewer.properties b/src/uk/org/ury/library/viewer/LibraryViewer.properties
new file mode 100644
index 0000000..677cbc5
--- /dev/null
+++ b/src/uk/org/ury/library/viewer/LibraryViewer.properties
@@ -0,0 +1,22 @@
+// Module name
+MODULE_NAME = Library Viewer Demo
+
+// Search errors
+// 1st parameter: search term, 2nd parameter: failure reason etc.
+ERR_UNKNOWN = Unknown error while searching for '%1$s'.
+ERR_SEARCH_FAILED = Search for '%1$s' failed: %2$s
+ERR_EMPTY_SEARCH = Please type in a search term.
+ERR_NO_RESULTS = Sorry, but no results were found for '%1$s'.
+
+// Search messages
+// 1st parameter: search term
+MSG_SEARCHING = Searching for '%1$s', please wait...
+
+// Labels
+LBL_SEARCHFOR = Search for:
+
+// Buttons
+BTN_SEARCH = Start Search
+
+// Hint
+HINT = To narrow your search, type part or all of the record title or artist into the box above. \ No newline at end of file