forked from versae/qbe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
256 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,256 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||
# This file is distributed under the same license as the PACKAGE package. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2012-06-14 18:21+0200\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"Language: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#: admin.py:23 templates/qbe.html:79 | ||
#: templates/admin/django_qbe/savedquery/change_form.html:5 | ||
msgid "Run" | ||
msgstr "" | ||
|
||
#: admin.py:24 templates/admin/django_qbe/savedquery/change_form.html:4 | ||
msgid "Edit" | ||
msgstr "" | ||
|
||
#: admin.py:25 | ||
msgid "query" | ||
msgstr "" | ||
|
||
#: forms.py:29 | ||
msgid "Ascending" | ||
msgstr "" | ||
|
||
#: forms.py:30 | ||
msgid "Descending" | ||
msgstr "" | ||
|
||
#: forms.py:35 templates/qbe.html:51 templates/qbe.html.py:75 | ||
msgid "Show" | ||
msgstr "" | ||
|
||
#: forms.py:36 templates/qbe.html:52 | ||
msgid "Model" | ||
msgstr "" | ||
|
||
#: forms.py:37 templates/qbe.html:53 | ||
msgid "Field" | ||
msgstr "" | ||
|
||
#: forms.py:38 templates/qbe.html:55 | ||
msgid "Criteria" | ||
msgstr "" | ||
|
||
#: forms.py:39 templates/qbe.html:54 | ||
msgid "Sort" | ||
msgstr "" | ||
|
||
#: forms.py:123 | ||
msgid "At least you must check a row to get." | ||
msgstr "" | ||
|
||
#: forms.py:320 | ||
msgid "#" | ||
msgstr "" | ||
|
||
#: models.py:9 | ||
msgid "name" | ||
msgstr "" | ||
|
||
#: models.py:10 | ||
msgid "description" | ||
msgstr "" | ||
|
||
#: models.py:11 | ||
msgid "hash" | ||
msgstr "" | ||
|
||
#: models.py:13 | ||
msgid "date created" | ||
msgstr "" | ||
|
||
#: models.py:14 | ||
msgid "date updated" | ||
msgstr "" | ||
|
||
#: models.py:17 | ||
msgid "Saved query" | ||
msgstr "" | ||
|
||
#: models.py:18 templates/qbe.html:27 | ||
msgid "Saved queries" | ||
msgstr "" | ||
|
||
#: views.py:44 views.py:103 views.py:154 | ||
msgid "Query by Example" | ||
msgstr "" | ||
|
||
#: views.py:153 | ||
msgid "Reports" | ||
msgstr "" | ||
|
||
#: widgets.py:10 | ||
msgid "is equal to" | ||
msgstr "" | ||
|
||
#: widgets.py:11 | ||
msgid "contains" | ||
msgstr "" | ||
|
||
#: widgets.py:12 | ||
msgid "matchs regex" | ||
msgstr "" | ||
|
||
#: widgets.py:13 | ||
msgid "starts with" | ||
msgstr "" | ||
|
||
#: widgets.py:14 | ||
msgid "ends with" | ||
msgstr "" | ||
|
||
#: widgets.py:15 | ||
msgid "is greater than" | ||
msgstr "" | ||
|
||
#: widgets.py:16 | ||
msgid "is greater than or equal to" | ||
msgstr "" | ||
|
||
#: widgets.py:17 | ||
msgid "is less than" | ||
msgstr "" | ||
|
||
#: widgets.py:18 | ||
msgid "is less than or equal to" | ||
msgstr "" | ||
|
||
#: widgets.py:19 | ||
msgid "(i) is equal to" | ||
msgstr "" | ||
|
||
#: widgets.py:20 | ||
msgid "(i) contains" | ||
msgstr "" | ||
|
||
#: widgets.py:21 | ||
msgid "(i) matchs regex" | ||
msgstr "" | ||
|
||
#: widgets.py:22 | ||
msgid "(i) starts with" | ||
msgstr "" | ||
|
||
#: widgets.py:23 | ||
msgid "(i) ends with" | ||
msgstr "" | ||
|
||
#: widgets.py:24 | ||
msgid "joins to" | ||
msgstr "" | ||
|
||
#: widgets.py:33 | ||
msgid "Check this" | ||
msgstr "" | ||
|
||
#: templates/qbe.html:18 templates/qbe_results.html:9 | ||
msgid "Home" | ||
msgstr "" | ||
|
||
#: templates/qbe.html:30 | ||
msgid "Diagram" | ||
msgstr "" | ||
|
||
#: templates/qbe.html:33 | ||
msgid "Tabular" | ||
msgstr "" | ||
|
||
#: templates/qbe.html:36 templates/qbe.html.py:99 | ||
msgid "Models" | ||
msgstr "" | ||
|
||
#: templates/qbe.html:56 | ||
msgid "Delete" | ||
msgstr "" | ||
|
||
#: templates/qbe.html:75 | ||
msgid "rows" | ||
msgstr "" | ||
|
||
#: templates/qbe.html:77 | ||
msgid "Auto complete" | ||
msgstr "" | ||
|
||
#: templates/qbe.html:83 | ||
msgid "Database" | ||
msgstr "" | ||
|
||
#: templates/qbe_results.html:9 | ||
msgid "Results" | ||
msgstr "" | ||
|
||
#: templates/qbe_results.html:14 templates/qbe_results.html.py:21 | ||
#: templates/qbe_results.html:23 templates/qbe_results.html.py:85 | ||
msgid "result" | ||
msgstr "" | ||
|
||
#: templates/qbe_results.html:21 | ||
msgid "Showing all" | ||
msgstr "" | ||
|
||
#: templates/qbe_results.html:23 | ||
msgid "Showing from" | ||
msgstr "" | ||
|
||
#: templates/qbe_results.html:23 | ||
msgid "to" | ||
msgstr "" | ||
|
||
#: templates/qbe_results.html:23 | ||
msgid "of" | ||
msgstr "" | ||
|
||
#: templates/qbe_results.html:27 | ||
msgid "show first ones" | ||
msgstr "" | ||
|
||
#: templates/qbe_results.html:29 | ||
msgid "show all" | ||
msgstr "" | ||
|
||
#: templates/qbe_results.html:31 | ||
msgid "edit query" | ||
msgstr "" | ||
|
||
#: templates/qbe_results.html:32 | ||
msgid "view query" | ||
msgstr "" | ||
|
||
#: templates/qbe_results.html:36 | ||
msgid "Save query as" | ||
msgstr "" | ||
|
||
#: templates/qbe_results.html:39 | ||
msgid "Drag this yo your bookmarks bar to save this query" | ||
msgstr "" | ||
|
||
#: templates/qbe_results.html:39 | ||
msgid "bookmark" | ||
msgstr "" | ||
|
||
#: templates/qbe_results.html:46 | ||
msgid "Export to" | ||
msgstr "" |