Updated localizations from Transifex
parent
5f31429de5
commit
3b95e24fbb
@ -0,0 +1,90 @@
|
||||
<?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'] = 'Sharing';
|
||||
$labels['myrights'] = 'Access Rights';
|
||||
$labels['username'] = 'User:';
|
||||
$labels['advanced'] = 'advanced mode';
|
||||
$labels['newuser'] = 'Add entry';
|
||||
$labels['actions'] = 'Access right actions...';
|
||||
$labels['anyone'] = 'All users (anyone)';
|
||||
$labels['anonymous'] = 'Guests (anonymous)';
|
||||
$labels['identifier'] = 'Identifier';
|
||||
$labels['acll'] = 'Lookup';
|
||||
$labels['aclr'] = 'Read messages';
|
||||
$labels['acls'] = 'Keep Seen state';
|
||||
$labels['aclw'] = 'Write flags';
|
||||
$labels['acli'] = 'Insert (Copy into)';
|
||||
$labels['aclp'] = 'Post';
|
||||
$labels['aclc'] = 'Create subfolders';
|
||||
$labels['aclk'] = 'Create subfolders';
|
||||
$labels['acld'] = 'Delete messages';
|
||||
$labels['aclt'] = 'Delete messages';
|
||||
$labels['acle'] = 'Expunge';
|
||||
$labels['aclx'] = 'Delete folder';
|
||||
$labels['acla'] = 'Administer';
|
||||
$labels['aclfull'] = 'Full control';
|
||||
$labels['aclother'] = 'Other';
|
||||
$labels['aclread'] = 'Read';
|
||||
$labels['aclwrite'] = 'Write';
|
||||
$labels['acldelete'] = 'Delete';
|
||||
$labels['shortacll'] = 'Lookup';
|
||||
$labels['shortaclr'] = 'Read';
|
||||
$labels['shortacls'] = 'Keep';
|
||||
$labels['shortaclw'] = 'Write';
|
||||
$labels['shortacli'] = 'Insert';
|
||||
$labels['shortaclp'] = 'Post';
|
||||
$labels['shortaclc'] = 'Create';
|
||||
$labels['shortaclk'] = 'Create';
|
||||
$labels['shortacld'] = 'Delete';
|
||||
$labels['shortaclt'] = 'Delete';
|
||||
$labels['shortacle'] = 'Expunge';
|
||||
$labels['shortaclx'] = 'Folder delete';
|
||||
$labels['shortacla'] = 'Administer';
|
||||
$labels['shortaclother'] = 'Other';
|
||||
$labels['shortaclread'] = 'Read';
|
||||
$labels['shortaclwrite'] = 'Write';
|
||||
$labels['shortacldelete'] = 'Delete';
|
||||
$labels['longacll'] = 'The folder is visible on lists and can be subscribed to';
|
||||
$labels['longaclr'] = 'The folder can be opened for reading';
|
||||
$labels['longacls'] = 'Messages Seen flag can be changed';
|
||||
$labels['longaclw'] = 'Messages flags and keywords can be changed, except Seen and Deleted';
|
||||
$labels['longacli'] = 'Messages can be written or copied to the folder';
|
||||
$labels['longaclp'] = 'Messages can be posted to this folder';
|
||||
$labels['longaclc'] = 'Folders can be created (or renamed) directly under this folder';
|
||||
$labels['longaclk'] = 'Folders can be created (or renamed) directly under this folder';
|
||||
$labels['longacld'] = 'Messages Delete flag can be changed';
|
||||
$labels['longaclt'] = 'Messages Delete flag can be changed';
|
||||
$labels['longacle'] = 'Messages can be expunged';
|
||||
$labels['longaclx'] = 'The folder can be deleted or renamed';
|
||||
$labels['longacla'] = 'The folder access rights can be changed';
|
||||
$labels['longaclfull'] = 'Full control including folder administration';
|
||||
$labels['longaclread'] = 'The folder can be opened for reading';
|
||||
$labels['longaclwrite'] = 'Messages can be marked, written or copied to the folder';
|
||||
$labels['longacldelete'] = 'Messages can be deleted';
|
||||
$messages['deleting'] = 'Deleting access rights...';
|
||||
$messages['saving'] = 'Saving access rights...';
|
||||
$messages['updatesuccess'] = 'Successfully changed access rights';
|
||||
$messages['deletesuccess'] = 'Successfully deleted access rights';
|
||||
$messages['createsuccess'] = 'Successfully added access rights';
|
||||
$messages['updateerror'] = 'Unable to update access rights';
|
||||
$messages['deleteerror'] = 'Unable to delete access rights';
|
||||
$messages['createerror'] = 'Unable to add access rights';
|
||||
$messages['deleteconfirm'] = 'Are you sure, you want to remove access rights of selected user(s)?';
|
||||
$messages['norights'] = 'No rights has been specified!';
|
||||
$messages['nouser'] = 'No username has been specified!';
|
||||
?>
|
@ -0,0 +1,50 @@
|
||||
<?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['username'] = 'Usuario:';
|
||||
$labels['advanced'] = 'modo avanzado';
|
||||
$labels['newuser'] = 'Agregar entrada';
|
||||
$labels['anyone'] = 'Todos los usuarios ';
|
||||
$labels['anonymous'] = 'Invitados (anonimos)';
|
||||
$labels['identifier'] = 'Identificador';
|
||||
$labels['acll'] = 'Busqueda';
|
||||
$labels['aclr'] = 'Leer mensajes';
|
||||
$labels['acli'] = 'Insertar (copiar a)';
|
||||
$labels['aclc'] = 'Crear subcarpetas';
|
||||
$labels['aclk'] = 'crear subcarpetas';
|
||||
$labels['acld'] = 'Eliminar mensaje';
|
||||
$labels['aclt'] = 'Eliminar mensajes';
|
||||
$labels['aclx'] = 'Eliminar carpeta';
|
||||
$labels['aclother'] = 'Otro';
|
||||
$labels['aclread'] = 'Leer';
|
||||
$labels['aclwrite'] = 'Escribir';
|
||||
$labels['acldelete'] = 'Eliminar';
|
||||
$labels['shortacll'] = 'Busqueda';
|
||||
$labels['shortaclr'] = 'Leer';
|
||||
$labels['shortaclw'] = 'Escribir';
|
||||
$labels['shortacli'] = 'Insertar';
|
||||
$labels['shortaclc'] = 'Crear';
|
||||
$labels['shortaclk'] = 'Crear';
|
||||
$labels['shortacld'] = 'Eliminar';
|
||||
$labels['shortaclt'] = 'Eliminar';
|
||||
$labels['shortaclother'] = 'Otro';
|
||||
$labels['shortaclread'] = 'Leer';
|
||||
$labels['shortaclwrite'] = 'Escribir';
|
||||
$labels['shortacldelete'] = 'Eliminar';
|
||||
$labels['longaclr'] = 'La carpeta puede ser abierta para lectura';
|
||||
$labels['longacli'] = 'Se pueden escribir o copiar mensajes a la carpeta';
|
||||
?>
|
@ -0,0 +1,31 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/archive/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-archive/
|
||||
*/
|
||||
$labels['buttontext'] = 'Archive';
|
||||
$labels['buttontitle'] = 'Archive this message';
|
||||
$labels['archived'] = 'Successfully archived';
|
||||
$labels['archivedreload'] = 'Successfully archived. Reload the page to see the new archive folders.';
|
||||
$labels['archiveerror'] = 'Some messages could not be archived';
|
||||
$labels['archivefolder'] = 'Archive';
|
||||
$labels['settingstitle'] = 'Archive';
|
||||
$labels['archivetype'] = 'Divide archive by';
|
||||
$labels['archivetypeyear'] = 'Year (e.g. Archive/2012)';
|
||||
$labels['archivetypemonth'] = 'Month (e.g. Archive/2012/06)';
|
||||
$labels['archivetypefolder'] = 'Original folder';
|
||||
$labels['archivetypesender'] = 'Sender email';
|
||||
$labels['unkownsender'] = 'unknown';
|
||||
?>
|
@ -1,18 +0,0 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/archive/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-archive/
|
||||
*/
|
||||
?>
|
@ -1,18 +0,0 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/archive/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-archive/
|
||||
*/
|
||||
?>
|
@ -1,18 +0,0 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/archive/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-archive/
|
||||
*/
|
||||
?>
|
@ -1,18 +0,0 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/archive/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-archive/
|
||||
*/
|
||||
?>
|
@ -1,18 +0,0 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/archive/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-archive/
|
||||
*/
|
||||
?>
|
@ -1,18 +0,0 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/archive/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-archive/
|
||||
*/
|
||||
?>
|
@ -1,18 +0,0 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/archive/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-archive/
|
||||
*/
|
||||
?>
|
@ -1,18 +0,0 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/archive/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-archive/
|
||||
*/
|
||||
?>
|
@ -1,18 +0,0 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/archive/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-archive/
|
||||
*/
|
||||
?>
|
@ -1,18 +0,0 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/archive/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-archive/
|
||||
*/
|
||||
?>
|
@ -1,18 +0,0 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/archive/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-archive/
|
||||
*/
|
||||
?>
|
@ -1,16 +0,0 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| localization//labels.inc |
|
||||
| |
|
||||
| Language file of the Roundcube Webmail client |
|
||||
| Copyright (C) 2012, The Roundcube Dev Team |
|
||||
| Licensed under the GNU General Public License |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
| Author: FULL NAME <EMAIL@ADDRESS> |
|
||||
+-----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
|
@ -1,18 +0,0 @@
|
||||
<?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/
|
||||
*/
|
||||
?>
|
@ -1,18 +0,0 @@
|
||||
<?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/
|
||||
*/
|
||||
?>
|
@ -1,18 +0,0 @@
|
||||
<?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/
|
||||
*/
|
||||
?>
|
@ -1,18 +0,0 @@
|
||||
<?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/
|
||||
*/
|
||||
?>
|
@ -1,18 +0,0 @@
|
||||
<?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/
|
||||
*/
|
||||
?>
|
@ -1,18 +0,0 @@
|
||||
<?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/
|
||||
*/
|
||||
?>
|
@ -1,18 +0,0 @@
|
||||
<?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/
|
||||
*/
|
||||
?>
|
@ -1,18 +0,0 @@
|
||||
<?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/
|
||||
*/
|
||||
?>
|
@ -1,18 +0,0 @@
|
||||
<?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/
|
||||
*/
|
||||
?>
|
@ -1,18 +0,0 @@
|
||||
<?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/
|
||||
*/
|
||||
?>
|
@ -1,18 +0,0 @@
|
||||
<?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/
|
||||
*/
|
||||
?>
|
@ -1,18 +0,0 @@
|
||||
<?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/
|
||||
*/
|
||||
?>
|
@ -1,18 +0,0 @@
|
||||
<?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/
|
||||
*/
|
||||
?>
|
@ -1,18 +0,0 @@
|
||||
<?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/
|
||||
*/
|
||||
?>
|
@ -1,18 +0,0 @@
|
||||
<?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/
|
||||
*/
|
||||
?>
|
@ -1,18 +0,0 @@
|
||||
<?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/
|
||||
*/
|
||||
?>
|
@ -1,18 +0,0 @@
|
||||
<?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/
|
||||
*/
|
||||
?>
|
@ -1,18 +0,0 @@
|
||||
<?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/
|
||||
*/
|
||||
?>
|
@ -1,18 +0,0 @@
|
||||
<?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/
|
||||
*/
|
||||
?>
|
@ -1,18 +0,0 @@
|
||||
<?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/
|
||||
*/
|
||||
?>
|
@ -1,18 +0,0 @@
|
||||
<?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/
|
||||
*/
|
||||
?>
|
@ -1,18 +0,0 @@
|
||||
<?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/
|
||||
*/
|
||||
?>
|
@ -1,18 +0,0 @@
|
||||
<?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/
|
||||
*/
|
||||
?>
|
@ -1,18 +0,0 @@
|
||||
<?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/
|
||||
*/
|
||||
?>
|
@ -0,0 +1,192 @@
|
||||
<?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'] = 'Filters';
|
||||
$labels['managefilters'] = 'Manage incoming mail filters';
|
||||
$labels['filtername'] = 'Filter name';
|
||||
$labels['newfilter'] = 'New filter';
|
||||
$labels['filteradd'] = 'Add filter';
|
||||
$labels['filterdel'] = 'Delete filter';
|
||||
$labels['moveup'] = 'Move up';
|
||||
$labels['movedown'] = 'Move down';
|
||||
$labels['filterallof'] = 'matching all of the following rules';
|
||||
$labels['filteranyof'] = 'matching any of the following rules';
|
||||
$labels['filterany'] = 'all messages';
|
||||
$labels['filtercontains'] = 'contains';
|
||||
$labels['filternotcontains'] = 'not contains';
|
||||
$labels['filteris'] = 'is equal to';
|
||||
$labels['filterisnot'] = 'is not equal to';
|
||||
$labels['filterexists'] = 'exists';
|
||||
$labels['filternotexists'] = 'not exists';
|
||||
$labels['filtermatches'] = 'matches expression';
|
||||
$labels['filternotmatches'] = 'not matches expression';
|
||||
$labels['filterregex'] = 'matches regular expression';
|
||||
$labels['filternotregex'] = 'not matches regular expression';
|
||||
$labels['filterunder'] = 'under';
|
||||
$labels['filterover'] = 'over';
|
||||
$labels['addrule'] = 'Add rule';
|
||||
$labels['delrule'] = 'Delete rule';
|
||||
$labels['messagemoveto'] = 'Move message to';
|
||||
$labels['messageredirect'] = 'Redirect message to';
|
||||
$labels['messagecopyto'] = 'Copy message to';
|
||||
$labels['messagesendcopy'] = 'Send message copy to';
|
||||
$labels['messagereply'] = 'Reply with message';
|
||||
$labels['messagedelete'] = 'Delete message';
|
||||
$labels['messagediscard'] = 'Discard with message';
|
||||
$labels['messagekeep'] = 'Keep message in Inbox';
|
||||
$labels['messagesrules'] = 'For incoming mail:';
|
||||
$labels['messagesactions'] = '...execute the following actions:';
|
||||
$labels['add'] = 'Add';
|
||||
$labels['del'] = 'Delete';
|
||||
$labels['sender'] = 'Sender';
|
||||
$labels['recipient'] = 'Recipient';
|
||||
$labels['vacationaddr'] = 'My additional e-mail address(es):';
|
||||
$labels['vacationdays'] = 'How often send messages (in days):';
|
||||
$labels['vacationinterval'] = 'How often send messages:';
|
||||
$labels['days'] = 'days';
|
||||
$labels['seconds'] = 'seconds';
|
||||
$labels['vacationreason'] = 'Message body (vacation reason):';
|
||||
$labels['vacationsubject'] = 'Message subject:';
|
||||
$labels['rulestop'] = 'Stop evaluating rules';
|
||||
$labels['enable'] = 'Enable/Disable';
|
||||
$labels['filterset'] = 'Filters set';
|
||||
$labels['filtersets'] = 'Filter sets';
|
||||
$labels['filtersetadd'] = 'Add filters set';
|
||||
$labels['filtersetdel'] = 'Delete current filters set';
|
||||
$labels['filtersetact'] = 'Activate current filters set';
|
||||
$labels['filtersetdeact'] = 'Deactivate current filters set';
|
||||
$labels['filterdef'] = 'Filter definition';
|
||||
$labels['filtersetname'] = 'Filters set name';
|
||||
$labels['newfilterset'] = 'New filters set';
|
||||
$labels['active'] = 'active';
|
||||
$labels['none'] = 'none';
|
||||
$labels['fromset'] = 'from set';
|
||||
$labels['fromfile'] = 'from file';
|
||||
$labels['filterdisabled'] = 'Filter disabled';
|
||||
$labels['countisgreaterthan'] = 'count is greater than';
|
||||
$labels['countisgreaterthanequal'] = 'count is greater than or equal to';
|
||||
$labels['countislessthan'] = 'count is less than';
|
||||
$labels['countislessthanequal'] = 'count is less than or equal to';
|
||||
$labels['countequals'] = 'count is equal to';
|
||||
$labels['countnotequals'] = 'count is not equal to';
|
||||
$labels['valueisgreaterthan'] = 'value is greater than';
|
||||
$labels['valueisgreaterthanequal'] = 'value is greater than or equal to';
|
||||
$labels['valueislessthan'] = 'value is less than';
|
||||
$labels['valueislessthanequal'] = 'value is less than or equal to';
|
||||
$labels['valueequals'] = 'value is equal to';
|
||||
$labels['valuenotequals'] = 'value is not equal to';
|
||||
$labels['setflags'] = 'Set flags to the message';
|
||||
$labels['addflags'] = 'Add flags to the message';
|
||||
$labels['removeflags'] = 'Remove flags from the message';
|
||||
$labels['flagread'] = 'Read';
|
||||
$labels['flagdeleted'] = 'Deleted';
|
||||
$labels['flaganswered'] = 'Answered';
|
||||
$labels['flagflagged'] = 'Flagged';
|
||||
$labels['flagdraft'] = 'Draft';
|
||||
$labels['setvariable'] = 'Set variable';
|
||||
$labels['setvarname'] = 'Variable name:';
|
||||
$labels['setvarvalue'] = 'Variable value:';
|
||||
$labels['setvarmodifiers'] = 'Modifiers:';
|
||||
$labels['varlower'] = 'lower-case';
|
||||
$labels['varupper'] = 'upper-case';
|
||||
$labels['varlowerfirst'] = 'first character lower-case';
|
||||
$labels['varupperfirst'] = 'first character upper-case';
|
||||
$labels['varquotewildcard'] = 'quote special characters';
|
||||
$labels['varlength'] = 'length';
|
||||
$labels['notify'] = 'Send notification';
|
||||
$labels['notifyaddress'] = 'To e-mail address:';
|
||||
$labels['notifybody'] = 'Notification body:';
|
||||
$labels['notifysubject'] = 'Notification subject:';
|
||||
$labels['notifyfrom'] = 'Notification sender:';
|
||||
$labels['notifyimportance'] = 'Importance:';
|
||||
$labels['notifyimportancelow'] = 'low';
|
||||
$labels['notifyimportancenormal'] = 'normal';
|
||||
$labels['notifyimportancehigh'] = 'high';
|
||||
$labels['filtercreate'] = 'Create filter';
|
||||
$labels['usedata'] = 'Use following data in the filter:';
|
||||
$labels['nextstep'] = 'Next Step';
|
||||
$labels['...'] = '...';
|
||||
$labels['currdate'] = 'Current date';
|
||||
$labels['datetest'] = 'Date';
|
||||
$labels['dateheader'] = 'header:';
|
||||
$labels['year'] = 'year';
|
||||
$labels['month'] = 'month';
|
||||
$labels['day'] = 'day';
|
||||
$labels['date'] = 'date (yyyy-mm-dd)';
|
||||
$labels['julian'] = 'date (julian)';
|
||||
$labels['hour'] = 'hour';
|
||||
$labels['minute'] = 'minute';
|
||||
$labels['second'] = 'second';
|
||||
$labels['time'] = 'time (hh:mm:ss)';
|
||||
$labels['iso8601'] = 'date (ISO8601)';
|
||||
$labels['std11'] = 'date (RFC2822)';
|
||||
$labels['zone'] = 'time-zone';
|
||||
$labels['weekday'] = 'weekday (0-6)';
|
||||
$labels['advancedopts'] = 'Advanced options';
|
||||
$labels['body'] = 'Body';
|
||||
$labels['address'] = 'address';
|
||||
$labels['envelope'] = 'envelope';
|
||||
$labels['modifier'] = 'modifier:';
|
||||
$labels['text'] = 'text';
|
||||
$labels['undecoded'] = 'undecoded (raw)';
|
||||
$labels['contenttype'] = 'content type';
|
||||
$labels['modtype'] = 'type:';
|
||||
$labels['allparts'] = 'all';
|
||||
$labels['domain'] = 'domain';
|
||||
$labels['localpart'] = 'local part';
|
||||
$labels['user'] = 'user';
|
||||
$labels['detail'] = 'detail';
|
||||
$labels['comparator'] = 'comparator:';
|
||||
$labels['default'] = 'default';
|
||||
$labels['octet'] = 'strict (octet)';
|
||||
$labels['asciicasemap'] = 'case insensitive (ascii-casemap)';
|
||||
$labels['asciinumeric'] = 'numeric (ascii-numeric)';
|
||||
$labels['index'] = 'index:';
|
||||
$labels['indexlast'] = 'backwards';
|
||||
$messages['filterunknownerror'] = 'Unknown server error.';
|
||||
$messages['filterconnerror'] = 'Unable to connect to server.';
|
||||
$messages['filterdeleteerror'] = 'Unable to delete filter. Server error occurred.';
|
||||
$messages['filterdeleted'] = 'Filter deleted successfully.';
|
||||
$messages['filtersaved'] = 'Filter saved successfully.';
|
||||
$messages['filtersaveerror'] = 'Unable to save filter. Server error occurred.';
|
||||
$messages['filterdeleteconfirm'] = 'Do you really want to delete selected filter?';
|
||||
$messages['ruledeleteconfirm'] = 'Are you sure, you want to delete selected rule?';
|
||||
$messages['actiondeleteconfirm'] = 'Are you sure, you want to delete selected action?';
|
||||
$messages['forbiddenchars'] = 'Forbidden characters in field.';
|
||||
$messages['cannotbeempty'] = 'Field cannot be empty.';
|
||||
$messages['ruleexist'] = 'Filter with specified name already exists.';
|
||||
$messages['setactivateerror'] = 'Unable to activate selected filters set. Server error occurred.';
|
||||
$messages['setdeactivateerror'] = 'Unable to deactivate selected filters set. Server error occurred.';
|
||||
$messages['setdeleteerror'] = 'Unable to delete selected filters set. Server error occurred.';
|
||||
$messages['setactivated'] = 'Filters set activated successfully.';
|
||||
$messages['setdeactivated'] = 'Filters set deactivated successfully.';
|
||||
$messages['setdeleted'] = 'Filters set deleted successfully.';
|
||||
$messages['setdeleteconfirm'] = 'Are you sure, you want to delete selected filters set?';
|
||||
$messages['setcreateerror'] = 'Unable to create filters set. Server error occurred.';
|
||||
$messages['setcreated'] = 'Filters set created successfully.';
|
||||
$messages['activateerror'] = 'Unable to enable selected filter(s). Server error occurred.';
|
||||
$messages['deactivateerror'] = 'Unable to disable selected filter(s). Server error occurred.';
|
||||
$messages['deactivated'] = 'Filter(s) disabled successfully.';
|
||||
$messages['activated'] = 'Filter(s) enabled successfully.';
|
||||
$messages['moved'] = 'Filter moved successfully.';
|
||||
$messages['moveerror'] = 'Unable to move selected filter. Server error occurred.';
|
||||
$messages['nametoolong'] = 'Name too long.';
|
||||
$messages['namereserved'] = 'Reserved name.';
|
||||
$messages['setexist'] = 'Set already exists.';
|
||||
$messages['nodata'] = 'At least one position must be selected!';
|
||||
$messages['invaliddateformat'] = 'Invalid date or date part format';
|
||||
?>
|
@ -0,0 +1,153 @@
|
||||
<?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'] = 'Administrar filtros de correos entrantes';
|
||||
$labels['filtername'] = 'Nombre del filtro';
|
||||
$labels['newfilter'] = 'Filtro nuevo';
|
||||
$labels['filteradd'] = 'Agregar filtro';
|
||||
$labels['filterdel'] = 'Eliminar filtro';
|
||||
$labels['moveup'] = 'Mover hacia arriba';
|
||||
$labels['movedown'] = 'Mover hacia abajo';
|
||||
$labels['filterallof'] = 'coincide con todas las reglas siguientes';
|
||||
$labels['filteranyof'] = 'coincide con cualquiera de las reglas siguientes';
|
||||
$labels['filterany'] = 'todos los mensajes';
|
||||
$labels['filtercontains'] = 'contiene';
|
||||
$labels['filternotcontains'] = 'no contiene';
|
||||
$labels['filteris'] = 'es igual a';
|
||||
$labels['filterisnot'] = 'no es igual a';
|
||||
$labels['filterexists'] = 'existe';
|
||||
$labels['filternotexists'] = 'no existe';
|
||||
$labels['filtermatches'] = 'coincide con la expresión';
|
||||
$labels['filternotmatches'] = 'no coincide con la expresión';
|
||||
$labels['filterregex'] = 'coincide con la expresión regular';
|
||||
$labels['filternotregex'] = 'no coincide con la expresión regular';
|
||||
$labels['filterunder'] = 'bajo';
|
||||
$labels['filterover'] = 'sobre';
|
||||
$labels['addrule'] = 'Agregar regla';
|
||||
$labels['delrule'] = 'Eliminar regla';
|
||||
$labels['messagemoveto'] = 'Mover mensaje a';
|
||||
$labels['messageredirect'] = 'Redireccionar mensaje a';
|
||||
$labels['messagecopyto'] = 'Copiar mensaje a';
|
||||
$labels['messagesendcopy'] = 'Enviar una copia del mensaje a ';
|
||||
$labels['messagereply'] = 'Responder con el mensaje';
|
||||
$labels['messagedelete'] = 'Eliminar mensaje';
|
||||
$labels['messagediscard'] = 'Descartar el mensaje';
|
||||
$labels['messagekeep'] = 'Mantener mensaje en la bandeja de entrada';
|
||||
$labels['messagesrules'] = 'Para correo entrante:';
|
||||
$labels['messagesactions'] = '... ejecutar las siguientes acciones:';
|
||||
$labels['add'] = 'Agregar';
|
||||
$labels['del'] = 'Eliminar';
|
||||
$labels['sender'] = 'Remitente';
|
||||
$labels['recipient'] = 'Destinatario';
|
||||
$labels['vacationdays'] = '¿Cada cuánto enviar mensajes (en días)?';
|
||||
$labels['vacationinterval'] = '¿Con que frecuencia enviar mensajes?';
|
||||
$labels['days'] = 'días';
|
||||
$labels['seconds'] = 'segundos';
|
||||
$labels['vacationreason'] = 'Cuerpo del mensaje (motivo de las vacaciones):';
|
||||
$labels['vacationsubject'] = 'Título del mensaje:';
|
||||
$labels['rulestop'] = 'Detener la evaluación de reglas';
|
||||
$labels['enable'] = 'Habilitar/Deshabilitar';
|
||||
$labels['filterdef'] = 'Definición del filtro';
|
||||
$labels['active'] = 'activo';
|
||||
$labels['none'] = 'ninguno';
|
||||
$labels['fromfile'] = 'desde archivo';
|
||||
$labels['filterdisabled'] = 'filtro deshabilitado';
|
||||
$labels['countisgreaterthan'] = 'la cuenta es mayor a';
|
||||
$labels['countisgreaterthanequal'] = 'la cuenta es mayor o igual a ';
|
||||
$labels['countislessthan'] = 'la cuenta es menor que';
|
||||
$labels['countislessthanequal'] = 'la cuenta es menor o igual que';
|
||||
$labels['countequals'] = 'la cuenta es igual a ';
|
||||
$labels['valueisgreaterthan'] = 'el valor es mayor que';
|
||||
$labels['valueisgreaterthanequal'] = 'el balor es mayor o igual que ';
|
||||
$labels['valueislessthan'] = 'el valor es menor que ';
|
||||
$labels['valueislessthanequal'] = 'el valor es menor o igual que ';
|
||||
$labels['valueequals'] = 'el valor es igual a ';
|
||||
$labels['flagread'] = 'Leido';
|
||||
$labels['flagdeleted'] = 'Eliminado';
|
||||
$labels['flaganswered'] = 'Respondido';
|
||||
$labels['flagdraft'] = 'Borrador';
|
||||
$labels['setvarname'] = 'Nombre de la variable:';
|
||||
$labels['setvarvalue'] = 'Valor de la variable:';
|
||||
$labels['setvarmodifiers'] = 'Modificadores:';
|
||||
$labels['varlower'] = 'minúscula';
|
||||
$labels['varupper'] = 'mayúscula';
|
||||
$labels['varlowerfirst'] = 'primer carácter en minúscula';
|
||||
$labels['varupperfirst'] = 'primer carácter en mayúscula';
|
||||
$labels['varquotewildcard'] = 'citar carácteres especiales';
|
||||
$labels['varlength'] = 'largo';
|
||||
$labels['notify'] = 'Enviar notificación';
|
||||
$labels['notifyaddress'] = 'A la direccion de correo:';
|
||||
$labels['notifybody'] = 'Cuerpo de la notificación:';
|
||||
$labels['notifysubject'] = 'Tema de la notificación:';
|
||||
$labels['notifyfrom'] = 'Remitente de la notificación: ';
|
||||
$labels['notifyimportance'] = 'Importantcia:';
|
||||
$labels['notifyimportancelow'] = 'baja';
|
||||
$labels['notifyimportancenormal'] = 'normal';
|
||||
$labels['notifyimportancehigh'] = 'alta';
|
||||
$labels['filtercreate'] = 'Crear filtro';
|
||||
$labels['usedata'] = 'Usar los datos siguientes en el filtro:';
|
||||
$labels['nextstep'] = 'Paso siguiente';
|
||||
$labels['...'] = '...';
|
||||
$labels['currdate'] = 'Fecha actual';
|
||||
$labels['datetest'] = 'Fecha';
|
||||
$labels['year'] = 'Año';
|
||||
$labels['month'] = 'mes';
|
||||
$labels['day'] = 'día';
|
||||
$labels['date'] = 'fecha(aaaa-mm-dd)';
|
||||
$labels['hour'] = 'hora';
|
||||
$labels['minute'] = 'minuto';
|
||||
$labels['second'] = 'segundo';
|
||||
$labels['time'] = 'hora (hh:mm:ss)';
|
||||
$labels['iso8601'] = 'fecha (ISO8601)';
|
||||
$labels['std11'] = 'fecha (RFC2822)';
|
||||
$labels['weekday'] = 'día de la semana (0-6)';
|
||||
$labels['advancedopts'] = 'Opciones avanzadas';
|
||||
$labels['body'] = 'Cuerpo';
|
||||
$labels['address'] = 'dirección';
|
||||
$labels['envelope'] = 'sobre';
|
||||
$labels['modifier'] = 'modificador:';
|
||||
$labels['text'] = 'texto';
|
||||
$labels['undecoded'] = 'decodificado (crudo)';
|
||||
$labels['contenttype'] = 'tipo de contenido';
|
||||
$labels['modtype'] = 'tipo:';
|
||||
$labels['allparts'] = 'todo';
|
||||
$labels['domain'] = 'dominio';
|
||||
$labels['localpart'] = 'parte local';
|
||||
$labels['user'] = 'usuario';
|
||||
$labels['detail'] = 'detalle';
|
||||
$labels['comparator'] = 'comparador:';
|
||||
$labels['default'] = 'predeterminado';
|
||||
$labels['octet'] = 'estricto';
|
||||
$labels['asciinumeric'] = 'numérico (ascii-numeric)';
|
||||
$messages['filterunknownerror'] = 'Error del servidor desconocido.';
|
||||
$messages['filterconnerror'] = 'Incapaz de conectarse al servidor.';
|
||||
$messages['filterdeleted'] = 'Filtro eliminado exitosamente.';
|
||||
$messages['filtersaved'] = 'Filtro guardado exitosamente.';
|
||||
$messages['filterdeleteconfirm'] = '¿Estás seguro que quieres eliminar el filtro seleccionado?';
|
||||
$messages['ruledeleteconfirm'] = '¿Estás seguro que quieres eliminar la regla seleccionada?';
|
||||
$messages['actiondeleteconfirm'] = '¿Estás seguro que queires eliminar la acción seleccionada?';
|
||||
$messages['forbiddenchars'] = 'Carácteres ilegales en el campo.';
|
||||
$messages['cannotbeempty'] = 'El campo no puede estar vacio.';
|
||||
$messages['ruleexist'] = 'Ya existe un filtro con el nombre especificado.';
|
||||
$messages['deactivated'] = 'Filtro(s) deshabilitado(s) exitosamente.';
|
||||
$messages['activated'] = 'Filtro(s) habilitado(s) exitosamente.';
|
||||
$messages['moved'] = 'Filtro movido exitosamente.';
|
||||
$messages['nametoolong'] = 'Nombre demasiado largo.';
|
||||
$messages['namereserved'] = 'Nombre reservado.';
|
||||
$messages['nodata'] = 'Debes seleccionar al menos una posición.';
|
||||
?>
|
@ -1,16 +0,0 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| localization//labels.inc |
|
||||
| |
|
||||
| Language file of the Roundcube Webmail client |
|
||||
| Copyright (C) 2012, The Roundcube Dev Team |
|
||||
| Licensed under the GNU General Public License |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
| Author: FULL NAME <EMAIL@ADDRESS> |
|
||||
+-----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
|
@ -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'] = 'Junk';
|
||||
$labels['buttontitle'] = 'Mark as Junk';
|
||||
$labels['reportedasjunk'] = 'Successfully reported as Junk';
|
||||
?>
|
@ -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'] = 'Basura';
|
||||
$labels['buttontitle'] = 'Marcar como basura';
|
||||
$labels['reportedasjunk'] = 'Reportado como basura exitosamente';
|
||||
?>
|
@ -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'] = 'Display browser notifications on new message';
|
||||
$labels['desktop'] = 'Display desktop notifications on new message';
|
||||
$labels['sound'] = 'Play the sound on new message';
|
||||
$labels['test'] = 'Test';
|
||||
$labels['title'] = 'New Email!';
|
||||
$labels['body'] = 'You\'ve received a new message.';
|
||||
$labels['testbody'] = 'This is a test notification.';
|
||||
$labels['desktopdisabled'] = 'Desktop notifications are disabled in your browser.';
|
||||
$labels['desktopunsupported'] = 'Your browser does not support desktop notifications.';
|
||||
$labels['desktoptimeout'] = 'Close desktop notification';
|
||||
?>
|
@ -1,16 +0,0 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| localization//labels.inc |
|
||||
| |
|
||||
| Language file of the Roundcube Webmail client |
|
||||
| Copyright (C) 2012, The Roundcube Dev Team |
|
||||
| Licensed under the GNU General Public License |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
| Author: FULL NAME <EMAIL@ADDRESS> |
|
||||
+-----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
|
@ -0,0 +1,32 @@
|
||||
<?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'] = 'Change Password';
|
||||
$labels['curpasswd'] = 'Current Password:';
|
||||
$labels['newpasswd'] = 'New Password:';
|
||||
$labels['confpasswd'] = 'Confirm New Password:';
|
||||
$messages['nopassword'] = 'Please input new password.';
|
||||
$messages['nocurpassword'] = 'Please input current password.';
|
||||
$messages['passwordincorrect'] = 'Current password incorrect.';
|
||||
$messages['passwordinconsistency'] = 'Passwords do not match, please try again.';
|
||||
$messages['crypterror'] = 'Could not save new password. Encryption function missing.';
|
||||
$messages['connecterror'] = 'Could not save new password. Connection error.';
|
||||
$messages['internalerror'] = 'Could not save new password.';
|
||||
$messages['passwordshort'] = 'Password must be at least $length characters long.';
|
||||
$messages['passwordweak'] = 'Password must include at least one number and one punctuation character.';
|
||||
$messages['passwordforbidden'] = 'Password contains forbidden characters.';
|
||||
?>
|
@ -0,0 +1,32 @@
|
||||
<?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'] = 'Cambiar contraseña';
|
||||
$labels['curpasswd'] = 'Contraseña actual: ';
|
||||
$labels['newpasswd'] = 'Contraseña nueva:';
|
||||
$labels['confpasswd'] = 'Confirmar contraseña nueva:';
|
||||
$messages['nopassword'] = 'Por favor, ingresa la nueva contraseña.';
|
||||
$messages['nocurpassword'] = 'Por favor, ingresa la contraseña actual.';
|
||||
$messages['passwordincorrect'] = 'Contraseña actual incorrecta.';
|
||||
$messages['passwordinconsistency'] = 'Las contraseñas no concuerdan, por favor intenta nuevamente.';
|
||||
$messages['crypterror'] = 'No se puedo guardar la nueva contraseña. No se encuentra la función de encriptación.';
|
||||
$messages['connecterror'] = 'No se puedo guardar la nueva contraseña. Error de conexión.';
|
||||
$messages['internalerror'] = 'No se puedo guardar la nueva contraseña.';
|
||||
$messages['passwordshort'] = 'La contraseña debe tener al menos $length carácteres.';
|
||||
$messages['passwordweak'] = 'La contraseña debe incluir por lo menos un número y un signo de puntuación.';
|
||||
$messages['passwordforbidden'] = 'La contraseña contiene carácteres ilegales.';
|
||||
?>
|
@ -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 subscripciones 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 Підписки';
|
||||
?>
|
@ -1,16 +0,0 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| localization//labels.inc |
|
||||
| |
|
||||
| Language file of the Roundcube Webmail client |
|
||||
| Copyright (C) 2012, The Roundcube Dev Team |
|
||||
| Licensed under the GNU General Public License |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
| Author: FULL NAME <EMAIL@ADDRESS> |
|
||||
+-----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
|
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'User info';
|
||||
$labels['created'] = 'Created';
|
||||
$labels['lastlogin'] = 'Last Login';
|
||||
$labels['defaultidentity'] = 'Default Identity';
|
||||
?>
|
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Información de usuario';
|
||||
$labels['created'] = 'Creado';
|
||||
$labels['lastlogin'] = 'Último login';
|
||||
$labels['defaultidentity'] = 'Identidad predetermidada';
|
||||
?>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue