PHP Classes

File: Locale/nb_NO/translations.php

Recommend this page to a friend!
  Classes of kiran   Kanboard Timetable plugin   Locale/nb_NO/translations.php   Download  
File: Locale/nb_NO/translations.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Kanboard Timetable plugin
Plugin to present of timetable of pending tasks
Author: By
Last change:
Date: 3 years ago
Size: 808 bytes
 

Contents

Class file image Download
<?php

return array(
   
// 'Start time' => '',
    // 'End time' => '',
   
'Comment' => 'Kommentar',
   
'All day' => 'Alle dager',
   
'Day' => 'Dag',
   
'Manage timetable' => 'Tidstabell',
   
'Overtime timetable' => 'Overtidstabell',
   
'Time off timetable' => 'Fritidstabell',
   
'Timetable' => 'Tidstabell',
   
'Work timetable' => 'Arbeidstidstabell',
   
'Week timetable' => 'Uketidstabell',
   
'Day timetable' => 'Dagtidstabell',
   
'From' => 'Fra',
   
'To' => 'Til',
   
// 'Time slot created successfully.' => '',
    // 'Unable to save this time slot.' => '',
    // 'Time slot removed successfully.' => '',
    // 'Unable to remove this time slot.' => '',
    // 'Do you really want to remove this time slot?' => '',
    // 'Remove time slot' => '',
    // 'Add new time slot' => '',
);