X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Ftr.lang.php;h=80bd3c485ea50b1735876a2cdebc3e0a3d42f258;hb=ff81442e61388a8f144691c020c1f097a4b26d49;hp=a23cf3dcc2e2e47f8789c22b2a0115afee525362;hpb=f4768412d29984df3e7758628c4acae32cc964e2;p=timetracker.git diff --git a/WEB-INF/resources/tr.lang.php b/WEB-INF/resources/tr.lang.php index a23cf3dc..80bd3c48 100644 --- a/WEB-INF/resources/tr.lang.php +++ b/WEB-INF/resources/tr.lang.php @@ -183,19 +183,46 @@ $i18n_key_words = array( // 'label.start' => 'Start', // 'label.finish' => 'Finish', // 'label.duration' => 'Duration', +// 'label.note' => 'Note', +// 'label.notes' => 'Notes', +// 'label.item' => 'Item', +// 'label.cost' => 'Cost', +// 'label.day_total' => 'Day total', +// 'label.week_total' => 'Week total', +// 'label.month_total' => 'Month total', +// 'label.today' => 'Today', +// 'label.total_hours' => 'Total hours', +// 'label.total_cost' => 'Total cost', +// 'label.view' => 'View', +// 'label.edit' => 'Edit', +'label.delete' => 'Sil', +// TODO: translate the following. +// 'label.configure' => 'Configure', +// 'label.select_all' => 'Select all', +// 'label.select_none' => 'Deselect all', +// 'label.day_view' => 'Day view', +// 'label.week_view' => 'Week view', +// 'label.id' => 'ID', +// 'label.language' => 'Language', +// 'label.decimal_mark' => 'Decimal mark', +// 'label.date_format' => 'Date format', +// 'label.time_format' => 'Time format', +// 'label.week_start' => 'First day of week', +// 'label.comment' => 'Comment', +// 'label.status' => 'Status', +// 'label.tax' => 'Tax', +// 'label.subtotal' => 'Subtotal', +'label.total' => 'Toplam', // TODO: refactoring ongoing down from here. -'label.total' => 'toplam', // TODO: translate the following. // 'label.page' => 'Page', // 'label.condition' => 'Condition', -// TODO: translate the following. // 'label.yes' => 'yes', // 'label.no' => 'no', -'label.delete' => 'Sil', // Form titles. // TODO: the entire title section is missing here. See the English file.