X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fgr.lang.php;h=a8e5f2d4ad2075c8cb53d2ee4a1b77e7dfd58575;hb=074e8daef75c2b729e75f350b52935a6b7ecfba8;hp=a39297e222609cae3a554979d768f3c2fab6fe8a;hpb=a46ca9f2c279305fc8a6c7456e23f4ef46fd6fe4;p=timetracker.git diff --git a/WEB-INF/resources/gr.lang.php b/WEB-INF/resources/gr.lang.php index a39297e2..a8e5f2d4 100644 --- a/WEB-INF/resources/gr.lang.php +++ b/WEB-INF/resources/gr.lang.php @@ -29,7 +29,7 @@ // Note: escape apostrophes with THREE backslashes, like here: choisir l\\\'option. // Other characters (such as double-quotes in http links, etc.) do not have to be escaped. -$i18n_language = 'Ελληνικά'; +$i18n_language = 'Greek (Ελληνικά)'; $i18n_months = array('Ιανουάριος', 'Φεβρουάριος', 'Μάρτιος', 'Απρίλιος', 'Μάιος', 'Ιούνιος', 'Ιούλιος', 'Αύγουστος', 'Σεπτέμβριος', 'Οκτώβριος', 'Νοέμβριος', 'Δεκέμβριος'); $i18n_weekdays = array('Κυριακή', 'Δευτέρα', 'Τρίτη', 'Τετάρτη', 'Πέμπτη', 'Παρασκευή', 'Σάββατο'); $i18n_weekdays_short = array('Kυ', 'Δε', 'Τρ', 'Τε', 'Πε', 'Πα', 'Σα'); @@ -206,21 +206,7 @@ $i18n_key_words = array( 'label.paid' => 'Πληρωμένο', 'label.mark_paid' => 'Σήμανση πληρωμένα', 'label.week_note' => 'Σημείωση εβδομάδας', -// TODO: translate the following. -// 'label.week_list' => 'Week list', -// Currently suggested translation "Προβολή εβδομάδας" seems incorrect as it is the same -// as 'title.week_view' => 'Προβολή εβδομάδας'. -// Week list is one of 3 groups of elements in a week view. -// See some screenshots at https://www.anuko.com/forum/viewtopic.php?f=4&t=1786&start=30 -// The "Week list" is the bottom part (below the week table). -// In other words: -// week view - a page in Time Tracker - https://timetracker.anuko.com/week.php -// (available only when Week View plugin is enabled). -// week list - an optional list of time entries on the bottom of week view. -// (can be turned on or off the week view). -// -// To reiterate: a week list is an optiona bottom element of week view, that lists -// all week entries as a chronological list (as opposed to week table above it - table layout). +'label.week_list' => 'Λίστα εβδομάδων', // Form titles. 'title.login' => 'Σύνδεση',