Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/attributes/fieldvalidator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
#include <QLocale>

QString FieldValidator::numberInvalid() { return tr( "Value must be a number" ); };
QString FieldValidator::numberUpperBoundReached() { return tr( "Value must be lower than %1" ); };
QString FieldValidator::numberLowerBoundReached() { return tr( "Value must be higher than %1" ); };
QString FieldValidator::numberUpperBoundReached() { return tr( "Value must be less than or equal to %1" ); };
QString FieldValidator::numberLowerBoundReached() { return tr( "Value must be greater than or equal to %1" ); };
QString FieldValidator::numberExceedingVariableLimits() { return tr( "Value is too large" );};
QString FieldValidator::numberMustBeInt() { return tr( "Field can not contain decimal places" );};
QString FieldValidator::textTooLong() { return tr( "Can not be longer than %1 characters" );};
Expand Down
48 changes: 24 additions & 24 deletions app/i18n/input_en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,12 +178,12 @@
</message>
<message>
<location filename="../attributes/fieldvalidator.cpp" line="22"/>
<source>Value must be lower than %1</source>
<source>Value must be less than or equal to %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../attributes/fieldvalidator.cpp" line="23"/>
<source>Value must be higher than %1</source>
<source>Value must be greater than or equal to %1</source>
<translation type="unfinished"></translation>
</message>
<message>
Expand Down Expand Up @@ -877,12 +877,12 @@ Won&apos;t be added to the project.</source>
</message>
<message>
<location filename="../qml/filters/components/MMFilterDateInput.qml" line="54"/>
<location filename="../qml/filters/components/MMFilterDateInput.qml" line="145"/>
<location filename="../qml/filters/components/MMFilterDateInput.qml" line="149"/>
<source>&quot;From&quot; must be sooner than &quot;To&quot;</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/filters/components/MMFilterDateInput.qml" line="144"/>
<location filename="../qml/filters/components/MMFilterDateInput.qml" line="148"/>
<source>To</source>
<translation type="unfinished"></translation>
</message>
Expand Down Expand Up @@ -1099,17 +1099,17 @@ Won&apos;t be added to the project.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/form/editors/MMFormPhotoEditor.qml" line="294"/>
<location filename="../qml/form/editors/MMFormPhotoEditor.qml" line="295"/>
<source>Could not create directory %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/form/editors/MMFormPhotoEditor.qml" line="359"/>
<location filename="../qml/form/editors/MMFormPhotoEditor.qml" line="362"/>
<source>Failed to process the image, photo directory resolving failed</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/form/editors/MMFormPhotoEditor.qml" line="374"/>
<location filename="../qml/form/editors/MMFormPhotoEditor.qml" line="377"/>
<source>Failed to process the image</source>
<translation type="unfinished"></translation>
</message>
Expand All @@ -1122,25 +1122,25 @@ Won&apos;t be added to the project.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/form/editors/MMFormRelationEditor.qml" line="173"/>
<location filename="../qml/form/editors/MMFormRelationEditor.qml" line="177"/>
<source> more</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/form/editors/MMFormRelationEditor.qml" line="216"/>
<location filename="../qml/form/editors/MMFormRelationEditor.qml" line="220"/>
<source>Add feature</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>MMFormRelationReferenceEditor</name>
<message>
<location filename="../qml/form/editors/MMFormRelationReferenceEditor.qml" line="102"/>
<location filename="../qml/form/editors/MMFormRelationReferenceEditor.qml" line="103"/>
<source>Change link</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/form/editors/MMFormRelationReferenceEditor.qml" line="105"/>
<location filename="../qml/form/editors/MMFormRelationReferenceEditor.qml" line="106"/>
<source>Unlink feature</source>
<translation type="unfinished"></translation>
</message>
Expand Down Expand Up @@ -1696,28 +1696,28 @@ Won&apos;t be added to the project.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/map/MMMapController.qml" line="1234"/>
<location filename="../qml/map/MMMapController.qml" line="1237"/>
<source>Splitting done successfully</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/map/MMMapController.qml" line="1326"/>
<location filename="../qml/map/MMMapController.qml" line="1330"/>
<source>Select some point to start editing the geometry</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/map/MMMapController.qml" line="1339"/>
<location filename="../qml/map/MMMapController.qml" line="1343"/>
<source>Record new geometry for the feature</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/map/MMMapController.qml" line="1356"/>
<location filename="../qml/map/MMMapController.qml" line="1364"/>
<source>Add new part to the geometry</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/map/MMMapController.qml" line="130"/>
<location filename="../qml/map/MMMapController.qml" line="1454"/>
<location filename="../qml/map/MMMapController.qml" line="1461"/>
<source>GPS currently unavailable.</source>
<translation type="unfinished"></translation>
</message>
Expand Down Expand Up @@ -2365,42 +2365,42 @@ Won&apos;t be added to the project.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/project/MMProjectWizardPage.qml" line="101"/>
<location filename="../qml/project/MMProjectWizardPage.qml" line="102"/>
<source>Add field</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/project/MMProjectWizardPage.qml" line="125"/>
<location filename="../qml/project/MMProjectWizardPage.qml" line="126"/>
<source>Create project</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/project/MMProjectWizardPage.qml" line="130"/>
<location filename="../qml/project/MMProjectWizardPage.qml" line="131"/>
<source>Empty project name</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/project/MMProjectWizardPage.qml" line="150"/>
<location filename="../qml/project/MMProjectWizardPage.qml" line="151"/>
<source>Text</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/project/MMProjectWizardPage.qml" line="151"/>
<location filename="../qml/project/MMProjectWizardPage.qml" line="152"/>
<source>Date &amp; Time</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/project/MMProjectWizardPage.qml" line="152"/>
<location filename="../qml/project/MMProjectWizardPage.qml" line="153"/>
<source>Number</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/project/MMProjectWizardPage.qml" line="153"/>
<location filename="../qml/project/MMProjectWizardPage.qml" line="154"/>
<source>Checkbox</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/project/MMProjectWizardPage.qml" line="154"/>
<location filename="../qml/project/MMProjectWizardPage.qml" line="155"/>
<source>Photo</source>
<translation type="unfinished"></translation>
</message>
Expand Down
Loading