roundcubemail-plugins-kolab/plugins/libkolab/localization/fi_FI.inc
Aleksander Machniak 29c5c502db Update localization
2016-05-18 16:38:39 +02:00

25 lines
962 B
PHP

<?php
/**
* Localizations for the Kolab libkolab plugin
*
* Copyright (C) 2015, Kolab Systems AG
*
* For translation see https://www.transifex.com/projects/p/kolab/resource/libkolab/
*/
$labels['showhistory'] = 'Näytä historia';
$labels['compare'] = 'Vertaa';
$labels['objectchangelog'] = 'Historia';
$labels['objectdiff'] = 'Muutokset versiosta $rev1 versioon $rev2';
$labels['revision'] = 'Versio';
$labels['user'] = 'Käyttäjä';
$labels['operation'] = 'Toiminto';
$labels['actionreceive'] = 'Vastaanotettu';
$labels['actionappend'] = 'Tallennettu';
$labels['actionmove'] = 'Siirretty';
$labels['actiondelete'] = 'Poistettu';
$labels['actionread'] = 'Merkitty luetuksi';
$labels['actionflagset'] = 'Lippu asetettu';
$labels['actionflagclear'] = 'Lippu poistettu';
$labels['showrevision'] = 'Näytä tämä versio';
$labels['restore'] = 'Palauta tämä versio';
$labels['objectchangelognotavailable'] = 'Tälle viestille ei ole saatavissa historiaa';