Synchronized localizations with Transifex
parent
581b6b41fd
commit
812f37c5d1
@ -0,0 +1,80 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/acl/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail ACL plugin |
|
||||
| Copyright (C) 2012-2013, 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/plugin-acl/
|
||||
*/
|
||||
$labels['sharing'] = 'Compartición';
|
||||
$labels['myrights'] = 'Drechos d\'accesu';
|
||||
$labels['username'] = 'Usuariu:';
|
||||
$labels['advanced'] = 'Mou avanzáu';
|
||||
$labels['newuser'] = 'Amestar entrada';
|
||||
$labels['editperms'] = 'Editar permisos';
|
||||
$labels['actions'] = 'Aición de drechos d\'accesu...';
|
||||
$labels['anyone'] = 'Tolos usuarios (toos)';
|
||||
$labels['anonymous'] = 'Convidaos (anónimos)';
|
||||
$labels['identifier'] = 'Identificador';
|
||||
$labels['acll'] = 'Guetar';
|
||||
$labels['aclr'] = 'Lleer mensaxes';
|
||||
$labels['acls'] = 'Estáu Caltener Vistu';
|
||||
$labels['aclw'] = 'Escribir banderes';
|
||||
$labels['acli'] = 'Inxertar (copiar a)';
|
||||
$labels['aclc'] = 'Crear subcarpetes';
|
||||
$labels['aclk'] = 'Crear subcarpetes';
|
||||
$labels['acld'] = 'Desaniciar mensaxes';
|
||||
$labels['aclt'] = 'Desaniciar mensaxes';
|
||||
$labels['acle'] = 'Desanciar';
|
||||
$labels['aclx'] = 'Desaniciar carpeta';
|
||||
$labels['acla'] = 'Alministrar';
|
||||
$labels['aclfull'] = 'Control total';
|
||||
$labels['aclother'] = 'Otru';
|
||||
$labels['aclread'] = 'Lleer';
|
||||
$labels['aclwrite'] = 'Escribir';
|
||||
$labels['acldelete'] = 'Desaniciar';
|
||||
$labels['shortacll'] = 'Guetar';
|
||||
$labels['shortaclr'] = 'Lleer';
|
||||
$labels['shortacls'] = 'Caltener';
|
||||
$labels['shortaclw'] = 'Escribir';
|
||||
$labels['shortacli'] = 'Inxertar';
|
||||
$labels['shortaclc'] = 'Crear';
|
||||
$labels['shortaclk'] = 'Crear';
|
||||
$labels['shortacld'] = 'Desaniciar';
|
||||
$labels['shortaclt'] = 'Desaniciar';
|
||||
$labels['shortacle'] = 'Desaniciar';
|
||||
$labels['shortaclx'] = 'Desaniciu de carpeta';
|
||||
$labels['shortacla'] = 'Alministrar';
|
||||
$labels['shortaclother'] = 'Otru';
|
||||
$labels['shortaclread'] = 'Lleer';
|
||||
$labels['shortaclwrite'] = 'Escribir';
|
||||
$labels['shortacldelete'] = 'Desaniciar';
|
||||
$labels['longacll'] = 'La carpeta ye visible nes llistes y pue soscribise a';
|
||||
$labels['longaclr'] = 'La carpeta nun pue abrise pa leer';
|
||||
$labels['longaclx'] = 'La carpeta pue desaniciase o renomase';
|
||||
$labels['longacla'] = 'Puen camudase los drechos d\'accesu de la carpeta';
|
||||
$labels['longaclfull'] = 'Control completu incluyendo l\'alminitración de carpeta';
|
||||
$labels['longaclread'] = 'La carpeta pue abrise pa llectura';
|
||||
$labels['longaclwrite'] = 'Los mensaxes puen conseñase, escribise o copiase a la carpeta';
|
||||
$labels['longacldelete'] = 'Los mensaxes puen desaniciase';
|
||||
$labels['longaclother'] = 'Otros drechos d\'accesu';
|
||||
$labels['ariasummaryacltable'] = 'Llista de drechos d\'accesu';
|
||||
$messages['deleting'] = 'Desaniciando los drechos d\'accesu...';
|
||||
$messages['saving'] = 'Guardando los drechos d\'accesu...';
|
||||
$messages['updatesuccess'] = 'Camudaos con ésitu los drechos d\'accesu';
|
||||
$messages['deletesuccess'] = 'Desaniciaos con ésitu los drechos d\'accesu';
|
||||
$messages['createsuccess'] = 'Amestaos con ésitu los drechos d\'accesu';
|
||||
$messages['updateerror'] = 'Nun puen anovase los drechos d\'accesu';
|
||||
$messages['deleteerror'] = 'Nun puen desaniciase los drechos d\'accesu';
|
||||
$messages['createerror'] = 'Nun puen amestase los drechos d\'accesu';
|
||||
$messages['deleteconfirm'] = '¿De xuru quies desaniciar los drechos d\'accesu al(a los) usuariu(os) esbilláu(os)?';
|
||||
?>
|
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/attachment_reminder/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Archive plugin |
|
||||
| Copyright (C) 2013, 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/plugin-attachment_reminder/
|
||||
*/
|
||||
$messages['forgotattachment'] = "¿Escaecisti axuntar un ficheru?";
|
||||
$messages['reminderoption'] = "Recordar alrodiu d'axuntos escaecíos";
|
||||
$messages['keywords'] = "axuntu,ficheru,axuntar,axuntáu,axuntando,axuntao,axuntada,CV,carta de presentación";
|
@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/help/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Help plugin |
|
||||
| Copyright (C) 2012-2013, 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/plugin-help/
|
||||
*/
|
||||
$labels['help'] = 'സഹായം';
|
||||
$labels['about'] = 'വിവരം';
|
||||
$labels['license'] = 'അനുമതി';
|
||||
?>
|
@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/hide_blockquote/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Hide-Blockquote plugin |
|
||||
| Copyright (C) 2012-2013, 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/plugin-hide_blockquote/
|
||||
*/
|
||||
$labels['hide'] = 'Anubrir';
|
||||
$labels['show'] = 'Amosar';
|
||||
$labels['quotelimit'] = 'Anubrir la citación cuando la cuenta de llinies seya mayor de';
|
||||
?>
|
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/hide_blockquote/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Hide-Blockquote plugin |
|
||||
| Copyright (C) 2012-2013, 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/plugin-hide_blockquote/
|
||||
*/
|
||||
$labels['hide'] = 'Kuzhat';
|
||||
$labels['show'] = 'Diskouez';
|
||||
?>
|
@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/hide_blockquote/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Hide-Blockquote plugin |
|
||||
| Copyright (C) 2012-2013, 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/plugin-hide_blockquote/
|
||||
*/
|
||||
$labels['hide'] = 'മറയ്ക്കുക';
|
||||
$labels['show'] = 'പ്രദർശിപ്പിക്കുക';
|
||||
$labels['quotelimit'] = 'ഇതിലും കൂടുതലാണ് വരികളുടെ എണ്ണമെങ്കിൽ അവലംബം മറയ്ക്കുക';
|
||||
?>
|
@ -0,0 +1,50 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/managesieve/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Managesieve plugin |
|
||||
| Copyright (C) 2012-2013, 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/plugin-managesieve/
|
||||
*/
|
||||
$labels['filters'] = 'Filtros';
|
||||
$labels['managefilters'] = 'Alministrar filtros de corréu entrante';
|
||||
$labels['filtername'] = 'Nome del filtru';
|
||||
$labels['newfilter'] = 'Filtru nuevu';
|
||||
$labels['filteradd'] = 'Amestar filtru';
|
||||
$labels['filterdel'] = 'Desaniciar filtru';
|
||||
$labels['moveup'] = 'Mover arriba';
|
||||
$labels['movedown'] = 'Mover abaxo';
|
||||
$labels['filterany'] = 'tolos mensaxes';
|
||||
$labels['filtercontains'] = 'contien';
|
||||
$labels['filternotcontains'] = 'nun contien';
|
||||
$labels['filteris'] = 'ye igual a';
|
||||
$labels['filterisnot'] = 'nun ye igual a';
|
||||
$labels['filterexists'] = 'esiste';
|
||||
$labels['filternotexists'] = 'nun esiste';
|
||||
$labels['filtermatches'] = 'espresiones que concasen';
|
||||
$labels['filternotmatches'] = 'espresiones que nun concasen';
|
||||
$labels['addrule'] = 'Amestar regla';
|
||||
$labels['delrule'] = 'Desaniciar regla';
|
||||
$labels['messagemoveto'] = 'Mover mensaxe a';
|
||||
$labels['messageredirect'] = 'Redireicionar mensaxe a';
|
||||
$labels['messagecopyto'] = 'Copiar mensaxe a';
|
||||
$labels['messagedelete'] = 'Desaniciar mensaxe';
|
||||
$labels['messagesrules'] = 'Pa corréu entrante:';
|
||||
$labels['messagesactions'] = '...executar les aiciones siguientes:';
|
||||
$labels['add'] = 'Amestar';
|
||||
$labels['del'] = 'Desaniciar';
|
||||
$labels['sender'] = 'Remitente';
|
||||
$labels['enable'] = 'Habilitar/Deshabilitar';
|
||||
$labels['flagread'] = 'Lleer';
|
||||
$labels['flagdeleted'] = 'Desaniciáu';
|
||||
$labels['flaganswered'] = 'Respondíu';
|
||||
?>
|
@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/markasjunk/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Mark-As-Junk plugin |
|
||||
| Copyright (C) 2012-2013, 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/plugin-markasjunk/
|
||||
*/
|
||||
$labels['buttontext'] = 'Puxarra';
|
||||
$labels['buttontitle'] = 'Conseñar como puxarra';
|
||||
$labels['reportedasjunk'] = 'Reportáu con ésitu como Puxarra';
|
||||
?>
|
@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail New Mail Notifier plugin |
|
||||
| Copyright (C) 2012-2013, 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/plugin-newmail_notifier/
|
||||
*/
|
||||
$labels['basic'] = 'Mostrar notificaciones del navegador en nuevos mensajes';
|
||||
$labels['desktop'] = 'Mostrar notificaciones de escritorio en nuevos mensajes';
|
||||
$labels['sound'] = 'Ejecutar sonido en nuevos mensajes';
|
||||
$labels['test'] = 'Probar';
|
||||
$labels['title'] = '¡Nuevo correo electrónico!';
|
||||
$labels['body'] = 'Has recibido un nuevo correo electrónico.';
|
||||
$labels['testbody'] = 'Esta es una notificación de prueba.';
|
||||
$labels['desktopdisabled'] = 'Notificaciones de escritorio está deshabilitado en tu navegador.';
|
||||
$labels['desktopunsupported'] = 'Tu navegador no soporta notificaciones de escritorio.';
|
||||
$labels['desktoptimeout'] = 'Cerrar notificaciones de escritorio';
|
||||
?>
|
@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, 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/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'രഹസ്യവാക്ക് മാറ്റുക';
|
||||
$labels['curpasswd'] = 'ഇപ്പോഴത്തെ രഹസ്യവാക്ക്';
|
||||
$labels['newpasswd'] = 'പുതിയ രഹസ്യവാക്ക്';
|
||||
$labels['confpasswd'] = 'പുതിയ രഹസ്യവാക്ക് സ്ഥിരീകരിക്കുക';
|
||||
$messages['nopassword'] = 'ദയവായി പുതിയ രഹസ്യവാക്ക് നൽകുക';
|
||||
$messages['nocurpassword'] = 'ദയവായി ഇപ്പോഴത്തെ രഹസ്യവാക്ക് നൽകുക';
|
||||
$messages['passwordincorrect'] = 'ഇപ്പോഴത്തെ രഹസ്യവാക്ക് തെറ്റാണ്.';
|
||||
$messages['passwordinconsistency'] = 'രഹസ്യവാക്കുകൾ ചേരുന്നില്ല, ദയവായി വീണ്ടും ശ്രമിക്കുക';
|
||||
$messages['crypterror'] = 'പുതിയ രഹസ്യവാക്ക് സൂക്ഷിക്കാൻ സാധിച്ചില്ല. എൻക്രിപ്ഷൻ ഫങ്ങ്ഷൻ ലഭ്യമല്ല.';
|
||||
$messages['connecterror'] = 'പുതിയ രഹസ്യവാക്ക് സൂക്ഷിക്കാൻ സാധിച്ചില്ല. ബന്ധം സ്ഥാപിക്കുന്നതിൽ പിഴവ്.';
|
||||
$messages['internalerror'] = 'പുതിയ രഹസ്യവാക്ക് സൂക്ഷിക്കാൻ സാധിച്ചില്ല.';
|
||||
$messages['passwordshort'] = 'രഹസ്യവാക്കിനു് കുറഞ്ഞത് $length അക്ഷരങ്ങൾ നീളം വേണം';
|
||||
$messages['passwordweak'] = 'രഹസ്യവാക്കിൽ കുറഞ്ഞത് ഒരു സംഖ്യയും, ഒരു പ്രത്യേക അക്ഷരവും വേണം';
|
||||
$messages['passwordforbidden'] = 'രഹസ്യവാക്കിൽ അനുവദനീയമല്ലാത്ത അക്ഷരങ്ങൾ ഉണ്ട്';
|
||||
$messages['firstloginchange'] = 'ഇത് താങ്കളുടെ ആദ്യത്തെ പ്രവേശനമാണ്. ദയവായി താങ്കളുടെ രഹസ്യവാക്ക് മാറ്റുക.';
|
||||
?>
|
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions plugin |
|
||||
| Copyright (C) 2012-2013, 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/plugin-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Usar soscripciones IMAP';
|
||||
?>
|
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions plugin |
|
||||
| Copyright (C) 2012-2013, 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/plugin-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'IMAP വരിസംഖ്യകൾ ഉപയോഗിക്കുക';
|
||||
?>
|
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, 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/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Amestar vCard a la llibreta de direiciones';
|
||||
$labels['vcardsavefailed'] = 'Nun pue guardase la vCard';
|
||||
?>
|
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/zipdownload/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Zipdownload plugin |
|
||||
| Copyright (C) 2012-2014, 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/plugin-zipdownload/
|
||||
*/
|
||||
$labels['downloadall'] = 'Descargar tolos axuntos';
|
||||
$labels['download'] = 'Descargar...';
|
||||
$labels['downloadmbox'] = 'Formatu Mbox (.zip)';
|
||||
$labels['downloadmaildir'] = 'Formatu Maildir (.zip)';
|
||||
$labels['downloademl'] = 'Fonte (.eml)';
|
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/zipdownload/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Zipdownload plugin |
|
||||
| Copyright (C) 2012-2014, 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/plugin-zipdownload/
|
||||
*/
|
||||
$labels['downloadall'] = 'എല്ലാ അറ്റാച്ച്മെന്റുകളും ഡൗൺലോഡ് ചെയ്യുക';
|
||||
$labels['download'] = 'ഡൗൺലോഡ്...';
|
||||
$labels['downloadmbox'] = 'എംബോക്സ് രീതി (.zip)';
|
||||
$labels['downloadmaildir'] = 'മെയിൽഡിർ രീതി (.zip)';
|
||||
$labels['downloademl'] = 'സ്രോതസ്സ് (.eml)';
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue