mirror of
https://github.com/YunoHost-Apps/agendav_ynh.git
synced 2024-09-03 20:36:12 +02:00
6 lines
156 B
PHP
6 lines
156 B
PHP
<?php
|
|
$lang['terabyte_abbr'] = 'TB';
|
|
$lang['gigabyte_abbr'] = 'GB';
|
|
$lang['megabyte_abbr'] = 'MB';
|
|
$lang['kilobyte_abbr'] = 'KB';
|
|
$lang['bytes'] = 'Bytes';
|