You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
2.5 KiB
PHP
56 lines
2.5 KiB
PHP
<?php
|
|
|
|
/*
|
|
+-----------------------------------------------------------------------+
|
|
| localization/<lang>/timezones.inc |
|
|
| |
|
|
| Localization file of the Roundcube Webmail client |
|
|
| Copyright (C) 2005-2017, The Roundcube Dev Team |
|
|
| |
|
|
| Licensed under the GNU General Public License version 3 or |
|
|
| any later version with exceptions for skins & plugins. |
|
|
| See the README file for a full license statement. |
|
|
+-----------------------------------------------------------------------+
|
|
|
|
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/timezones/
|
|
*/
|
|
|
|
$labels['tz:utc'] = 'UTC';
|
|
$labels['tz:africa'] = 'An Afraic';
|
|
$labels['tz:africa:addis_ababa'] = 'Addis Ababa';
|
|
$labels['tz:africa:algiers'] = 'Algiers';
|
|
$labels['tz:africa:brazzaville'] = 'Brazzaville';
|
|
$labels['tz:africa:cairo'] = 'Caireo';
|
|
$labels['tz:africa:casablanca'] = 'Casablanca';
|
|
$labels['tz:africa:dar_es_salaam'] = 'Dárasalám';
|
|
$labels['tz:africa:khartoum'] = 'Khartoum';
|
|
$labels['tz:africa:kigali'] = 'Kigali';
|
|
$labels['tz:america:argentina'] = 'An Airgintín';
|
|
$labels['tz:america:argentina:buenos_aires'] = 'Buenos Aires';
|
|
$labels['tz:america:los_angeles'] = 'Los Angeles';
|
|
$labels['tz:america:maceio'] = 'Maceio';
|
|
$labels['tz:america:mexico_city'] = 'Cathair Mheicsiceo';
|
|
$labels['tz:america:new_york'] = 'Nua Eabhrac';
|
|
$labels['tz:america:north_dakota:center'] = 'An Lár';
|
|
$labels['tz:america:panama'] = 'Panama';
|
|
$labels['tz:america:sao_paulo'] = 'Sao Paulo';
|
|
$labels['tz:america:scoresbysund'] = 'Scoresbysund';
|
|
$labels['tz:antarctica'] = 'Antartaice';
|
|
$labels['tz:asia:bangkok'] = 'Bangkok';
|
|
$labels['tz:europe'] = 'An Eoraip';
|
|
$labels['tz:europe:amsterdam'] = 'Amstardam';
|
|
$labels['tz:europe:berlin'] = 'Beirlín';
|
|
$labels['tz:europe:brussels'] = 'An Bhruiséil';
|
|
$labels['tz:europe:dublin'] = 'Baile Átha Cliath';
|
|
$labels['tz:europe:helsinki'] = 'Heilsincí';
|
|
$labels['tz:europe:lisbon'] = 'Liospóin';
|
|
$labels['tz:europe:london'] = 'Londain';
|
|
$labels['tz:europe:luxembourg'] = 'Lucsamburg';
|
|
$labels['tz:europe:madrid'] = 'Maidrid';
|
|
$labels['tz:europe:malta'] = 'Málta';
|
|
$labels['tz:europe:paris'] = 'Páras';
|
|
$labels['tz:europe:prague'] = 'Prág';
|
|
$labels['tz:europe:riga'] = 'Rígea';
|
|
$labels['tz:europe:rome'] = 'An Róimh';
|
|
$labels['tz:europe:warsaw'] = 'Vársá';
|