X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fhe.lang.php;h=9916155ec7f099b51ea3d8529733e39cc75380f4;hb=ff81442e61388a8f144691c020c1f097a4b26d49;hp=354db01ae3d53a9615ec2b30da4e5c557bd57f72;hpb=2702260e85d10b0d85301df922d8960a3ec88203;p=timetracker.git diff --git a/WEB-INF/resources/he.lang.php b/WEB-INF/resources/he.lang.php index 354db01a..9916155e 100644 --- a/WEB-INF/resources/he.lang.php +++ b/WEB-INF/resources/he.lang.php @@ -70,6 +70,7 @@ $i18n_key_words = array( // This is a link to a webpage that describes how to contribute to the project. // Error messages. +// TODO: All error messages should be complete sentences with a period (full stop) in the end. Put them there. // TODO: translate the following. // 'error.access_denied' => 'Access denied.', 'error.sys' => 'שגיאת מערכת', @@ -82,6 +83,11 @@ $i18n_key_words = array( // TO TEST: change the string on a local Time Tracker and then try to enter a time with // end time less than start time. For example: Start time: 09:00, End time: 08:00. // Then you should see the error on screen and the problems will be clearly visible. +// Currently the output is as: +// השדדה סיום צריך להיות גדול יותר מהשדה התחלה +// Compare the above with English, where the field names are surrounded with quotes, +// and it is easier to identify which fields the error is about. +// English variation: Field "Finish" must be greater than "Start". 'error.project' => 'בחר פרוייקט', 'error.task' => 'בחר משימה', 'error.client' => 'בחר לקוח',