Merge branch 'master' of https://github.com/roundcube/roundcubemail
2 files renamed
22 files deleted
152 files added
930 files modified
5 files copied
| | |
| | | RewriteRule ^favicon\.ico$ skins/larry/images/favicon.ico |
| | | # security rules |
| | | RewriteRule .git - [F] |
| | | RewriteRule ^/?(README(.md)?|INSTALL|LICENSE|SQL|bin|CHANGELOG)$ - [F] |
| | | RewriteRule ^/?(README(.md)?|INSTALL|LICENSE|CHANGELOG|UPGRADING)$ - [F] |
| | | RewriteRule ^/?(SQL|bin) - [F] |
| | | </IfModule> |
| | | |
| | | <IfModule mod_deflate.c> |
New file |
| | |
| | | [main] |
| | | host = https://www.transifex.com |
| | | lang_map = be: be_BE, sr: sr_CS, fa: fa_AF |
| | | type = PHP_ALT_ARRAY |
| | | |
| | | [roundcube-webmail.labels] |
| | | file_filter = program/localization/<lang>/labels.inc |
| | | source_file = program/localization/en_US/labels.inc |
| | | source_lang = en_US |
| | | |
| | | [roundcube-webmail.messages] |
| | | file_filter = program/localization/<lang>/messages.inc |
| | | source_file = program/localization/en_US/messages.inc |
| | | source_lang = en_US |
| | | |
| | | [roundcube-webmail.plugin-acl] |
| | | file_filter = plugins/acl/localization/<lang>.inc |
| | | source_file = plugins/acl/localization/en_US.inc |
| | | source_lang = en_US |
| | | |
| | | [roundcube-webmail.plugin-archive] |
| | | file_filter = plugins/archive/localization/<lang>.inc |
| | | source_file = plugins/archive/localization/en_US.inc |
| | | source_lang = en_US |
| | | |
| | | [roundcube-webmail.plugin-help] |
| | | file_filter = plugins/help/localization/<lang>.inc |
| | | source_file = plugins/help/localization/en_US.inc |
| | | source_lang = en_US |
| | | |
| | | [roundcube-webmail.plugin-hide_blockquote] |
| | | file_filter = plugins/hide_blockquote/localization/<lang>.inc |
| | | source_file = plugins/hide_blockquote/localization/en_US.inc |
| | | source_lang = en_US |
| | | |
| | | [roundcube-webmail.plugin-managesieve] |
| | | file_filter = plugins/managesieve/localization/<lang>.inc |
| | | source_file = plugins/managesieve/localization/en_US.inc |
| | | source_lang = en_US |
| | | |
| | | [roundcube-webmail.plugin-markasjunk] |
| | | file_filter = plugins/markasjunk/localization/<lang>.inc |
| | | source_file = plugins/markasjunk/localization/en_US.inc |
| | | source_lang = en_US |
| | | |
| | | [roundcube-webmail.plugin-new_user_dialog] |
| | | file_filter = plugins/new_user_dialog/localization/<lang>.inc |
| | | source_file = plugins/new_user_dialog/localization/en_US.inc |
| | | source_lang = en_US |
| | | |
| | | [roundcube-webmail.plugin-newmail_notifier] |
| | | file_filter = plugins/newmail_notifier/localization/<lang>.inc |
| | | source_file = plugins/newmail_notifier/localization/en_US.inc |
| | | source_lang = en_US |
| | | |
| | | [roundcube-webmail.plugin-password] |
| | | file_filter = plugins/password/localization/<lang>.inc |
| | | source_file = plugins/password/localization/en_US.inc |
| | | source_lang = en_US |
| | | |
| | | [roundcube-webmail.plugin-subscriptions_option] |
| | | file_filter = plugins/subscriptions_option/localization/<lang>.inc |
| | | source_file = plugins/subscriptions_option/localization/en_US.inc |
| | | source_lang = en_US |
| | | |
| | | [roundcube-webmail.plugin-userinfo] |
| | | file_filter = plugins/userinfo/localization/<lang>.inc |
| | | source_file = plugins/userinfo/localization/en_US.inc |
| | | source_lang = en_US |
| | | |
| | | [roundcube-webmail.plugin-vcard_attachments] |
| | | file_filter = plugins/vcard_attachments/localization/<lang>.inc |
| | | source_file = plugins/vcard_attachments/localization/en_US.inc |
| | | source_lang = en_US |
| | | |
| | | [roundcube-webmail.plugin-zipdownload] |
| | | file_filter = plugins/zipdownload/localization/<lang>.inc |
| | | source_file = plugins/zipdownload/localization/en_US.inc |
| | | source_lang = en_US |
| | | |
| | |
| | | CHANGELOG Roundcube Webmail |
| | | =========================== |
| | | |
| | | - Fix possible header duplicates when using additional headers (#1489033) |
| | | - Fix session issues with use_https=true (#1488986) |
| | | - Fix blockquote width in sent mail (#1489031) |
| | | - Fix keyboard events on list widgets in Internet Explorer (#1489025) |
| | | - Call resize handler in intervals to prevent lags and double onresize calls in Chrome (#1489005) |
| | | - Add rel="noreferrer" for links in displayed messages (#1484686) |
| | | - Add ability to toggle between HTML and text while viewing a message (#1486939) |
| | | - Remove "HTML message" from attachments list while viewing a message in text mode (#1486939) |
| | | - Support IMAP MOVE extension [RFC 6851] |
| | | - Add attachment menu with Open and Download options (#1488975) |
| | | - Display user-friendly message on IMAP "over quota" errors (#1484164) |
| | | - Extended archive plugin with user-configurable options to store messages into subfolders |
| | | - Fix export of selected contacts from search result (#1488905) |
| | | - Feature to export only selected contacts from addressbook (by Phil Weir) |
| | | |
| | | RELEASE 0.9-rc2 |
| | | --------------- |
| | | - Fix security issue in save-pref command |
| | | - Remove sig_above configuration option, use reply_mode only (#1489001) |
| | | - Refresh current folder in opener window after draft save or message sent (#1488997) |
| | | - Fix saving draft just after entering compose window (#1489012) |
| | | - Fix javascript error in IE9 when loading form with placeholders into an iframe (#1489008) |
| | | - Fix handling of some conditional comment tags in HTML message (#1489004) |
| | | - Fix so forward as attachment works if additional attachment is added by message_compose hook (#1489000) |
| | | - Better handling of session errors in ajax requests (#1488960) |
| | | - Fix HTML part detection for some specific message structures (#1488992) |
| | | - Don't show fake address - phishing prevention (#1488981) |
| | | - Fix forward as attachment bug with editormode != 1 (#1488991) |
| | | - Fix LIMIT/OFFSET queries handling on MS SQL Server (#1488984) |
| | | - Fix so task name can really contain all from a-z0-9_- characters (#1488941) |
| | | - Fix javascript errors when working in a page opened with taget="_blank" |
| | | - Mention SQLite database format change in UPGRADING file (#1488983) |
| | | - Increase maxlength to 254 chars for email input fields in addressbook (#1488987) |
| | | - Fix thumbnail size when GD extension is used for image resize (#1488985) |
| | | - Display notice that message is encrypted also for application/pkcs7-mime messages (#1488526) |
| | | |
| | | RELEASE 0.9-rc |
| | | -------------- |
| | | - Fix plain text spellchecker incorrect highlighting in non-ASCII text (#1488973) |
| | | - Add workaround for invalid message charset detection by IMAP servers (#1488968) |
| | | - Fix NUL characters in content-type of ms-tnef attachment (#1488964) |
| | | - Fix regression in handling LDAP contact identifiers (#1488959) |
| | | - Updated translations from Transifex |
| | | - Fix buggy error template in a frame (#1488938) |
| | | - Add addressbook widget on compose page in classic skin |
| | | - Add search box to compose address book widget (#1488381) |
| | | - Fix login in case when default_host is an array with one element (#1488928) |
| | | - Use LDAP fallback hosts on connect + bind instead of ldap_connect() only. |
| | | - Add config option for LDAP bind timeout (sets LDAP_OPT_NETWORK_TIMEOUT option) |
| | | - Submit Addressbook advanced search form with Enter key (#1488568) |
| | | - Also block remote images in HTML part view (#1488827) |
| | | - Improved database schema upgrade procedure, added updatedb.sh script |
| | | - Force autocommit mode in mysql database driver (#1488902) |
| | | |
| | | RELEASE 0.9-beta |
| | | ---------------- |
| | | - Fix searching by date in address book (#1488888) |
| | | - Improve charset detection by prioritizing charset according to user language (#1485669) |
| | | - Fix handling of escaped separator in vCard file (#1488896) |
| | | - Add option to use envelope From address for MDN responses (#1488880) |
| | | - Add possibility to search in message body only (#1488770) |
| | | - Support "multipart/relative" as an alias for "multipart/related" type (#1488886) |
| | | - Display PGP/MIME signature attachments as "Digital Signature" (#1488570) |
| | | - Workaround UW-IMAP bug where hierarchy separator is added to the shared folder name (#1488879) |
| | | - Fix version comparisons with -stable suffix (#1488876) |
| | | - Add unsupported alternative parts to attachments list (#1488870) |
| | | - Add Compose button on message view page (#1488747) |
| | | - Display 'Sender' header in message preview |
| | | - Plugin API: Added message_before_send hook |
| | | - Fix contact copy/add-to-group operations on search result (#1488862) |
| | | - Use matching identity in MDN response (#1488864) |
| | | - Fix handling of signatures on draft edit (#1488798) |
| | | - Fix so compacting of non-empty folder is possible also when messages list is empty (#1488858) |
| | | - Allow forwarding of multiple emails (#1486854) |
| | | - Fix big memory consumption of DB layer (#1488856) |
| | | - Fix broken message/part bodies when FETCH response contains more untagged lines (#1488836) |
| | | - Fix empty email on identities list after identity update (#1488834) |
| | | - Add new identities_level: (4) one identity with possibility to edit only signature |
| | | - Use Delivered-To and Envelope-To headers for identity selection (#1488840, #1488553) |
| | | - Fix XSS vulnerability using Flash files (#1488828) |
| | | - Fix absolute positioning in HTML messages (#1488819) |
| | | - Fix cache (in)validation after setting \Deleted flag |
| | | - Fix keybord events on messages list in opera browser (#1488823) |
| | | - Fix selection of collapsed thread rows (#1488772) |
| | | - Always save drafts with format=flowed in order to keep original line wraps (#1488799) |
| | | - Fix wrapping of quoted text with format=flowed (#1488177) |
| | | - Select default_addressbook on the list in Address Book (#1488280) |
| | | - Fix so mobile phone has TYPE=CELL in exported vCard (#1488812) |
| | | - Support contacts import from CSV file (#1486399) |
| | |
| | | Better classes separation |
| | | Framework files moved to lib/Roundcube |
| | | |
| | | RELEASE 0.8.5 |
| | | ------------- |
| | | - Fix #countcontrols issue in IE<=8 when text is very long (#1488890) |
| | | - Fix unwanted horizontal scrollbar in message preview header (#1488866) |
| | | - Add workaround for IE<=8 bug where Content-Disposition:inline was ignored (#1488844) |
| | | - Fix XSS vulnerability in vbscript: and data:text links handling (#1488850) |
| | | - Fix absolute positioning in HTML messages (#1488819) |
| | | - Fix cache (in)validation after setting \Deleted flag |
| | | - Fix keybord events on messages list in opera browser (#1488823) |
| | | - Fix selection of collapsed thread rows (#1488772) |
| | | - Fix wrapping of quoted text with format=flowed (#1488177) |
| | | |
| | | RELEASE 0.8.4 |
| | | ------------- |
| | | - Fix regression where unintentional page reload was done after request abort (#1488802) |
| | |
| | | * The Apache, Lighttpd, Cherokee or Hiawatha web server |
| | | * .htaccess support allowing overrides for DirectoryIndex |
| | | * PHP Version 5.2.1 or greater including |
| | | - PDO, PCRE, DOM, JSON, XML, Session, Sockets (required) |
| | | - libiconv, zip (recommended) |
| | | - mbstring, fileinfo, mcrypt (optional) |
| | | - PCRE, DOM, JSON, XML, Session, Sockets (required) |
| | | - PHP Data Objects (PDO) with driver for either MySQL, PostgreSQL or SQLite (required) |
| | | Note: MySQL database driver requires PHP 5.3 or newer. |
| | | - Libiconv, Zip (recommended) |
| | | - Fileinfo, Mcrypt, mbstring (optional) |
| | | * PEAR packages distributed with Roundcube or external: |
| | | - Mail_Mime 1.8.1 or newer |
| | | - Mail_mimeDecode 1.5.5 or newer |
| | |
| | | - magic_quotes_runtime disabled |
| | | - magic_quotes_sybase disabled |
| | | * PHP compiled with OpenSSL to connect to IMAPS and to use the spell checker |
| | | * A MySQL (4.0.8 or newer), PostgreSQL, MSSQL database engine |
| | | * A MySQL (4.0.8 or newer), PostgreSQL, MS SQL Server (2005 or newer) database engine |
| | | or SQLite support in PHP |
| | | * One of the above databases with permission to create tables |
| | | * An SMTP server (recommended) or PHP configured for mail delivery |
| | |
| | | |
| | | compress.filetype = ("text/plain", "text/html", "text/javascript", "text/css", "text/xml", "image/gif", "image/png") |
| | | } |
| | | |
| | | |
| | |
| | | ) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
|
| | | GO
|
| | |
|
| | | CREATE TABLE [dbo].[system] (
|
| | | [name] [varchar] (64) COLLATE Latin1_General_CI_AI NOT NULL ,
|
| | | [value] [text] COLLATE Latin1_General_CI_AI NOT NULL |
| | | ) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
|
| | | GO
|
| | |
|
| | | ALTER TABLE [dbo].[cache_index] WITH NOCHECK ADD
|
| | | PRIMARY KEY CLUSTERED
|
| | | (
|
| | |
| | | CONSTRAINT [PK_searches_search_id] PRIMARY KEY CLUSTERED
|
| | | (
|
| | | [search_id]
|
| | | ) ON [PRIMARY] |
| | | GO
|
| | |
|
| | | ALTER TABLE [dbo].[system] WITH NOCHECK ADD |
| | | CONSTRAINT [PK_system_name] PRIMARY KEY CLUSTERED |
| | | (
|
| | | [name]
|
| | | ) ON [PRIMARY]
|
| | | GO
|
| | |
|
| | |
| | | WHERE [contact_id] IN (SELECT [contact_id] FROM deleted)
|
| | | GO
|
| | |
|
| | | INSERT INTO [dbo].[system] ([name], [value]) VALUES ('roundcube-version', '2013011700')
|
| | | GO
|
| | |
|
New file |
| | |
| | | -- Updates from version 0.3.1
|
| | |
|
| | | ALTER TABLE [dbo].[messages] ADD CONSTRAINT [FK_messages_user_id]
|
| | | FOREIGN KEY ([user_id]) REFERENCES [dbo].[users] ([user_id])
|
| | | ON DELETE CASCADE ON UPDATE CASCADE
|
| | | GO
|
| | |
|
| | | ALTER TABLE [dbo].[cache] ADD CONSTRAINT [FK_cache_user_id]
|
| | | FOREIGN KEY ([user_id]) REFERENCES [dbo].[users] ([user_id])
|
| | | ON DELETE CASCADE ON UPDATE CASCADE
|
| | | GO
|
| | |
|
| | | ALTER TABLE [dbo].[contacts] ADD CONSTRAINT [FK_contacts_user_id]
|
| | | FOREIGN KEY ([user_id]) REFERENCES [dbo].[users] ([user_id])
|
| | | ON DELETE CASCADE ON UPDATE CASCADE
|
| | | GO
|
| | |
|
| | | ALTER TABLE [dbo].[identities] ADD CONSTRAINT [FK_identities_user_id] |
| | | FOREIGN KEY ([user_id]) REFERENCES [dbo].[users] ([user_id])
|
| | | ON DELETE CASCADE ON UPDATE CASCADE
|
| | | GO
|
| | |
|
| | | ALTER TABLE [dbo].[identities] ADD [changed] [datetime] NULL |
| | | GO
|
| | |
|
| | | CREATE TABLE [dbo].[contactgroups] (
|
| | | [contactgroup_id] [int] IDENTITY (1, 1) NOT NULL ,
|
| | | [user_id] [int] NOT NULL ,
|
| | | [changed] [datetime] NOT NULL ,
|
| | | [del] [char] (1) COLLATE Latin1_General_CI_AI NOT NULL ,
|
| | | [name] [varchar] (128) COLLATE Latin1_General_CI_AI NOT NULL
|
| | | ) ON [PRIMARY] |
| | | GO
|
| | |
|
| | | CREATE TABLE [dbo].[contactgroupmembers] (
|
| | | [contactgroup_id] [int] NOT NULL ,
|
| | | [contact_id] [int] NOT NULL ,
|
| | | [created] [datetime] NOT NULL
|
| | | ) ON [PRIMARY] |
| | | GO
|
| | |
|
| | | ALTER TABLE [dbo].[contactgroups] WITH NOCHECK ADD |
| | | CONSTRAINT [PK_contactgroups_contactgroup_id] PRIMARY KEY CLUSTERED |
| | | (
|
| | | [contactgroup_id]
|
| | | ) ON [PRIMARY] |
| | | GO
|
| | |
|
| | | ALTER TABLE [dbo].[contactgroupmembers] WITH NOCHECK ADD |
| | | CONSTRAINT [PK_contactgroupmembers_id] PRIMARY KEY CLUSTERED |
| | | (
|
| | | [contactgroup_id], [contact_id]
|
| | | ) ON [PRIMARY] |
| | | GO
|
| | |
|
| | | ALTER TABLE [dbo].[contactgroups] ADD |
| | | CONSTRAINT [DF_contactgroups_user_id] DEFAULT (0) FOR [user_id],
|
| | | CONSTRAINT [DF_contactgroups_changed] DEFAULT (getdate()) FOR [changed],
|
| | | CONSTRAINT [DF_contactgroups_del] DEFAULT ('0') FOR [del],
|
| | | CONSTRAINT [DF_contactgroups_name] DEFAULT ('') FOR [name],
|
| | | CONSTRAINT [CK_contactgroups_del] CHECK ([del] = '1' or [del] = '0')
|
| | | GO
|
| | |
|
| | | CREATE INDEX [IX_contactgroups_user_id] ON [dbo].[contacts]([user_id]) ON [PRIMARY]
|
| | | GO
|
| | |
|
| | | ALTER TABLE [dbo].[contactgroupmembers] ADD |
| | | CONSTRAINT [DF_contactgroupmembers_contactgroup_id] DEFAULT (0) FOR [contactgroup_id],
|
| | | CONSTRAINT [DF_contactgroupmembers_contact_id] DEFAULT (0) FOR [contact_id],
|
| | | CONSTRAINT [DF_contactgroupmembers_created] DEFAULT (getdate()) FOR [created]
|
| | | GO
|
| | |
|
| | | ALTER TABLE [dbo].[contactgroupmembers] ADD CONSTRAINT [FK_contactgroupmembers_contactgroup_id]
|
| | | FOREIGN KEY ([contactgroup_id]) REFERENCES [dbo].[contactgroups] ([contactgroup_id])
|
| | | ON DELETE CASCADE ON UPDATE CASCADE
|
| | | GO
|
| | |
|
| | | CREATE TRIGGER [contact_delete_member] ON [dbo].[contacts]
|
| | | AFTER DELETE AS
|
| | | DELETE FROM [dbo].[contactgroupmembers]
|
| | | WHERE [contact_id] IN (SELECT [contact_id] FROM deleted)
|
| | | GO
|
| | |
|
| | | ALTER TABLE [dbo].[contactgroups] ADD CONSTRAINT [FK_contactgroups_user_id]
|
| | | FOREIGN KEY ([user_id]) REFERENCES [dbo].[users] ([user_id])
|
| | | ON DELETE CASCADE ON UPDATE CASCADE
|
| | | GO
|
New file |
| | |
| | | -- Updates from version 0.4.2
|
| | |
|
| | | DROP INDEX [IX_users_username]
|
| | | GO
|
| | | CREATE UNIQUE INDEX [IX_users_username] ON [dbo].[users]([username],[mail_host]) ON [PRIMARY]
|
| | | GO
|
| | | ALTER TABLE [dbo].[contacts] ALTER COLUMN [email] [varchar] (255) COLLATE Latin1_General_CI_AI NOT NULL
|
| | | GO
|
| | |
|
New file |
| | |
| | | -- Updates from version 0.5.x
|
| | |
|
| | | ALTER TABLE [dbo].[contacts] ADD [words] [text] COLLATE Latin1_General_CI_AI NULL |
| | | GO
|
| | | CREATE INDEX [IX_contactgroupmembers_contact_id] ON [dbo].[contactgroupmembers]([contact_id]) ON [PRIMARY]
|
| | | GO
|
| | | DELETE FROM [dbo].[messages]
|
| | | GO
|
| | | DELETE FROM [dbo].[cache]
|
| | | GO
|
New file |
| | |
| | | -- Updates from version 0.6
|
| | |
|
| | | CREATE TABLE [dbo].[dictionary] (
|
| | | [user_id] [int] ,
|
| | | [language] [varchar] (5) COLLATE Latin1_General_CI_AI NOT NULL ,
|
| | | [data] [text] COLLATE Latin1_General_CI_AI NOT NULL |
| | | ) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
|
| | | GO
|
| | | CREATE UNIQUE INDEX [IX_dictionary_user_language] ON [dbo].[dictionary]([user_id],[language]) ON [PRIMARY]
|
| | | GO
|
| | |
|
| | | CREATE TABLE [dbo].[searches] (
|
| | | [search_id] [int] IDENTITY (1, 1) NOT NULL ,
|
| | | [user_id] [int] NOT NULL ,
|
| | | [type] [tinyint] NOT NULL ,
|
| | | [name] [varchar] (128) COLLATE Latin1_General_CI_AI NOT NULL ,
|
| | | [data] [text] COLLATE Latin1_General_CI_AI NOT NULL |
| | | ) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
|
| | | GO
|
| | |
|
| | | ALTER TABLE [dbo].[searches] WITH NOCHECK ADD |
| | | CONSTRAINT [PK_searches_search_id] PRIMARY KEY CLUSTERED |
| | | (
|
| | | [search_id]
|
| | | ) ON [PRIMARY] |
| | | GO
|
| | |
|
| | | ALTER TABLE [dbo].[searches] ADD |
| | | CONSTRAINT [DF_searches_user] DEFAULT (0) FOR [user_id],
|
| | | CONSTRAINT [DF_searches_type] DEFAULT (0) FOR [type],
|
| | | GO
|
| | |
|
| | | CREATE UNIQUE INDEX [IX_searches_user_type_name] ON [dbo].[searches]([user_id],[type],[name]) ON [PRIMARY]
|
| | | GO
|
| | |
|
| | | ALTER TABLE [dbo].[searches] ADD CONSTRAINT [FK_searches_user_id]
|
| | | FOREIGN KEY ([user_id]) REFERENCES [dbo].[users] ([user_id])
|
| | | ON DELETE CASCADE ON UPDATE CASCADE
|
| | | GO
|
| | |
|
| | | DROP TABLE [dbo].[messages]
|
| | | GO
|
| | | CREATE TABLE [dbo].[cache_index] (
|
| | | [user_id] [int] NOT NULL ,
|
| | | [mailbox] [varchar] (128) COLLATE Latin1_General_CI_AI NOT NULL ,
|
| | | [changed] [datetime] NOT NULL ,
|
| | | [valid] [char] (1) COLLATE Latin1_General_CI_AI NOT NULL ,
|
| | | [data] [text] COLLATE Latin1_General_CI_AI NOT NULL |
| | | ) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
|
| | | GO
|
| | |
|
| | | CREATE TABLE [dbo].[cache_thread] (
|
| | | [user_id] [int] NOT NULL ,
|
| | | [mailbox] [varchar] (128) COLLATE Latin1_General_CI_AI NOT NULL ,
|
| | | [changed] [datetime] NOT NULL ,
|
| | | [data] [text] COLLATE Latin1_General_CI_AI NOT NULL |
| | | ) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
|
| | | GO
|
| | |
|
| | | CREATE TABLE [dbo].[cache_messages] (
|
| | | [user_id] [int] NOT NULL ,
|
| | | [mailbox] [varchar] (128) COLLATE Latin1_General_CI_AI NOT NULL ,
|
| | | [uid] [int] NOT NULL ,
|
| | | [changed] [datetime] NOT NULL ,
|
| | | [data] [text] COLLATE Latin1_General_CI_AI NOT NULL ,
|
| | | [flags] [int] NOT NULL
|
| | | ) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
|
| | | GO
|
| | |
|
| | | ALTER TABLE [dbo].[cache_index] WITH NOCHECK ADD |
| | | PRIMARY KEY CLUSTERED |
| | | (
|
| | | [user_id],[mailbox]
|
| | | ) ON [PRIMARY] |
| | | GO
|
| | |
|
| | | ALTER TABLE [dbo].[cache_thread] WITH NOCHECK ADD |
| | | PRIMARY KEY CLUSTERED |
| | | (
|
| | | [user_id],[mailbox]
|
| | | ) ON [PRIMARY] |
| | | GO
|
| | |
|
| | | ALTER TABLE [dbo].[cache_messages] WITH NOCHECK ADD |
| | | PRIMARY KEY CLUSTERED |
| | | (
|
| | | [user_id],[mailbox],[uid]
|
| | | ) ON [PRIMARY] |
| | | GO
|
| | |
|
| | | ALTER TABLE [dbo].[cache_index] ADD |
| | | CONSTRAINT [DF_cache_index_changed] DEFAULT (getdate()) FOR [changed],
|
| | | CONSTRAINT [DF_cache_index_valid] DEFAULT ('0') FOR [valid]
|
| | | GO
|
| | |
|
| | | CREATE INDEX [IX_cache_index_user_id] ON [dbo].[cache_index]([user_id]) ON [PRIMARY]
|
| | | GO
|
| | |
|
| | | ALTER TABLE [dbo].[cache_thread] ADD |
| | | CONSTRAINT [DF_cache_thread_changed] DEFAULT (getdate()) FOR [changed]
|
| | | GO
|
| | |
|
| | | CREATE INDEX [IX_cache_thread_user_id] ON [dbo].[cache_thread]([user_id]) ON [PRIMARY]
|
| | | GO
|
| | |
|
| | | ALTER TABLE [dbo].[cache_messages] ADD |
| | | CONSTRAINT [DF_cache_messages_changed] DEFAULT (getdate()) FOR [changed],
|
| | | CONSTRAINT [DF_cache_messages_flags] DEFAULT (0) FOR [flags]
|
| | | GO
|
| | |
|
| | | CREATE INDEX [IX_cache_messages_user_id] ON [dbo].[cache_messages]([user_id]) ON [PRIMARY]
|
| | | GO
|
| | |
|
| | | ALTER TABLE [dbo].[cache_index] ADD CONSTRAINT [FK_cache_index_user_id]
|
| | | FOREIGN KEY ([user_id]) REFERENCES [dbo].[users] ([user_id])
|
| | | ON DELETE CASCADE ON UPDATE CASCADE
|
| | | GO
|
| | |
|
| | | ALTER TABLE [dbo].[cache_thread] ADD CONSTRAINT [FK_cache_thread_user_id]
|
| | | FOREIGN KEY ([user_id]) REFERENCES [dbo].[users] ([user_id])
|
| | | ON DELETE CASCADE ON UPDATE CASCADE
|
| | | GO
|
| | |
|
| | | ALTER TABLE [dbo].[cache_messages] ADD CONSTRAINT [FK_cache_messages_user_id]
|
| | | FOREIGN KEY ([user_id]) REFERENCES [dbo].[users] ([user_id])
|
| | | ON DELETE CASCADE ON UPDATE CASCADE
|
| | | GO
|
New file |
| | |
| | | -- Updates from version 0.7-beta
|
| | |
|
| | | ALTER TABLE [dbo].[session] ALTER COLUMN [sess_id] [varchar] (128) COLLATE Latin1_General_CI_AI NOT NULL
|
| | | GO
|
New file |
| | |
| | | -- Updates from version 0.7
|
| | |
|
| | | ALTER TABLE [dbo].[contacts] DROP CONSTRAINT [DF_contacts_email]
|
| | | GO
|
| | | ALTER TABLE [dbo].[contacts] ALTER COLUMN [email] [text] COLLATE Latin1_General_CI_AI NOT NULL
|
| | | GO
|
| | | ALTER TABLE [dbo].[contacts] ADD CONSTRAINT [DF_contacts_email] DEFAULT ('') FOR [email]
|
| | | GO
|
| | |
|
New file |
| | |
| | | -- Updates from version 0.8-rc
|
| | |
|
| | | ALTER TABLE [dbo].[contacts] DROP CONSTRAINT [DF_contacts_email]
|
| | | GO
|
| | | ALTER TABLE [dbo].[contacts] ALTER COLUMN [email] [varchar] (8000) COLLATE Latin1_General_CI_AI NOT NULL
|
| | | GO
|
| | | ALTER TABLE [dbo].[contacts] ADD CONSTRAINT [DF_contacts_email] DEFAULT ('') FOR [email]
|
| | | GO
|
| | |
|
| | | -- Updates from version 0.8
|
| | |
|
| | | ALTER TABLE [dbo].[cache] DROP COLUMN [cache_id]
|
| | | GO
|
| | | ALTER TABLE [dbo].[users] DROP COLUMN [alias]
|
| | | GO
|
| | | CREATE INDEX [IX_identities_email] ON [dbo].[identities]([email],[del]) ON [PRIMARY]
|
| | | GO
|
| | |
|
New file |
| | |
| | | -- Updates from version 0.8
|
| | |
|
| | | ALTER TABLE [dbo].[cache] DROP COLUMN [cache_id]
|
| | | GO
|
| | | ALTER TABLE [dbo].[users] DROP COLUMN [alias]
|
| | | GO
|
| | | CREATE INDEX [IX_identities_email] ON [dbo].[identities]([email],[del]) ON [PRIMARY]
|
| | | GO
|
New file |
| | |
| | | -- Upgrades from 0.9-beta |
| | | |
| | | CREATE TABLE [dbo].[system] (
|
| | | [name] [varchar] (64) COLLATE Latin1_General_CI_AI NOT NULL ,
|
| | | [value] [text] COLLATE Latin1_General_CI_AI |
| | | ) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
|
| | | GO
|
| | |
|
| | | ALTER TABLE [dbo].[system] WITH NOCHECK ADD
|
| | | CONSTRAINT [PK_system_name] PRIMARY KEY CLUSTERED
|
| | | (
|
| | | [name]
|
| | | ) ON [PRIMARY]
|
| | | GO
|
| | |
| | | ) /*!40000 ENGINE=INNODB */ /*!40101 CHARACTER SET utf8 COLLATE utf8_general_ci */; |
| | | |
| | | |
| | | -- Table structure for table `system` |
| | | |
| | | CREATE TABLE `system` ( |
| | | `name` varchar(64) NOT NULL, |
| | | `value` mediumtext, |
| | | PRIMARY KEY(`name`) |
| | | ) /*!40000 ENGINE=INNODB */ /*!40101 CHARACTER SET utf8 COLLATE utf8_general_ci */; |
| | | |
| | | /*!40014 SET FOREIGN_KEY_CHECKS=1 */; |
| | | |
| | | INSERT INTO system (name, value) VALUES ('roundcube-version', '2013011700'); |
New file |
| | |
| | | -- Updates from version 0.1-stable |
| | | |
| | | TRUNCATE TABLE `messages`; |
| | | |
| | | ALTER TABLE `messages` |
| | | DROP INDEX `idx`, |
| | | DROP INDEX `uid`; |
| | | |
| | | ALTER TABLE `cache` |
| | | DROP INDEX `cache_key`, |
| | | DROP INDEX `session_id`, |
| | | ADD INDEX `user_cache_index` (`user_id`,`cache_key`); |
| | | |
| | | ALTER TABLE `users` |
| | | ADD INDEX `username_index` (`username`), |
| | | ADD INDEX `alias_index` (`alias`); |
New file |
| | |
| | | -- Updates from version 0.1.1 |
| | | |
| | | ALTER TABLE `identities` |
| | | MODIFY `signature` text, |
| | | MODIFY `bcc` varchar(128) NOT NULL DEFAULT '', |
| | | MODIFY `reply-to` varchar(128) NOT NULL DEFAULT '', |
| | | MODIFY `organization` varchar(128) NOT NULL DEFAULT '', |
| | | MODIFY `name` varchar(128) NOT NULL, |
| | | MODIFY `email` varchar(128) NOT NULL; |
New file |
| | |
| | | -- Updates from version 0.2-alpha |
| | | |
| | | ALTER TABLE `messages` |
| | | ADD INDEX `created_index` (`created`); |
New file |
| | |
| | | -- Updates from version 0.2-beta (InnoDB required) |
| | | |
| | | ALTER TABLE `cache` |
| | | DROP `session_id`; |
| | | |
| | | ALTER TABLE `session` |
| | | ADD INDEX `changed_index` (`changed`); |
| | | |
| | | ALTER TABLE `cache` |
| | | ADD INDEX `created_index` (`created`); |
| | | |
| | | ALTER TABLE `users` |
| | | CHANGE `language` `language` varchar(5); |
| | | |
| | | ALTER TABLE `cache` ENGINE=InnoDB; |
| | | ALTER TABLE `session` ENGINE=InnoDB; |
| | | ALTER TABLE `messages` ENGINE=InnoDB; |
| | | ALTER TABLE `users` ENGINE=InnoDB; |
| | | ALTER TABLE `contacts` ENGINE=InnoDB; |
| | | ALTER TABLE `identities` ENGINE=InnoDB; |
New file |
| | |
| | | -- Updates from version 0.3-stable |
| | | |
| | | TRUNCATE `messages`; |
| | | |
| | | ALTER TABLE `messages` |
| | | ADD INDEX `index_index` (`user_id`, `cache_key`, `idx`); |
| | | |
| | | ALTER TABLE `session` |
| | | CHANGE `vars` `vars` MEDIUMTEXT NOT NULL; |
| | | |
| | | ALTER TABLE `contacts` |
| | | ADD INDEX `user_contacts_index` (`user_id`,`email`); |
New file |
| | |
| | | -- Updates from version 0.3.1 |
| | | -- WARNING: Make sure that all tables are using InnoDB engine!!! |
| | | -- If not, use: ALTER TABLE xxx ENGINE=InnoDB; |
| | | |
| | | /* MySQL bug workaround: http://bugs.mysql.com/bug.php?id=46293 */ |
| | | /*!40014 SET FOREIGN_KEY_CHECKS=0 */; |
| | | |
| | | ALTER TABLE `messages` DROP FOREIGN KEY `user_id_fk_messages`; |
| | | ALTER TABLE `cache` DROP FOREIGN KEY `user_id_fk_cache`; |
| | | ALTER TABLE `contacts` DROP FOREIGN KEY `user_id_fk_contacts`; |
| | | ALTER TABLE `identities` DROP FOREIGN KEY `user_id_fk_identities`; |
| | | |
| | | ALTER TABLE `messages` ADD CONSTRAINT `user_id_fk_messages` FOREIGN KEY (`user_id`) |
| | | REFERENCES `users`(`user_id`) ON DELETE CASCADE ON UPDATE CASCADE; |
| | | ALTER TABLE `cache` ADD CONSTRAINT `user_id_fk_cache` FOREIGN KEY (`user_id`) |
| | | REFERENCES `users`(`user_id`) ON DELETE CASCADE ON UPDATE CASCADE; |
| | | ALTER TABLE `contacts` ADD CONSTRAINT `user_id_fk_contacts` FOREIGN KEY (`user_id`) |
| | | REFERENCES `users`(`user_id`) ON DELETE CASCADE ON UPDATE CASCADE; |
| | | ALTER TABLE `identities` ADD CONSTRAINT `user_id_fk_identities` FOREIGN KEY (`user_id`) |
| | | REFERENCES `users`(`user_id`) ON DELETE CASCADE ON UPDATE CASCADE; |
| | | |
| | | ALTER TABLE `contacts` ALTER `name` SET DEFAULT ''; |
| | | ALTER TABLE `contacts` ALTER `firstname` SET DEFAULT ''; |
| | | ALTER TABLE `contacts` ALTER `surname` SET DEFAULT ''; |
| | | |
| | | ALTER TABLE `identities` ADD INDEX `user_identities_index` (`user_id`, `del`); |
| | | ALTER TABLE `identities` ADD `changed` datetime NOT NULL DEFAULT '1000-01-01 00:00:00' AFTER `user_id`; |
| | | |
| | | CREATE TABLE `contactgroups` ( |
| | | `contactgroup_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, |
| | | `user_id` int(10) UNSIGNED NOT NULL DEFAULT '0', |
| | | `changed` datetime NOT NULL DEFAULT '1000-01-01 00:00:00', |
| | | `del` tinyint(1) NOT NULL DEFAULT '0', |
| | | `name` varchar(128) NOT NULL DEFAULT '', |
| | | PRIMARY KEY(`contactgroup_id`), |
| | | CONSTRAINT `user_id_fk_contactgroups` FOREIGN KEY (`user_id`) |
| | | REFERENCES `users`(`user_id`) ON DELETE CASCADE ON UPDATE CASCADE, |
| | | INDEX `contactgroups_user_index` (`user_id`,`del`) |
| | | ) /*!40000 ENGINE=INNODB */ /*!40101 CHARACTER SET utf8 COLLATE utf8_general_ci */; |
| | | |
| | | CREATE TABLE `contactgroupmembers` ( |
| | | `contactgroup_id` int(10) UNSIGNED NOT NULL, |
| | | `contact_id` int(10) UNSIGNED NOT NULL DEFAULT '0', |
| | | `created` datetime NOT NULL DEFAULT '1000-01-01 00:00:00', |
| | | PRIMARY KEY (`contactgroup_id`, `contact_id`), |
| | | CONSTRAINT `contactgroup_id_fk_contactgroups` FOREIGN KEY (`contactgroup_id`) |
| | | REFERENCES `contactgroups`(`contactgroup_id`) ON DELETE CASCADE ON UPDATE CASCADE, |
| | | CONSTRAINT `contact_id_fk_contacts` FOREIGN KEY (`contact_id`) |
| | | REFERENCES `contacts`(`contact_id`) ON DELETE CASCADE ON UPDATE CASCADE |
| | | ) /*!40000 ENGINE=INNODB */; |
| | | |
| | | /*!40014 SET FOREIGN_KEY_CHECKS=1 */; |
New file |
| | |
| | | -- Updates from version 0.4-beta |
| | | |
| | | ALTER TABLE `users` CHANGE `last_login` `last_login` datetime DEFAULT NULL; |
| | | UPDATE `users` SET `last_login` = NULL WHERE `last_login` = '1000-01-01 00:00:00'; |
New file |
| | |
| | | -- Updates from version 0.4.2 |
| | | |
| | | ALTER TABLE `users` DROP INDEX `username_index`; |
| | | ALTER TABLE `users` ADD UNIQUE `username` (`username`, `mail_host`); |
| | | |
| | | ALTER TABLE `contacts` MODIFY `email` varchar(255) NOT NULL; |
| | | |
| | | TRUNCATE TABLE `messages`; |
New file |
| | |
| | | -- Updates from version 0.5.x |
| | | |
| | | ALTER TABLE `contacts` ADD `words` TEXT NULL AFTER `vcard`; |
| | | ALTER TABLE `contacts` CHANGE `vcard` `vcard` LONGTEXT /*!40101 CHARACTER SET utf8 */ NULL DEFAULT NULL; |
| | | ALTER TABLE `contactgroupmembers` ADD INDEX `contactgroupmembers_contact_index` (`contact_id`); |
| | | |
| | | TRUNCATE TABLE `messages`; |
| | | TRUNCATE TABLE `cache`; |
New file |
| | |
| | | -- Updates from version 0.6 |
| | | |
| | | /*!40014 SET FOREIGN_KEY_CHECKS=0 */; |
| | | |
| | | ALTER TABLE `users` CHANGE `alias` `alias` varchar(128) BINARY NOT NULL; |
| | | ALTER TABLE `users` CHANGE `username` `username` varchar(128) BINARY NOT NULL; |
| | | |
| | | CREATE TABLE `dictionary` ( |
| | | `user_id` int(10) UNSIGNED DEFAULT NULL, |
| | | `language` varchar(5) NOT NULL, |
| | | `data` longtext NOT NULL, |
| | | CONSTRAINT `user_id_fk_dictionary` FOREIGN KEY (`user_id`) |
| | | REFERENCES `users`(`user_id`) ON DELETE CASCADE ON UPDATE CASCADE, |
| | | UNIQUE `uniqueness` (`user_id`, `language`) |
| | | ) /*!40000 ENGINE=INNODB */ /*!40101 CHARACTER SET utf8 COLLATE utf8_general_ci */; |
| | | |
| | | CREATE TABLE `searches` ( |
| | | `search_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, |
| | | `user_id` int(10) UNSIGNED NOT NULL DEFAULT '0', |
| | | `type` int(3) NOT NULL DEFAULT '0', |
| | | `name` varchar(128) NOT NULL, |
| | | `data` text, |
| | | PRIMARY KEY(`search_id`), |
| | | CONSTRAINT `user_id_fk_searches` FOREIGN KEY (`user_id`) |
| | | REFERENCES `users`(`user_id`) ON DELETE CASCADE ON UPDATE CASCADE, |
| | | UNIQUE `uniqueness` (`user_id`, `type`, `name`) |
| | | ) /*!40000 ENGINE=INNODB */ /*!40101 CHARACTER SET utf8 COLLATE utf8_general_ci */; |
| | | |
| | | DROP TABLE `messages`; |
| | | |
| | | CREATE TABLE `cache_index` ( |
| | | `user_id` int(10) UNSIGNED NOT NULL DEFAULT '0', |
| | | `mailbox` varchar(255) BINARY NOT NULL, |
| | | `changed` datetime NOT NULL DEFAULT '1000-01-01 00:00:00', |
| | | `valid` tinyint(1) NOT NULL DEFAULT '0', |
| | | `data` longtext NOT NULL, |
| | | CONSTRAINT `user_id_fk_cache_index` FOREIGN KEY (`user_id`) |
| | | REFERENCES `users`(`user_id`) ON DELETE CASCADE ON UPDATE CASCADE, |
| | | INDEX `changed_index` (`changed`), |
| | | PRIMARY KEY (`user_id`, `mailbox`) |
| | | ) /*!40000 ENGINE=INNODB */ /*!40101 CHARACTER SET utf8 COLLATE utf8_general_ci */; |
| | | |
| | | CREATE TABLE `cache_thread` ( |
| | | `user_id` int(10) UNSIGNED NOT NULL DEFAULT '0', |
| | | `mailbox` varchar(255) BINARY NOT NULL, |
| | | `changed` datetime NOT NULL DEFAULT '1000-01-01 00:00:00', |
| | | `data` longtext NOT NULL, |
| | | CONSTRAINT `user_id_fk_cache_thread` FOREIGN KEY (`user_id`) |
| | | REFERENCES `users`(`user_id`) ON DELETE CASCADE ON UPDATE CASCADE, |
| | | INDEX `changed_index` (`changed`), |
| | | PRIMARY KEY (`user_id`, `mailbox`) |
| | | ) /*!40000 ENGINE=INNODB */ /*!40101 CHARACTER SET utf8 COLLATE utf8_general_ci */; |
| | | |
| | | CREATE TABLE `cache_messages` ( |
| | | `user_id` int(10) UNSIGNED NOT NULL DEFAULT '0', |
| | | `mailbox` varchar(255) BINARY NOT NULL, |
| | | `uid` int(11) UNSIGNED NOT NULL DEFAULT '0', |
| | | `changed` datetime NOT NULL DEFAULT '1000-01-01 00:00:00', |
| | | `data` longtext NOT NULL, |
| | | `flags` int(11) NOT NULL DEFAULT '0', |
| | | CONSTRAINT `user_id_fk_cache_messages` FOREIGN KEY (`user_id`) |
| | | REFERENCES `users`(`user_id`) ON DELETE CASCADE ON UPDATE CASCADE, |
| | | INDEX `changed_index` (`changed`), |
| | | PRIMARY KEY (`user_id`, `mailbox`, `uid`) |
| | | ) /*!40000 ENGINE=INNODB */ /*!40101 CHARACTER SET utf8 COLLATE utf8_general_ci */; |
| | | |
| | | /*!40014 SET FOREIGN_KEY_CHECKS=1 */; |
New file |
| | |
| | | -- Updates from version 0.7-beta |
| | | |
| | | ALTER TABLE `session` CHANGE `sess_id` `sess_id` varchar(128) NOT NULL; |
New file |
| | |
| | | -- Updates from version 0.7 |
| | | |
| | | /*!40014 SET FOREIGN_KEY_CHECKS=0 */; |
| | | |
| | | ALTER TABLE `contacts` DROP FOREIGN KEY `user_id_fk_contacts`; |
| | | ALTER TABLE `contacts` DROP INDEX `user_contacts_index`; |
| | | ALTER TABLE `contacts` MODIFY `email` text NOT NULL; |
| | | ALTER TABLE `contacts` ADD INDEX `user_contacts_index` (`user_id`,`del`); |
| | | ALTER TABLE `contacts` ADD CONSTRAINT `user_id_fk_contacts` FOREIGN KEY (`user_id`) |
| | | REFERENCES `users`(`user_id`) ON DELETE CASCADE ON UPDATE CASCADE; |
| | | |
| | | ALTER TABLE `cache` ALTER `user_id` DROP DEFAULT; |
| | | ALTER TABLE `cache_index` ALTER `user_id` DROP DEFAULT; |
| | | ALTER TABLE `cache_thread` ALTER `user_id` DROP DEFAULT; |
| | | ALTER TABLE `cache_messages` ALTER `user_id` DROP DEFAULT; |
| | | ALTER TABLE `contacts` ALTER `user_id` DROP DEFAULT; |
| | | ALTER TABLE `contactgroups` ALTER `user_id` DROP DEFAULT; |
| | | ALTER TABLE `contactgroupmembers` ALTER `contact_id` DROP DEFAULT; |
| | | ALTER TABLE `identities` ALTER `user_id` DROP DEFAULT; |
| | | ALTER TABLE `searches` ALTER `user_id` DROP DEFAULT; |
| | | |
| | | /*!40014 SET FOREIGN_KEY_CHECKS=1 */; |
New file |
| | |
| | | -- Updates from version 0.8 |
| | | |
| | | ALTER TABLE `cache` DROP COLUMN `cache_id`; |
| | | ALTER TABLE `users` DROP COLUMN `alias`; |
| | | ALTER TABLE `identities` ADD INDEX `email_identities_index` (`email`, `del`); |
New file |
| | |
| | | -- Upgrade from 0.9-beta |
| | | |
| | | CREATE TABLE IF NOT EXISTS `system` ( |
| | | `name` varchar(64) NOT NULL, |
| | | `value` mediumtext, |
| | | PRIMARY KEY(`name`) |
| | | ) /*!40000 ENGINE=INNODB */ /*!40101 CHARACTER SET utf8 COLLATE utf8_general_ci */; |
| | |
| | | data text NOT NULL, |
| | | CONSTRAINT searches_user_id_key UNIQUE (user_id, "type", name) |
| | | ); |
| | | |
| | | |
| | | -- |
| | | -- Table "system" |
| | | -- Name: system; Type: TABLE; Schema: public; Owner: postgres |
| | | -- |
| | | |
| | | CREATE TABLE "system" ( |
| | | name varchar(64) NOT NULL PRIMARY KEY, |
| | | value text |
| | | ); |
| | | |
| | | INSERT INTO system (name, value) VALUES ('roundcube-version', '2013011700'); |
New file |
| | |
| | | -- Updates from version 0.1-stable to 0.1.1 |
| | | |
| | | CREATE INDEX cache_user_id_idx ON cache (user_id, cache_key); |
| | | CREATE INDEX contacts_user_id_idx ON contacts (user_id); |
| | | CREATE INDEX identities_user_id_idx ON identities (user_id); |
| | | |
| | | CREATE INDEX users_username_id_idx ON users (username); |
| | | CREATE INDEX users_alias_id_idx ON users (alias); |
| | | |
| | | -- added ON DELETE/UPDATE actions |
| | | ALTER TABLE messages DROP CONSTRAINT messages_user_id_fkey; |
| | | ALTER TABLE messages ADD FOREIGN KEY (user_id) REFERENCES users(user_id) ON DELETE CASCADE ON UPDATE CASCADE; |
| | | ALTER TABLE identities DROP CONSTRAINT identities_user_id_fkey; |
| | | ALTER TABLE identities ADD FOREIGN KEY (user_id) REFERENCES users(user_id) ON DELETE CASCADE ON UPDATE CASCADE; |
| | | ALTER TABLE contacts DROP CONSTRAINT contacts_user_id_fkey; |
| | | ALTER TABLE contacts ADD FOREIGN KEY (user_id) REFERENCES users(user_id) ON DELETE CASCADE ON UPDATE CASCADE; |
| | | ALTER TABLE cache DROP CONSTRAINT cache_user_id_fkey; |
| | | ALTER TABLE cache ADD FOREIGN KEY (user_id) REFERENCES users(user_id) ON DELETE CASCADE ON UPDATE CASCADE; |
New file |
| | |
| | | -- Updates from version 0.2-alpha |
| | | |
| | | CREATE INDEX messages_created_idx ON messages (created); |
New file |
| | |
| | | -- Updates from version 0.2-beta |
| | | |
| | | ALTER TABLE cache DROP session_id; |
| | | |
| | | CREATE INDEX session_changed_idx ON session (changed); |
| | | CREATE INDEX cache_created_idx ON "cache" (created); |
| | | |
| | | ALTER TABLE users ALTER "language" DROP NOT NULL; |
| | | ALTER TABLE users ALTER "language" DROP DEFAULT; |
| | | |
| | | ALTER TABLE identities ALTER del TYPE smallint; |
| | | ALTER TABLE identities ALTER standard TYPE smallint; |
| | | ALTER TABLE contacts ALTER del TYPE smallint; |
| | | ALTER TABLE messages ALTER del TYPE smallint; |
New file |
| | |
| | | -- Updates from version 0.3-stable |
| | | |
| | | TRUNCATE messages; |
| | | CREATE INDEX messages_index_idx ON messages (user_id, cache_key, idx); |
| | | DROP INDEX contacts_user_id_idx; |
| | | CREATE INDEX contacts_user_id_idx ON contacts (user_id, email); |
New file |
| | |
| | | -- Updates from version 0.3.1 |
| | | |
| | | DROP INDEX identities_user_id_idx; |
| | | CREATE INDEX identities_user_id_idx ON identities (user_id, del); |
| | | |
| | | ALTER TABLE identities ADD changed timestamp with time zone DEFAULT now() NOT NULL; |
| | | |
| | | CREATE SEQUENCE contactgroups_ids |
| | | INCREMENT BY 1 |
| | | NO MAXVALUE |
| | | NO MINVALUE |
| | | CACHE 1; |
| | | |
| | | CREATE TABLE contactgroups ( |
| | | contactgroup_id integer DEFAULT nextval('contactgroups_ids'::text) PRIMARY KEY, |
| | | user_id integer NOT NULL |
| | | REFERENCES users(user_id) ON DELETE CASCADE ON UPDATE CASCADE, |
| | | changed timestamp with time zone DEFAULT now() NOT NULL, |
| | | del smallint NOT NULL DEFAULT 0, |
| | | name varchar(128) NOT NULL DEFAULT '' |
| | | ); |
| | | |
| | | CREATE INDEX contactgroups_user_id_idx ON contactgroups (user_id, del); |
| | | |
| | | CREATE TABLE contactgroupmembers ( |
| | | contactgroup_id integer NOT NULL |
| | | REFERENCES contactgroups(contactgroup_id) ON DELETE CASCADE ON UPDATE CASCADE, |
| | | contact_id integer NOT NULL |
| | | REFERENCES contacts(contact_id) ON DELETE CASCADE ON UPDATE CASCADE, |
| | | created timestamp with time zone DEFAULT now() NOT NULL, |
| | | PRIMARY KEY (contactgroup_id, contact_id) |
| | | ); |
New file |
| | |
| | | -- Updates from version 0.4-beta |
| | | |
| | | ALTER TABLE users ALTER last_login DROP NOT NULL; |
| | | ALTER TABLE users ALTER last_login SET DEFAULT NULL; |
New file |
| | |
| | | -- Updates from version 0.4.2 |
| | | |
| | | DROP INDEX users_username_id_idx; |
| | | ALTER TABLE users ADD CONSTRAINT users_username_key UNIQUE (username, mail_host); |
| | | ALTER TABLE contacts ALTER email TYPE varchar(255); |
| | | |
| | | TRUNCATE messages; |
New file |
| | |
| | | -- Updates from version 0.5.x |
| | | |
| | | ALTER TABLE contacts ADD words TEXT NULL; |
| | | CREATE INDEX contactgroupmembers_contact_id_idx ON contactgroupmembers (contact_id); |
| | | |
| | | TRUNCATE messages; |
| | | TRUNCATE cache; |
New file |
| | |
| | | -- Updates from version 0.6 |
| | | |
| | | CREATE TABLE dictionary ( |
| | | user_id integer DEFAULT NULL |
| | | REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE, |
| | | "language" varchar(5) NOT NULL, |
| | | data text NOT NULL, |
| | | CONSTRAINT dictionary_user_id_language_key UNIQUE (user_id, "language") |
| | | ); |
| | | |
| | | CREATE SEQUENCE search_ids |
| | | INCREMENT BY 1 |
| | | NO MAXVALUE |
| | | NO MINVALUE |
| | | CACHE 1; |
| | | |
| | | CREATE TABLE searches ( |
| | | search_id integer DEFAULT nextval('search_ids'::text) PRIMARY KEY, |
| | | user_id integer NOT NULL |
| | | REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE, |
| | | "type" smallint DEFAULT 0 NOT NULL, |
| | | name varchar(128) NOT NULL, |
| | | data text NOT NULL, |
| | | CONSTRAINT searches_user_id_key UNIQUE (user_id, "type", name) |
| | | ); |
| | | |
| | | DROP SEQUENCE message_ids; |
| | | DROP TABLE messages; |
| | | |
| | | CREATE TABLE cache_index ( |
| | | user_id integer NOT NULL |
| | | REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE, |
| | | mailbox varchar(255) NOT NULL, |
| | | changed timestamp with time zone DEFAULT now() NOT NULL, |
| | | valid smallint NOT NULL DEFAULT 0, |
| | | data text NOT NULL, |
| | | PRIMARY KEY (user_id, mailbox) |
| | | ); |
| | | |
| | | CREATE INDEX cache_index_changed_idx ON cache_index (changed); |
| | | |
| | | CREATE TABLE cache_thread ( |
| | | user_id integer NOT NULL |
| | | REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE, |
| | | mailbox varchar(255) NOT NULL, |
| | | changed timestamp with time zone DEFAULT now() NOT NULL, |
| | | data text NOT NULL, |
| | | PRIMARY KEY (user_id, mailbox) |
| | | ); |
| | | |
| | | CREATE INDEX cache_thread_changed_idx ON cache_thread (changed); |
| | | |
| | | CREATE TABLE cache_messages ( |
| | | user_id integer NOT NULL |
| | | REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE, |
| | | mailbox varchar(255) NOT NULL, |
| | | uid integer NOT NULL, |
| | | changed timestamp with time zone DEFAULT now() NOT NULL, |
| | | data text NOT NULL, |
| | | flags integer NOT NULL DEFAULT 0, |
| | | PRIMARY KEY (user_id, mailbox, uid) |
| | | ); |
| | | |
| | | CREATE INDEX cache_messages_changed_idx ON cache_messages (changed); |
New file |
| | |
| | | -- Updates from version 0.7-beta |
| | | |
| | | ALTER TABLE "session" ALTER sess_id TYPE varchar(128); |
New file |
| | |
| | | -- Updates from version 0.7 |
| | | |
| | | DROP INDEX contacts_user_id_idx; |
| | | CREATE INDEX contacts_user_id_idx ON contacts USING btree (user_id, del); |
| | | ALTER TABLE contacts ALTER email TYPE text; |
New file |
| | |
| | | -- Updates from version 0.8 |
| | | |
| | | ALTER TABLE cache DROP COLUMN cache_id; |
| | | DROP SEQUENCE cache_ids; |
| | | |
| | | ALTER TABLE users DROP COLUMN alias; |
| | | CREATE INDEX identities_email_idx ON identities (email, del); |
New file |
| | |
| | | CREATE TABLE "system" ( |
| | | name varchar(64) NOT NULL PRIMARY KEY, |
| | | value text |
| | | ); |
| | |
| | | ); |
| | | |
| | | CREATE INDEX ix_cache_messages_changed ON cache_messages (changed); |
| | | |
| | | -- -------------------------------------------------------- |
| | | |
| | | -- |
| | | -- Table structure for table system |
| | | -- |
| | | |
| | | CREATE TABLE system ( |
| | | name varchar(64) NOT NULL PRIMARY KEY, |
| | | value text NOT NULL |
| | | ); |
| | | |
| | | INSERT INTO system (name, value) VALUES ('roundcube-version', '2013011700'); |
New file |
| | |
| | | -- Updates from version 0.1-stable to 0.1.1 |
| | | |
| | | DROP TABLE messages; |
| | | |
| | | CREATE TABLE messages ( |
| | | message_id integer NOT NULL PRIMARY KEY, |
| | | user_id integer NOT NULL default '0', |
| | | del tinyint NOT NULL default '0', |
| | | cache_key varchar(128) NOT NULL default '', |
| | | created datetime NOT NULL default '0000-00-00 00:00:00', |
| | | idx integer NOT NULL default '0', |
| | | uid integer NOT NULL default '0', |
| | | subject varchar(255) NOT NULL default '', |
| | | "from" varchar(255) NOT NULL default '', |
| | | "to" varchar(255) NOT NULL default '', |
| | | "cc" varchar(255) NOT NULL default '', |
| | | "date" datetime NOT NULL default '0000-00-00 00:00:00', |
| | | size integer NOT NULL default '0', |
| | | headers text NOT NULL, |
| | | structure text |
| | | ); |
| | | |
| | | CREATE INDEX ix_messages_user_cache_uid ON messages(user_id,cache_key,uid); |
| | | CREATE INDEX ix_users_username ON users(username); |
| | | CREATE INDEX ix_users_alias ON users(alias); |
New file |
| | |
| | | -- Updates from version 0.2-alpha |
| | | |
| | | CREATE INDEX ix_messages_created ON messages (created); |
New file |
| | |
| | | -- Updates from version 0.2-beta |
| | | |
| | | CREATE INDEX ix_session_changed ON session (changed); |
| | | CREATE INDEX ix_cache_created ON cache (created); |
New file |
| | |
| | | -- Updates from version 0.3-stable |
| | | |
| | | DELETE FROM messages; |
| | | DROP INDEX ix_messages_user_cache_uid; |
| | | CREATE UNIQUE INDEX ix_messages_user_cache_uid ON messages (user_id,cache_key,uid); |
| | | CREATE INDEX ix_messages_index ON messages (user_id,cache_key,idx); |
| | | DROP INDEX ix_contacts_user_id; |
| | | CREATE INDEX ix_contacts_user_id ON contacts(user_id, email); |
New file |
| | |
| | | -- Updates from version 0.3.1 |
| | | |
| | | -- ALTER TABLE identities ADD COLUMN changed datetime NOT NULL default '0000-00-00 00:00:00'; -- |
| | | |
| | | CREATE TABLE temp_identities ( |
| | | identity_id integer NOT NULL PRIMARY KEY, |
| | | user_id integer NOT NULL default '0', |
| | | standard tinyint NOT NULL default '0', |
| | | name varchar(128) NOT NULL default '', |
| | | organization varchar(128) default '', |
| | | email varchar(128) NOT NULL default '', |
| | | "reply-to" varchar(128) NOT NULL default '', |
| | | bcc varchar(128) NOT NULL default '', |
| | | signature text NOT NULL default '', |
| | | html_signature tinyint NOT NULL default '0' |
| | | ); |
| | | INSERT INTO temp_identities (identity_id, user_id, standard, name, organization, email, "reply-to", bcc, signature, html_signature) |
| | | SELECT identity_id, user_id, standard, name, organization, email, "reply-to", bcc, signature, html_signature |
| | | FROM identities WHERE del=0; |
| | | |
| | | DROP INDEX ix_identities_user_id; |
| | | DROP TABLE identities; |
| | | |
| | | CREATE TABLE identities ( |
| | | identity_id integer NOT NULL PRIMARY KEY, |
| | | user_id integer NOT NULL default '0', |
| | | changed datetime NOT NULL default '0000-00-00 00:00:00', |
| | | del tinyint NOT NULL default '0', |
| | | standard tinyint NOT NULL default '0', |
| | | name varchar(128) NOT NULL default '', |
| | | organization varchar(128) default '', |
| | | email varchar(128) NOT NULL default '', |
| | | "reply-to" varchar(128) NOT NULL default '', |
| | | bcc varchar(128) NOT NULL default '', |
| | | signature text NOT NULL default '', |
| | | html_signature tinyint NOT NULL default '0' |
| | | ); |
| | | CREATE INDEX ix_identities_user_id ON identities(user_id, del); |
| | | |
| | | INSERT INTO identities (identity_id, user_id, standard, name, organization, email, "reply-to", bcc, signature, html_signature) |
| | | SELECT identity_id, user_id, standard, name, organization, email, "reply-to", bcc, signature, html_signature |
| | | FROM temp_identities; |
| | | |
| | | DROP TABLE temp_identities; |
| | | |
| | | CREATE TABLE contactgroups ( |
| | | contactgroup_id integer NOT NULL PRIMARY KEY, |
| | | user_id integer NOT NULL default '0', |
| | | changed datetime NOT NULL default '0000-00-00 00:00:00', |
| | | del tinyint NOT NULL default '0', |
| | | name varchar(128) NOT NULL default '' |
| | | ); |
| | | |
| | | CREATE INDEX ix_contactgroups_user_id ON contactgroups(user_id, del); |
| | | |
| | | CREATE TABLE contactgroupmembers ( |
| | | contactgroup_id integer NOT NULL, |
| | | contact_id integer NOT NULL default '0', |
| | | created datetime NOT NULL default '0000-00-00 00:00:00', |
| | | PRIMARY KEY (contactgroup_id, contact_id) |
| | | ); |
New file |
| | |
| | | -- Updates from version 0.4-beta |
| | | |
| | | CREATE TABLE tmp_users ( |
| | | user_id integer NOT NULL PRIMARY KEY, |
| | | username varchar(128) NOT NULL default '', |
| | | mail_host varchar(128) NOT NULL default '', |
| | | alias varchar(128) NOT NULL default '', |
| | | created datetime NOT NULL default '0000-00-00 00:00:00', |
| | | last_login datetime NOT NULL default '0000-00-00 00:00:00', |
| | | language varchar(5), |
| | | preferences text NOT NULL default '' |
| | | ); |
| | | |
| | | INSERT INTO tmp_users (user_id, username, mail_host, alias, created, last_login, language, preferences) |
| | | SELECT user_id, username, mail_host, alias, created, last_login, language, preferences FROM users; |
| | | |
| | | DROP TABLE users; |
| | | |
| | | CREATE TABLE users ( |
| | | user_id integer NOT NULL PRIMARY KEY, |
| | | username varchar(128) NOT NULL default '', |
| | | mail_host varchar(128) NOT NULL default '', |
| | | alias varchar(128) NOT NULL default '', |
| | | created datetime NOT NULL default '0000-00-00 00:00:00', |
| | | last_login datetime DEFAULT NULL, |
| | | language varchar(5), |
| | | preferences text NOT NULL default '' |
| | | ); |
| | | |
| | | INSERT INTO users (user_id, username, mail_host, alias, created, last_login, language, preferences) |
| | | SELECT user_id, username, mail_host, alias, created, last_login, language, preferences FROM tmp_users; |
| | | |
| | | CREATE INDEX ix_users_username ON users(username); |
| | | CREATE INDEX ix_users_alias ON users(alias); |
| | | DROP TABLE tmp_users; |
New file |
| | |
| | | -- Updates from version 0.4.2 |
| | | |
| | | DROP INDEX ix_users_username; |
| | | CREATE UNIQUE INDEX ix_users_username ON users(username, mail_host); |
| | | |
| | | CREATE TABLE contacts_tmp ( |
| | | contact_id integer NOT NULL PRIMARY KEY, |
| | | user_id integer NOT NULL default '0', |
| | | changed datetime NOT NULL default '0000-00-00 00:00:00', |
| | | del tinyint NOT NULL default '0', |
| | | name varchar(128) NOT NULL default '', |
| | | email varchar(255) NOT NULL default '', |
| | | firstname varchar(128) NOT NULL default '', |
| | | surname varchar(128) NOT NULL default '', |
| | | vcard text NOT NULL default '' |
| | | ); |
| | | |
| | | INSERT INTO contacts_tmp (contact_id, user_id, changed, del, name, email, firstname, surname, vcard) |
| | | SELECT contact_id, user_id, changed, del, name, email, firstname, surname, vcard FROM contacts; |
| | | |
| | | DROP TABLE contacts; |
| | | CREATE TABLE contacts ( |
| | | contact_id integer NOT NULL PRIMARY KEY, |
| | | user_id integer NOT NULL default '0', |
| | | changed datetime NOT NULL default '0000-00-00 00:00:00', |
| | | del tinyint NOT NULL default '0', |
| | | name varchar(128) NOT NULL default '', |
| | | email varchar(255) NOT NULL default '', |
| | | firstname varchar(128) NOT NULL default '', |
| | | surname varchar(128) NOT NULL default '', |
| | | vcard text NOT NULL default '' |
| | | ); |
| | | |
| | | INSERT INTO contacts (contact_id, user_id, changed, del, name, email, firstname, surname, vcard) |
| | | SELECT contact_id, user_id, changed, del, name, email, firstname, surname, vcard FROM contacts_tmp; |
| | | |
| | | CREATE INDEX ix_contacts_user_id ON contacts(user_id, email); |
| | | DROP TABLE contacts_tmp; |
| | | |
| | | DELETE FROM messages; |
New file |
| | |
| | | -- Updates from version 0.5.x |
| | | |
| | | CREATE TABLE contacts_tmp ( |
| | | contact_id integer NOT NULL PRIMARY KEY, |
| | | user_id integer NOT NULL default '0', |
| | | changed datetime NOT NULL default '0000-00-00 00:00:00', |
| | | del tinyint NOT NULL default '0', |
| | | name varchar(128) NOT NULL default '', |
| | | email varchar(255) NOT NULL default '', |
| | | firstname varchar(128) NOT NULL default '', |
| | | surname varchar(128) NOT NULL default '', |
| | | vcard text NOT NULL default '' |
| | | ); |
| | | |
| | | INSERT INTO contacts_tmp (contact_id, user_id, changed, del, name, email, firstname, surname, vcard) |
| | | SELECT contact_id, user_id, changed, del, name, email, firstname, surname, vcard FROM contacts; |
| | | |
| | | DROP TABLE contacts; |
| | | CREATE TABLE contacts ( |
| | | contact_id integer NOT NULL PRIMARY KEY, |
| | | user_id integer NOT NULL default '0', |
| | | changed datetime NOT NULL default '0000-00-00 00:00:00', |
| | | del tinyint NOT NULL default '0', |
| | | name varchar(128) NOT NULL default '', |
| | | email varchar(255) NOT NULL default '', |
| | | firstname varchar(128) NOT NULL default '', |
| | | surname varchar(128) NOT NULL default '', |
| | | vcard text NOT NULL default '', |
| | | words text NOT NULL default '' |
| | | ); |
| | | |
| | | INSERT INTO contacts (contact_id, user_id, changed, del, name, email, firstname, surname, vcard) |
| | | SELECT contact_id, user_id, changed, del, name, email, firstname, surname, vcard FROM contacts_tmp; |
| | | |
| | | CREATE INDEX ix_contacts_user_id ON contacts(user_id, email); |
| | | DROP TABLE contacts_tmp; |
| | | |
| | | |
| | | DELETE FROM messages; |
| | | DELETE FROM cache; |
| | | CREATE INDEX ix_contactgroupmembers_contact_id ON contactgroupmembers (contact_id); |
New file |
| | |
| | | -- Updates from version 0.6 |
| | | |
| | | CREATE TABLE dictionary ( |
| | | user_id integer DEFAULT NULL, |
| | | "language" varchar(5) NOT NULL, |
| | | data text NOT NULL |
| | | ); |
| | | |
| | | CREATE UNIQUE INDEX ix_dictionary_user_language ON dictionary (user_id, "language"); |
| | | |
| | | CREATE TABLE searches ( |
| | | search_id integer NOT NULL PRIMARY KEY, |
| | | user_id integer NOT NULL DEFAULT '0', |
| | | "type" smallint NOT NULL DEFAULT '0', |
| | | name varchar(128) NOT NULL, |
| | | data text NOT NULL |
| | | ); |
| | | |
| | | CREATE UNIQUE INDEX ix_searches_user_type_name ON searches (user_id, type, name); |
| | | |
| | | DROP TABLE messages; |
| | | |
| | | CREATE TABLE cache_index ( |
| | | user_id integer NOT NULL, |
| | | mailbox varchar(255) NOT NULL, |
| | | changed datetime NOT NULL default '0000-00-00 00:00:00', |
| | | valid smallint NOT NULL DEFAULT '0', |
| | | data text NOT NULL, |
| | | PRIMARY KEY (user_id, mailbox) |
| | | ); |
| | | |
| | | CREATE INDEX ix_cache_index_changed ON cache_index (changed); |
| | | |
| | | CREATE TABLE cache_thread ( |
| | | user_id integer NOT NULL, |
| | | mailbox varchar(255) NOT NULL, |
| | | changed datetime NOT NULL default '0000-00-00 00:00:00', |
| | | data text NOT NULL, |
| | | PRIMARY KEY (user_id, mailbox) |
| | | ); |
| | | |
| | | CREATE INDEX ix_cache_thread_changed ON cache_thread (changed); |
| | | |
| | | CREATE TABLE cache_messages ( |
| | | user_id integer NOT NULL, |
| | | mailbox varchar(255) NOT NULL, |
| | | uid integer NOT NULL, |
| | | changed datetime NOT NULL default '0000-00-00 00:00:00', |
| | | data text NOT NULL, |
| | | flags integer NOT NULL DEFAULT '0', |
| | | PRIMARY KEY (user_id, mailbox, uid) |
| | | ); |
| | | |
| | | CREATE INDEX ix_cache_messages_changed ON cache_messages (changed); |
New file |
| | |
| | | -- Updates from version 0.7-beta |
| | | |
| | | DROP TABLE session; |
| | | CREATE TABLE session ( |
| | | sess_id varchar(128) NOT NULL PRIMARY KEY, |
| | | created datetime NOT NULL default '0000-00-00 00:00:00', |
| | | changed datetime NOT NULL default '0000-00-00 00:00:00', |
| | | ip varchar(40) NOT NULL default '', |
| | | vars text NOT NULL |
| | | ); |
| | | CREATE INDEX ix_session_changed ON session (changed); |
New file |
| | |
| | | -- Updates from version 0.7 |
| | | |
| | | CREATE TABLE contacts_tmp ( |
| | | contact_id integer NOT NULL PRIMARY KEY, |
| | | user_id integer NOT NULL, |
| | | changed datetime NOT NULL default '0000-00-00 00:00:00', |
| | | del tinyint NOT NULL default '0', |
| | | name varchar(128) NOT NULL default '', |
| | | email text NOT NULL default '', |
| | | firstname varchar(128) NOT NULL default '', |
| | | surname varchar(128) NOT NULL default '', |
| | | vcard text NOT NULL default '', |
| | | words text NOT NULL default '' |
| | | ); |
| | | |
| | | INSERT INTO contacts_tmp (contact_id, user_id, changed, del, name, email, firstname, surname, vcard, words) |
| | | SELECT contact_id, user_id, changed, del, name, email, firstname, surname, vcard, words FROM contacts; |
| | | |
| | | DROP TABLE contacts; |
| | | |
| | | CREATE TABLE contacts ( |
| | | contact_id integer NOT NULL PRIMARY KEY, |
| | | user_id integer NOT NULL, |
| | | changed datetime NOT NULL default '0000-00-00 00:00:00', |
| | | del tinyint NOT NULL default '0', |
| | | name varchar(128) NOT NULL default '', |
| | | email text NOT NULL default '', |
| | | firstname varchar(128) NOT NULL default '', |
| | | surname varchar(128) NOT NULL default '', |
| | | vcard text NOT NULL default '', |
| | | words text NOT NULL default '' |
| | | ); |
| | | |
| | | INSERT INTO contacts (contact_id, user_id, changed, del, name, email, firstname, surname, vcard, words) |
| | | SELECT contact_id, user_id, changed, del, name, email, firstname, surname, vcard, words FROM contacts_tmp; |
| | | |
| | | CREATE INDEX ix_contacts_user_id ON contacts(user_id, del); |
| | | DROP TABLE contacts_tmp; |
New file |
| | |
| | | -- Updates from version 0.8 |
| | | |
| | | DROP TABLE cache; |
| | | CREATE TABLE cache ( |
| | | user_id integer NOT NULL default 0, |
| | | cache_key varchar(128) NOT NULL default '', |
| | | created datetime NOT NULL default '0000-00-00 00:00:00', |
| | | data text NOT NULL |
| | | ); |
| | | |
| | | CREATE INDEX ix_cache_user_cache_key ON cache(user_id, cache_key); |
| | | CREATE INDEX ix_cache_created ON cache(created); |
| | | |
| | | CREATE TABLE tmp_users ( |
| | | user_id integer NOT NULL PRIMARY KEY, |
| | | username varchar(128) NOT NULL default '', |
| | | mail_host varchar(128) NOT NULL default '', |
| | | created datetime NOT NULL default '0000-00-00 00:00:00', |
| | | last_login datetime DEFAULT NULL, |
| | | language varchar(5), |
| | | preferences text NOT NULL default '' |
| | | ); |
| | | |
| | | INSERT INTO tmp_users (user_id, username, mail_host, created, last_login, language, preferences) |
| | | SELECT user_id, username, mail_host, created, last_login, language, preferences FROM users; |
| | | |
| | | DROP TABLE users; |
| | | |
| | | CREATE TABLE users ( |
| | | user_id integer NOT NULL PRIMARY KEY, |
| | | username varchar(128) NOT NULL default '', |
| | | mail_host varchar(128) NOT NULL default '', |
| | | created datetime NOT NULL default '0000-00-00 00:00:00', |
| | | last_login datetime DEFAULT NULL, |
| | | language varchar(5), |
| | | preferences text NOT NULL default '' |
| | | ); |
| | | |
| | | INSERT INTO users (user_id, username, mail_host, created, last_login, language, preferences) |
| | | SELECT user_id, username, mail_host, created, last_login, language, preferences FROM tmp_users; |
| | | |
| | | CREATE UNIQUE INDEX ix_users_username ON users(username, mail_host); |
| | | |
| | | CREATE INDEX ix_identities_email ON identities(email, del); |
New file |
| | |
| | | -- Updates from version 0.9-beta |
| | | |
| | | CREATE TABLE IF NOT EXISTS system ( |
| | | name varchar(64) NOT NULL PRIMARY KEY, |
| | | value text NOT NULL |
| | | ); |
New file |
| | |
| | | -- drop temp table created in 2012080700.sql |
| | | DROP TABLE IF EXISTS tmp_users; |
| | |
| | | After all is done, the temporary folder with the new Roundcube files can be |
| | | removed again. |
| | | |
| | | Please also see Post-Upgrade Activities section. |
| | | WARNING: See Post-Upgrade Activities section below. |
| | | |
| | | |
| | | Updating manually |
| | |
| | | open http://url-to-roundcube/installer/ in a browser and choose "3 Test config". |
| | | To enable the latter one, you have to temporary set 'enable_installer' |
| | | to true in your local config/main.inc.php file. |
| | | WARNING: See SQLite database upgrade below. |
| | | 4. Let the update script/installer check your configuration and |
| | | update your config files and database schema as suggested by the updater. |
| | | 5. Make sure 'enable_installer' is set to false again. |
| | |
| | | 3. When upgrading from version older than 0.6-beta you should make sure |
| | | your folder settings contain namespace prefix. For example Courier users |
| | | should add INBOX. prefix to folder names in main configuration file. |
| | | 4. Check system requirements in INSTALL file. |
| | | |
| | | SQLite database upgrade |
| | | ----------------------- |
| | | Versions older than 0.9 were supporting SQLite v2 only. Newer versions require |
| | | database in v3 format. The best what you can do is to convert database file |
| | | to the new format using command line tools: |
| | | |
| | | sqlite OLD.DB .dump | sqlite3 NEW.DB |
| | |
| | | |
| | | $oldversion = $m[1]; |
| | | |
| | | if (version_compare($oldversion, RCMAIL_VERSION, '>=')) |
| | | if (version_compare(version_parse($oldversion), version_parse(RCMAIL_VERSION), '>=')) |
| | | die("Installation at target location is up-to-date!\n"); |
| | | |
| | | echo "Upgrading from $oldversion. Do you want to continue? (y/N)\n"; |
| | |
| | | #!/bin/sh |
| | | JS_DIR=`dirname "$0"`/../program/js |
| | | JAR_DIR='/tmp' |
| | | LANG_IN='ECMASCRIPT3' |
| | | CLOSURE_COMPILER_URL='http://closure-compiler.googlecode.com/files/compiler-latest.zip' |
| | | |
| | | do_shrink() { |
| | | rm -f "$2" |
| | | java -jar $JAR_DIR/compiler.jar --compilation_level=SIMPLE_OPTIMIZATIONS --js="$1" --js_output_file="$2" |
| | | java -jar $JAR_DIR/compiler.jar --compilation_level=SIMPLE_OPTIMIZATIONS --js="$1" --js_output_file="$2" --language_in="$3" |
| | | } |
| | | |
| | | if [ ! -d "$JS_DIR" ]; then |
| | |
| | | rm -f "/tmp/$$.zip" |
| | | fi |
| | | |
| | | for fn in app common googiespell list; do |
| | | # compress single file from argument |
| | | if [ $# -gt 0 ]; then |
| | | JS_DIR=`dirname "$1"` |
| | | JS_FILE="$1" |
| | | |
| | | if [ $# -gt 1 ]; then |
| | | LANG_IN="$2" |
| | | fi |
| | | |
| | | if [ ! -r "${JS_FILE}.src" ]; then |
| | | mv "$JS_FILE" "${JS_FILE}.src" |
| | | fi |
| | | echo "Shrinking $JS_FILE" |
| | | do_shrink "${JS_FILE}.src" "$JS_FILE" "$LANG_IN" |
| | | exit |
| | | fi |
| | | |
| | | # default: compress application scripts |
| | | for fn in app common googiespell list treelist; do |
| | | if [ -r "$JS_DIR/${fn}.js.src" ]; then |
| | | echo "$JS_DIR/${fn}.js.src already exists, not overwriting" |
| | | else |
| | | mv "$JS_DIR/${fn}.js" "$JS_DIR/${fn}.js.src" |
| | | fi |
| | | echo "Shrinking $JS_DIR/${fn}.js" |
| | | do_shrink "$JS_DIR/${fn}.js.src" "$JS_DIR/${fn}.js" |
| | | do_shrink "$JS_DIR/${fn}.js.src" "$JS_DIR/${fn}.js" "$LANG_IN" |
| | | done |
| | |
| | | exit 1 |
| | | fi |
| | | |
| | | for fn in app common googiespell list; do |
| | | for fn in app common googiespell list treelist; do |
| | | if [ -r "$JS_DIR/${fn}.js.src" ]; then |
| | | mv "$JS_DIR/${fn}.js.src" "$JS_DIR/${fn}.js" |
| | | echo "Reverted $JS_DIR/${fn}.js" |
| | |
| | | #!/bin/sh |
| | | |
| | | TITLE="Roundcube Classes" |
| | | TITLE="Roundcube Webmail" |
| | | PACKAGES="Core" |
| | | |
| | | INSTALL_PATH="`dirname $0`/.." |
| | | PATH_PROJECT=$INSTALL_PATH/program/include |
| | | PATH_FRAMEWORK=$INSTALL_PATH/program/lib/Roundcube |
| | | PATH_DOCS=$INSTALL_PATH/doc/phpdoc |
| | | BIN_PHPDOC="`/usr/bin/which phpdoc`" |
| | | |
| | |
| | | PRIVATE=off |
| | | |
| | | # make documentation |
| | | $BIN_PHPDOC -d $PATH_PROJECT -t $PATH_DOCS -ti "$TITLE" -dn $PACKAGES \ |
| | | $BIN_PHPDOC -d $PATH_PROJECT,$PATH_FRAMEWORK -t $PATH_DOCS -ti "$TITLE" -dn $PACKAGES \ |
| | | -o $OUTPUTFORMAT:$CONVERTER:$TEMPLATE -pp $PRIVATE |
| | | |
| | |
| | | |
| | | |
| | | // get arguments |
| | | $args = rcube_utils:get_opt(array('u' => 'user', 'd' => 'delete')); |
| | | $args = rcube_utils::get_opt(array('u' => 'user', 'd' => 'delete')); |
| | | |
| | | if ($_SERVER['argv'][1] == 'help') { |
| | | print_usage(); |
| | |
| | | echo "What version are you upgrading from? Type '?' if you don't know.\n"; |
| | | if (($input = trim(fgets(STDIN))) && preg_match('/^[0-9.]+[a-z-]*$/', $input)) |
| | | $opts['version'] = $input; |
| | | else |
| | | $opts['version'] = RCMAIL_VERSION; |
| | | } |
| | | |
| | | if ($opts['version'] && version_compare($opts['version'], RCMAIL_VERSION, '>')) |
| | | if ($opts['version'] && version_compare(version_parse($opts['version']), version_parse(RCMAIL_VERSION), '>=')) |
| | | die("Nothing to be done here. Bye!\n"); |
| | | |
| | | |
| | |
| | | } |
| | | } |
| | | else { |
| | | echo "Please update your config files manually according to the above messages.\n\n"; |
| | | echo "Please update your config files manually according to the above messages.\n"; |
| | | } |
| | | } |
| | | |
| | |
| | | |
| | | // check database schema |
| | | if ($RCI->config['db_dsnw']) { |
| | | $DB = rcube_db::factory($RCI->config['db_dsnw'], '', false); |
| | | $DB->db_connect('w'); |
| | | if ($db_error_msg = $DB->is_error()) { |
| | | echo "Error connecting to database: $db_error_msg\n"; |
| | | $success = false; |
| | | } |
| | | else if ($err = $RCI->db_schema_check($DB, false)) { |
| | | $updatefile = INSTALL_PATH . 'SQL/' . (isset($RCI->db_map[$DB->db_provider]) ? $RCI->db_map[$DB->db_provider] : $DB->db_provider) . '.update.sql'; |
| | | echo "WARNING: Database schema needs to be updated!\n"; |
| | | echo join("\n", $err) . "\n\n"; |
| | | $success = false; |
| | | |
| | | if ($opts['version']) { |
| | | echo "Do you want to run the update queries to get the schmea fixed? (y/N)\n"; |
| | | $input = trim(fgets(STDIN)); |
| | | if (strtolower($input) == 'y') { |
| | | $success = $RCI->update_db($DB, $opts['version']); |
| | | } |
| | | } |
| | | |
| | | if (!$success) |
| | | echo "Open $updatefile and execute all queries below the comment with the currently installed version number.\n"; |
| | | } |
| | | echo "Executing database schema update.\n"; |
| | | system(INSTALL_PATH . "bin/updatedb.sh --package=roundcube --version=" . $opts['version'] |
| | | . " --dir=" . INSTALL_PATH . DIRECTORY_SEPARATOR . "SQL", $res); |
| | | |
| | | $success = !$res; |
| | | } |
| | | |
| | | |
| | | // index contacts for fulltext searching |
| | | if (version_compare($opts['version'], '0.6', '<')) { |
| | | if (version_compare(version_parse($opts['version']), '0.6.0', '<')) { |
| | | system(INSTALL_PATH . 'bin/indexcontacts.sh'); |
| | | } |
| | | |
| | | |
| | | if ($success) { |
| | | echo "This instance of Roundcube is up-to-date.\n"; |
| | | echo "Have fun!\n"; |
| | |
| | | echo "This instance of Roundcube is not yet configured!\n"; |
| | | echo "Open http://url-to-roundcube/installer/ in your browser and follow the instuctions.\n"; |
| | | } |
| | | |
| | | echo "\n"; |
| | | |
| | | ?> |
New file |
| | |
| | | #!/usr/bin/env php |
| | | <?php |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | bin/updatedb.sh | |
| | | | | |
| | | | This file is part of the Roundcube Webmail client | |
| | | | Copyright (C) 2010-2012, The Roundcube Dev Team | |
| | | | Copyright (C) 2010-2012, Kolab Systems AG | |
| | | | | |
| | | | 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. | |
| | | | | |
| | | | PURPOSE: | |
| | | | Update database schema | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Aleksander Machniak <alec@alec.pl> | |
| | | +-----------------------------------------------------------------------+ |
| | | */ |
| | | |
| | | define('INSTALL_PATH', realpath(dirname(__FILE__) . '/..') . '/' ); |
| | | |
| | | require_once INSTALL_PATH . 'program/include/clisetup.php'; |
| | | |
| | | // get arguments |
| | | $opts = rcube_utils::get_opt(array( |
| | | 'v' => 'version', |
| | | 'd' => 'dir', |
| | | 'p' => 'package', |
| | | )); |
| | | |
| | | if (empty($opts['dir'])) { |
| | | echo "ERROR: Database schema directory not specified (--dir).\n"; |
| | | exit(1); |
| | | } |
| | | if (empty($opts['package'])) { |
| | | echo "ERROR: Database schema package name not specified (--package).\n"; |
| | | exit(1); |
| | | } |
| | | |
| | | // Check if directory exists |
| | | if (!file_exists($opts['dir'])) { |
| | | echo "ERROR: Specified database schema directory doesn't exist.\n"; |
| | | exit(1); |
| | | } |
| | | |
| | | $RC = rcube::get_instance(); |
| | | $DB = rcube_db::factory($RC->config->get('db_dsnw')); |
| | | |
| | | // Connect to database |
| | | $DB->db_connect('w'); |
| | | if (!$DB->is_connected()) { |
| | | echo "Error connecting to database: " . $DB->is_error() . ".\n"; |
| | | exit(1); |
| | | } |
| | | |
| | | // Read DB schema version from database (if 'system' table exists) |
| | | if (in_array($DB->table_name('system'), (array)$DB->list_tables())) { |
| | | $DB->query("SELECT " . $DB->quote_identifier('value') |
| | | ." FROM " . $DB->quote_identifier($DB->table_name('system')) |
| | | ." WHERE " . $DB->quote_identifier('name') ." = ?", |
| | | $opts['package'] . '-version'); |
| | | |
| | | $row = $DB->fetch_array(); |
| | | $version = preg_replace('/[^0-9]/', '', $row[0]); |
| | | } |
| | | |
| | | // DB version not found, but release version is specified |
| | | if (!$version && $opts['version']) { |
| | | // Map old release version string to DB schema version |
| | | // Note: This is for backward compat. only, do not need to be updated |
| | | $map = array( |
| | | '0.1-stable' => 1, |
| | | '0.1.1' => 2008030300, |
| | | '0.2-alpha' => 2008040500, |
| | | '0.2-beta' => 2008060900, |
| | | '0.2-stable' => 2008092100, |
| | | '0.3-stable' => 2008092100, |
| | | '0.3.1' => 2009090400, |
| | | '0.4-beta' => 2009103100, |
| | | '0.4.2' => 2010042300, |
| | | '0.5-beta' => 2010100600, |
| | | '0.5' => 2010100600, |
| | | '0.5.1' => 2010100600, |
| | | '0.6-beta' => 2011011200, |
| | | '0.6' => 2011011200, |
| | | '0.7-beta' => 2011092800, |
| | | '0.7' => 2011111600, |
| | | '0.7.1' => 2011111600, |
| | | '0.7.2' => 2011111600, |
| | | '0.7.3' => 2011111600, |
| | | '0.7.4' => 2011111600, |
| | | '0.8-beta' => 2011121400, |
| | | '0.8-rc' => 2011121400, |
| | | '0.8.0' => 2011121400, |
| | | '0.8.1' => 2011121400, |
| | | '0.8.2' => 2011121400, |
| | | '0.8.3' => 2011121400, |
| | | '0.8.4' => 2011121400, |
| | | '0.8.5' => 2011121400, |
| | | '0.8.6' => 2011121400, |
| | | '0.9-beta' => 2012080700, |
| | | ); |
| | | |
| | | $version = $map[$opts['version']]; |
| | | } |
| | | |
| | | // Assume last version before the 'system' table was added |
| | | if (empty($version)) { |
| | | $version = 2012080700; |
| | | } |
| | | |
| | | $dir = $opts['dir'] . DIRECTORY_SEPARATOR . $DB->db_provider; |
| | | if (!file_exists($dir)) { |
| | | echo "DDL Upgrade files for " . $DB->db_provider . " driver not found.\n"; |
| | | exit(1); |
| | | } |
| | | |
| | | $dh = opendir($dir); |
| | | $result = array(); |
| | | |
| | | while ($file = readdir($dh)) { |
| | | if (preg_match('/^([0-9]+)\.sql$/', $file, $m) && $m[1] > $version) { |
| | | $result[] = $m[1]; |
| | | } |
| | | } |
| | | sort($result, SORT_NUMERIC); |
| | | |
| | | foreach ($result as $v) { |
| | | echo "Updating database schema ($v)... "; |
| | | $error = update_db_schema($opts['package'], $v, $dir . DIRECTORY_SEPARATOR . "$v.sql"); |
| | | |
| | | if ($error) { |
| | | echo "\nError in DDL upgrade $v: $error\n"; |
| | | exit(1); |
| | | } |
| | | echo "[OK]\n"; |
| | | } |
| | | |
| | | exit(0); |
| | | |
| | | function update_db_schema($package, $version, $file) |
| | | { |
| | | global $DB; |
| | | |
| | | // read DDL file |
| | | if ($lines = file($file)) { |
| | | $sql = ''; |
| | | foreach ($lines as $line) { |
| | | if (preg_match('/^--/', $line) || trim($line) == '') |
| | | continue; |
| | | |
| | | $sql .= $line . "\n"; |
| | | if (preg_match('/(;|^GO)$/', trim($line))) { |
| | | @$DB->query(fix_table_names($sql)); |
| | | $sql = ''; |
| | | if ($error = $DB->is_error()) { |
| | | return $error; |
| | | } |
| | | } |
| | | } |
| | | } |
| | | |
| | | // escape if 'system' table does not exist |
| | | if ($version < 2013011000) { |
| | | return; |
| | | } |
| | | |
| | | $system_table = $DB->quote_identifier($DB->table_name('system')); |
| | | |
| | | $DB->query("UPDATE " . $system_table |
| | | ." SET " . $DB->quote_identifier('value') . " = ?" |
| | | ." WHERE " . $DB->quote_identifier('name') . " = ?", |
| | | $version, $package . '-version'); |
| | | |
| | | if (!$DB->is_error() && !$DB->affected_rows()) { |
| | | $DB->query("INSERT INTO " . $system_table |
| | | ." (" . $DB->quote_identifier('name') . ", " . $DB->quote_identifier('value') . ")" |
| | | ." VALUES (?, ?)", |
| | | $package . '-version', $version); |
| | | } |
| | | |
| | | return $DB->is_error(); |
| | | } |
| | | |
| | | function fix_table_names($sql) |
| | | { |
| | | global $DB; |
| | | |
| | | foreach (array('users','identities','contacts','contactgroups','contactgroupmembers','session','cache','cache_index','cache_index','cache_messages','dictionary','searches','system') as $table) { |
| | | $real_table = $DB->table_name($table); |
| | | if ($real_table != $table) { |
| | | $sql = preg_replace("/([^a-z0-9_])$table([^a-z0-9_])/i", "\\1$real_table\\2", $sql); |
| | | } |
| | | } |
| | | |
| | | return $sql; |
| | | } |
| | | |
| | | ?> |
| | |
| | | } |
| | | } |
| | | ], |
| | | "require" : { |
| | | "require": { |
| | | "pear-pear/Mail_Mime": ">=1.8.1", |
| | | "pear-pear/Mail_mimeDecode": ">=1.5.5", |
| | | "Net_SMTP": "dev-master", |
| | |
| | | $rcmail_config['db_table_cache_messages'] = 'cache_messages'; |
| | | $rcmail_config['db_table_dictionary'] = 'dictionary'; |
| | | $rcmail_config['db_table_searches'] = 'searches'; |
| | | $rcmail_config['db_table_system'] = 'system'; |
| | | |
| | | // you can define specific sequence names used in PostgreSQL |
| | | $rcmail_config['db_sequence_users'] = 'user_ids'; |
| | |
| | | // IMAP |
| | | // ---------------------------------- |
| | | |
| | | // the mail host chosen to perform the log-in |
| | | // leave blank to show a textbox at login, give a list of hosts |
| | | // The mail host chosen to perform the log-in. |
| | | // Leave blank to show a textbox at login, give a list of hosts |
| | | // to display a pulldown menu or set one host as string. |
| | | // To use SSL/TLS connection, enter hostname with prefix ssl:// or tls:// |
| | | // Supported replacement variables: |
| | |
| | | // %d - domain (http hostname $_SERVER['HTTP_HOST'] without the first part) |
| | | // %s - domain name after the '@' from e-mail address provided at login screen |
| | | // For example %n = mail.domain.tld, %t = domain.tld |
| | | // WARNING: After hostname change update of mail_host column in users table is |
| | | // required to match old user data records with the new host. |
| | | $rcmail_config['default_host'] = ''; |
| | | |
| | | // TCP port used for IMAP connections |
| | |
| | | // send plaintext messages as format=flowed |
| | | $rcmail_config['send_format_flowed'] = true; |
| | | |
| | | // According to RFC2298, return receipt envelope sender address must be empty. |
| | | // If this option is true, Roundcube will use user's identity as envelope sender for MDN responses. |
| | | $rcmail_config['mdn_use_from'] = false; |
| | | |
| | | // Set identities access level: |
| | | // 0 - many identities with possibility to edit all params |
| | | // 1 - many identities with possibility to edit all params but not email address |
| | | // 2 - one identity with possibility to edit all params |
| | | // 3 - one identity with possibility to edit all params but not email address |
| | | // 4 - one identity with possibility to edit only signature |
| | | $rcmail_config['identities_level'] = 0; |
| | | |
| | | // Mimetypes supported by the browser. |
| | |
| | | // Set to null if the default path should be used. |
| | | $rcmail_config['mime_magic'] = null; |
| | | |
| | | // Path to local mime.types mapping table. |
| | | // Absolute path to a local mime.types mapping table file. |
| | | // This is used to derive mime-types from the filename extension or vice versa. |
| | | // Such a file is usually part of the apache webserver. |
| | | // Such a file is usually part of the apache webserver. If you don't find a file named mime.types on your system, |
| | | // download it from http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types |
| | | $rcmail_config['mime_types'] = null; |
| | | |
| | | // path to imagemagick identify binary |
| | |
| | | 'port' => 389, |
| | | 'use_tls' => false, |
| | | 'ldap_version' => 3, // using LDAPv3 |
| | | 'network_timeout' => 10, // The timeout (in seconds) for connect + bind arrempts. This is only supported in PHP >= 5.3.0 with OpenLDAP 2.x |
| | | 'user_specific' => false, // If true the base_dn, bind_dn and bind_pass default to the user's IMAP login. |
| | | // %fu - The full username provided, assumes the username is an email |
| | | // address, uses the username_domain value if not an email address. |
| | |
| | | // 2 - New messages only |
| | | // 3 - Forwards and Replies only |
| | | $rcmail_config['show_sig'] = 1; |
| | | |
| | | // When replying or forwarding place sender's signature above existing message |
| | | $rcmail_config['sig_above'] = false; |
| | | |
| | | // Use MIME encoding (quoted-printable) for 8bit characters in message body |
| | | $rcmail_config['force_7bit'] = false; |
| | |
| | | /* |
| | | +-------------------------------------------------------------------------+ |
| | | | Roundcube Webmail IMAP Client | |
| | | | Version 0.9-git | |
| | | | Version 1.0-git | |
| | | | | |
| | | | Copyright (C) 2005-2012, The Roundcube Dev Team | |
| | | | Copyright (C) 2005-2013, The Roundcube Dev Team | |
| | | | | |
| | | | This program is free software: you can redistribute it and/or modify | |
| | | | it under the terms of the GNU General Public License (with exceptions | |
| | |
| | | <?php |
| | | |
| | | if (!class_exists('rcube_install') || !is_object($RCI)) { |
| | | die("Not allowed! Please open installer/index.php instead."); |
| | | } |
| | | |
| | | ?> |
| | | <form action="index.php" method="get"> |
| | | <?php |
| | | |
| | |
| | | $prefix = (PHP_SHLIB_SUFFIX === 'dll') ? 'php_' : ''; |
| | | foreach ($RCI->supported_dbs as $database => $ext) { |
| | | if (extension_loaded($ext)) { |
| | | $RCI->pass($database); |
| | | // MySQL driver requires PHP >= 5.3 (#1488875) |
| | | if ($ext == 'pdo_mysql' && version_compare(PHP_VERSION, '5.3.0', '<')) { |
| | | $RCI->fail($database, 'PHP >= 5.3 required'); |
| | | } |
| | | else { |
| | | $RCI->pass($database); |
| | | } |
| | | } |
| | | else { |
| | | $_ext = $ext_dir . '/' . $prefix . $ext . '.' . PHP_SHLIB_SUFFIX; |
| | |
| | | <?php |
| | | |
| | | if (!class_exists('rcube_install') || !is_object($RCI)) { |
| | | die("Not allowed! Please open installer/index.php instead."); |
| | | } |
| | | |
| | | ?> |
| | | <form action="index.php" method="post"> |
| | | <input type="hidden" name="_step" value="2" /> |
| | | <?php |
| | |
| | | define('RCUBE_CONFIG_DIR', INSTALL_PATH . 'config/'); |
| | | |
| | | $include_path = INSTALL_PATH . 'program/lib' . PATH_SEPARATOR; |
| | | $include_path .= INSTALL_PATH . 'program' . PATH_SEPARATOR; |
| | | $include_path .= INSTALL_PATH . 'program/include' . PATH_SEPARATOR; |
| | | $include_path .= ini_get('include_path'); |
| | | |
| | |
| | | var $config = array(); |
| | | var $configured = false; |
| | | var $last_error = null; |
| | | var $db_map = array('pgsql' => 'postgres', 'mysqli' => 'mysql', 'sqlsrv' => 'mssql'); |
| | | var $email_pattern = '([a-z0-9][a-z0-9\-\.\+\_]*@[a-z0-9]([a-z0-9\-][.]?)*[a-z0-9])'; |
| | | var $bool_config_props = array(); |
| | | |
| | |
| | | /** |
| | | * Constructor |
| | | */ |
| | | function rcube_install() |
| | | function __construct() |
| | | { |
| | | $this->step = intval($_REQUEST['_step']); |
| | | $this->is_post = $_SERVER['REQUEST_METHOD'] == 'POST'; |
| | |
| | | /** |
| | | * Singleton getter |
| | | */ |
| | | function get_instance() |
| | | static function get_instance() |
| | | { |
| | | static $inst; |
| | | |
| | |
| | | $out['obsolete'][] = array('prop' => $prop); |
| | | $seen[$prop] = true; |
| | | } |
| | | } |
| | | |
| | | // the old default mime_magic reference is obsolete |
| | | if ($this->config['mime_magic'] == '/usr/share/misc/magic') { |
| | | $out['obsolete'][] = array('prop' => 'mime_magic', 'explain' => "Set value to null in order to use system default"); |
| | | } |
| | | |
| | | // iterate over default config |
| | |
| | | '0.2-alpha', '0.2-beta', '0.2-stable', |
| | | '0.3-stable', '0.3.1', |
| | | '0.4-beta', '0.4.2', |
| | | '0.5-beta', '0.5', '0.5.1', |
| | | '0.5-beta', '0.5', '0.5.1', '0.5.2', '0.5.3', '0.5.4', |
| | | '0.6-beta', '0.6', |
| | | '0.7-beta', '0.7', '0.7.1', '0.7.2', '0.7.3', |
| | | '0.8-beta', '0.8-rc', '0.8.0', '0.8.1', '0.8.2', '0.8.3', '0.8.4', |
| | | '0.7-beta', '0.7', '0.7.1', '0.7.2', '0.7.3', '0.7.4', |
| | | '0.8-beta', '0.8-rc', '0.8.0', '0.8.1', '0.8.2', '0.8.3', '0.8.4', '0.8.5', '0.8.6', |
| | | '0.9-beta', '0.9-rc', '0.9-rc2', |
| | | )); |
| | | return $select; |
| | | } |
| | |
| | | */ |
| | | function init_db($DB) |
| | | { |
| | | $engine = isset($this->db_map[$DB->db_provider]) ? $this->db_map[$DB->db_provider] : $DB->db_provider; |
| | | $engine = $DB->db_provider; |
| | | |
| | | // read schema file from /SQL/* |
| | | $fname = INSTALL_PATH . "SQL/$engine.initial.sql"; |
| | |
| | | |
| | | |
| | | /** |
| | | * Update database with SQL statements from SQL/*.update.sql |
| | | * Update database schema |
| | | * |
| | | * @param object rcube_db Database connection |
| | | * @param string Version to update from |
| | | * |
| | | * @return boolen True on success, False on error |
| | | */ |
| | | function update_db($DB, $version) |
| | | function update_db($version) |
| | | { |
| | | $version = strtolower($version); |
| | | $engine = isset($this->db_map[$DB->db_provider]) ? $this->db_map[$DB->db_provider] : $DB->db_provider; |
| | | system(INSTALL_PATH . "bin/updatedb.sh --package=roundcube --version=" . $version |
| | | . " --dir=" . INSTALL_PATH . "SQL", $result); |
| | | |
| | | // read schema file from /SQL/* |
| | | $fname = INSTALL_PATH . "SQL/$engine.update.sql"; |
| | | if ($lines = @file($fname, FILE_SKIP_EMPTY_LINES)) { |
| | | $from = false; $sql = ''; |
| | | foreach ($lines as $line) { |
| | | $is_comment = preg_match('/^--/', $line); |
| | | if (!$from && $is_comment && preg_match('/from version\s([0-9.]+[a-z-]*)/', $line, $m)) { |
| | | $v = strtolower($m[1]); |
| | | if ($v == $version || version_compare($version, $v, '<=')) |
| | | $from = true; |
| | | } |
| | | if ($from && !$is_comment) |
| | | $sql .= $line. "\n"; |
| | | } |
| | | |
| | | if ($sql) |
| | | $this->exec_sql($sql, $DB); |
| | | } |
| | | else { |
| | | $this->fail('DB Schema', "Cannot read the update file: $fname"); |
| | | return false; |
| | | } |
| | | |
| | | if ($err = $this->get_error()) { |
| | | $this->fail('DB Schema', "Error updating database: $err"); |
| | | return false; |
| | | } |
| | | |
| | | return true; |
| | | return !$result; |
| | | } |
| | | |
| | | |
| | |
| | | <?php |
| | | |
| | | if (!class_exists('rcube_install') || !is_object($RCI)) { |
| | | die("Not allowed! Please open installer/index.php instead."); |
| | | } |
| | | |
| | | ?> |
| | | <form action="index.php?_step=3" method="post"> |
| | | |
| | | <h3>Check config files</h3> |
| | |
| | | } |
| | | |
| | | else if ($db_working && $_POST['updatedb']) { |
| | | if (!($success = $RCI->update_db($DB, $_POST['version']))) { |
| | | $updatefile = INSTALL_PATH . 'SQL/' . (isset($RCI->db_map[$DB->db_provider]) ? $RCI->db_map[$DB->db_provider] : $DB->db_provider) . '.update.sql'; |
| | | echo '<p class="warning">Please manually execute the SQL statements from '.$updatefile.' on your database.<br/>'; |
| | | echo 'See comments in the file and execute queries below the comment with the currently installed version number.</p>'; |
| | | } |
| | | if (!($success = $RCI->update_db($_POST['version']))) { |
| | | echo '<p class="warning">Database schema update failed.</p>'; |
| | | } |
| | | } |
| | | |
| | | // test database |
| | |
| | | $RCI->fail('DB Schema', "Database schema differs"); |
| | | echo '<ul style="margin:0"><li>' . join("</li>\n<li>", $err) . "</li></ul>"; |
| | | $select = $RCI->versions_select(array('name' => 'version')); |
| | | echo '<p class="suggestion">You should run the update queries to get the schmea fixed.<br/><br/>Version to update from: ' . $select->show() . ' <input type="submit" name="updatedb" value="Update" /></p>'; |
| | | // echo '<p class="warning">Please manually execute the SQL statements from '.$updatefile.' on your database.<br/>'; |
| | | // echo 'See comments in the file and execute queries that are superscribed with the currently installed version number.</p>'; |
| | | $select->add('0.9 or newer', ''); |
| | | echo '<p class="suggestion">You should run the update queries to get the schema fixed.<br/><br/>Version to update from: ' . $select->show() . ' <input type="submit" name="updatedb" value="Update" /></p>'; |
| | | $db_working = false; |
| | | } |
| | | else { |
| | |
| | | li_elements.map(function() { |
| | | val = this.value; |
| | | td = $('td.'+this.id, row); |
| | | if (td && td.hasClass('enabled')) |
| | | if (td.length && td.hasClass('enabled')) |
| | | this.checked = true; |
| | | }); |
| | | |
| | |
| | | */ |
| | | function acl_actions() |
| | | { |
| | | $action = trim(get_input_value('_act', RCUBE_INPUT_GPC)); |
| | | $action = trim(rcube_utils::get_input_value('_act', rcube_utils::INPUT_GPC)); |
| | | |
| | | // Connect to IMAP |
| | | $this->rc->storage_init(); |
| | |
| | | { |
| | | $this->load_config(); |
| | | |
| | | $search = get_input_value('_search', RCUBE_INPUT_GPC, true); |
| | | $sid = get_input_value('_id', RCUBE_INPUT_GPC); |
| | | $search = rcube_utils::get_input_value('_search', rcube_utils::INPUT_GPC, true); |
| | | $sid = rcube_utils::get_input_value('_id', rcube_utils::INPUT_GPC); |
| | | $users = array(); |
| | | |
| | | if ($this->init_ldap()) { |
| | |
| | | // add Info fieldset if it doesn't exist |
| | | if (!isset($args['form']['props']['fieldsets']['info'])) |
| | | $args['form']['props']['fieldsets']['info'] = array( |
| | | 'name' => rcube_label('info'), |
| | | 'name' => $this->rc->gettext('info'), |
| | | 'content' => array()); |
| | | |
| | | // Display folder rights to 'Info' fieldset |
| | | $args['form']['props']['fieldsets']['info']['content']['myrights'] = array( |
| | | 'label' => Q($this->gettext('myrights')), |
| | | 'label' => rcube::Q($this->gettext('myrights')), |
| | | 'value' => $this->acl2text($myrights) |
| | | ); |
| | | |
| | |
| | | $this->rc->output->add_label('autocompletechars', 'autocompletemore'); |
| | | |
| | | $args['form']['sharing'] = array( |
| | | 'name' => Q($this->gettext('sharing')), |
| | | 'name' => rcube::Q($this->gettext('sharing')), |
| | | 'content' => $this->rc->output->parse('acl.table', false, false), |
| | | ); |
| | | |
| | |
| | | |
| | | // Advanced rights |
| | | $attrib['id'] = 'advancedrights'; |
| | | foreach ($supported as $idx => $val) { |
| | | foreach ($supported as $key => $val) { |
| | | $id = "acl$val"; |
| | | $ul .= html::tag('li', null, |
| | | $input->show('', array( |
| | | 'name' => "acl[$val]", 'value' => $val, 'id' => $id)) |
| | |
| | | |
| | | // filter out virtual rights (c or d) the server may return |
| | | $userrights = array_intersect($rights, $supported); |
| | | $userid = html_identifier($user); |
| | | $userid = rcube_utils::html_identifier($user); |
| | | |
| | | if (!empty($this->specials) && in_array($user, $this->specials)) { |
| | | $user = $this->gettext($user); |
| | | } |
| | | |
| | | $table->add_row(array('id' => 'rcmrow'.$userid)); |
| | | $table->add('user', Q($user)); |
| | | $table->add('user', rcube::Q($user)); |
| | | |
| | | foreach ($items as $key => $right) { |
| | | $in = $this->acl_compare($userrights, $right); |
| | |
| | | */ |
| | | private function action_save() |
| | | { |
| | | $mbox = trim(get_input_value('_mbox', RCUBE_INPUT_GPC, true)); // UTF7-IMAP |
| | | $user = trim(get_input_value('_user', RCUBE_INPUT_GPC)); |
| | | $acl = trim(get_input_value('_acl', RCUBE_INPUT_GPC)); |
| | | $oldid = trim(get_input_value('_old', RCUBE_INPUT_GPC)); |
| | | $mbox = trim(rcube_utils::get_input_value('_mbox', rcube_utils::INPUT_GPC, true)); // UTF7-IMAP |
| | | $user = trim(rcube_utils::get_input_value('_user', rcube_utils::INPUT_GPC)); |
| | | $acl = trim(rcube_utils::get_input_value('_acl', rcube_utils::INPUT_GPC)); |
| | | $oldid = trim(rcube_utils::get_input_value('_old', rcube_utils::INPUT_GPC)); |
| | | |
| | | $acl = array_intersect(str_split($acl), $this->rights_supported()); |
| | | $users = $oldid ? array($user) : explode(',', $user); |
| | |
| | | if (!empty($this->specials) && in_array($user, $this->specials)) { |
| | | $username = $this->gettext($user); |
| | | } |
| | | else { |
| | | else if (!empty($user)) { |
| | | if (!strpos($user, '@') && ($realm = $this->get_realm())) { |
| | | $user .= '@' . rcube_idn_to_ascii(preg_replace('/^@/', '', $realm)); |
| | | $user .= '@' . rcube_utils::idn_to_ascii(preg_replace('/^@/', '', $realm)); |
| | | } |
| | | $username = $user; |
| | | } |
| | |
| | | continue; |
| | | } |
| | | |
| | | $user = $this->mod_login($user); |
| | | $username = $this->mod_login($username); |
| | | |
| | | if ($user != $_SESSION['username'] && $username != $_SESSION['username']) { |
| | | if ($this->rc->storage->set_acl($mbox, $user, $acl)) { |
| | | $ret = array('id' => html_identifier($user), |
| | | $ret = array('id' => rcube_utils::html_identifier($user), |
| | | 'username' => $username, 'acl' => implode($acl), 'old' => $oldid); |
| | | $this->rc->output->command('acl_update', $ret); |
| | | $result++; |
| | |
| | | */ |
| | | private function action_delete() |
| | | { |
| | | $mbox = trim(get_input_value('_mbox', RCUBE_INPUT_GPC, true)); //UTF7-IMAP |
| | | $user = trim(get_input_value('_user', RCUBE_INPUT_GPC)); |
| | | $mbox = trim(rcube_utils::get_input_value('_mbox', rcube_utils::INPUT_GPC, true)); //UTF7-IMAP |
| | | $user = trim(rcube_utils::get_input_value('_user', rcube_utils::INPUT_GPC)); |
| | | |
| | | $user = explode(',', $user); |
| | | |
| | | foreach ($user as $u) { |
| | | $u = trim($u); |
| | | if ($this->rc->storage->delete_acl($mbox, $u)) { |
| | | $this->rc->output->command('acl_remove_row', html_identifier($u)); |
| | | $this->rc->output->command('acl_remove_row', rcube_utils::html_identifier($u)); |
| | | } |
| | | else { |
| | | $error = true; |
| | |
| | | return; |
| | | } |
| | | |
| | | $this->mbox = trim(get_input_value('_mbox', RCUBE_INPUT_GPC, true)); // UTF7-IMAP |
| | | $advanced = trim(get_input_value('_mode', RCUBE_INPUT_GPC)); |
| | | $this->mbox = trim(rcube_utils::get_input_value('_mbox', rcube_utils::INPUT_GPC, true)); // UTF7-IMAP |
| | | $advanced = trim(rcube_utils::get_input_value('_mode', rcube_utils::INPUT_GPC)); |
| | | $advanced = $advanced == 'advanced' ? true : false; |
| | | |
| | | // Save state in user preferences |
| | |
| | | |
| | | foreach ($supported as $right) { |
| | | if (in_array($right, $rights)) { |
| | | $list[] = html::tag('li', null, Q($this->gettext('acl' . $right))); |
| | | $list[] = html::tag('li', null, rcube::Q($this->gettext('acl' . $right))); |
| | | } |
| | | } |
| | | |
| | | if (count($list) == count($supported)) |
| | | return Q($this->gettext('aclfull')); |
| | | return rcube::Q($this->gettext('aclfull')); |
| | | |
| | | return html::tag('ul', $attrib, implode("\n", $list)); |
| | | } |
| | |
| | | |
| | | return $this->ldap->ready; |
| | | } |
| | | |
| | | /** |
| | | * Modify user login according to 'login_lc' setting |
| | | */ |
| | | protected function mod_login($user) |
| | | { |
| | | $login_lc = $this->rc->config->get('login_lc'); |
| | | |
| | | if ($login_lc === true || $login_lc == 2) { |
| | | $user = mb_strtolower($user); |
| | | } |
| | | // lowercase domain name |
| | | else if ($login_lc && strpos($user, '@')) { |
| | | list($local, $domain) = explode('@', $user); |
| | | $user = $local . '@' . mb_strtolower($domain); |
| | | } |
| | | |
| | | return $user; |
| | | } |
| | | } |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/az_AZ/labels.inc | |
| | | | plugins/acl/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Orkhan Guliyev <proger@box.az> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['sharing'] = 'Paylaşma'; |
| | | $labels['myrights'] = 'Giriş hüququ'; |
| | | $labels['username'] = 'İstifadəçi:'; |
| | |
| | | $labels['anyone'] = 'Bütün istifadəçilər (istənilən)'; |
| | | $labels['anonymous'] = 'Qonaqlar (anonimlər)'; |
| | | $labels['identifier'] = 'İdentifikator'; |
| | | |
| | | $labels['acll'] = 'Baxış'; |
| | | $labels['shortacll'] = 'Baxış'; |
| | | $labels['aclr'] = 'Məktubu oxu'; |
| | | $labels['acls'] = 'Oxunulan kimi saxla'; |
| | | $labels['aclw'] = 'Yazı bayrağı'; |
| | | $labels['acli'] = 'Əlavə et (kopyala)'; |
| | | $labels['aclp'] = 'Yazı'; |
| | | $labels['shortaclp'] = 'Yazı'; |
| | | $labels['aclc'] = 'Qovluqaltı yarat'; |
| | | $labels['aclk'] = 'Qovluqaltı yarat'; |
| | | $labels['acld'] = 'Məktubu sil'; |
| | | $labels['aclt'] = 'Məktubu sil'; |
| | | $labels['acle'] = 'Poz'; |
| | | $labels['shortacle'] = 'Poz'; |
| | | $labels['aclx'] = 'Qovluğu sil'; |
| | | $labels['acla'] = 'İdarə'; |
| | | $labels['shortacla'] = 'İdarə'; |
| | | |
| | | $labels['aclfull'] = 'Tam idarə'; |
| | | $labels['aclother'] = 'Digər'; |
| | | $labels['shortaclother'] = 'Digər'; |
| | | $labels['aclread'] = 'Oxu'; |
| | | $labels['shortaclr'] = 'Oxu'; |
| | | $labels['shortaclread'] = 'Oxu'; |
| | | $labels['aclwrite'] = 'Yaz'; |
| | | $labels['shortaclw'] = 'Yaz'; |
| | | $labels['shortaclwrite'] = 'Yaz'; |
| | | $labels['acldelete'] = 'Sil'; |
| | | $labels['shortacld'] = 'Sil'; |
| | | $labels['shortaclt'] = 'Sil'; |
| | | $labels['shortacldelete'] = 'Sil'; |
| | | |
| | | $labels['shortacll'] = 'Baxış'; |
| | | $labels['shortaclr'] = 'Oxu'; |
| | | $labels['shortacls'] = 'Saxla'; |
| | | $labels['shortaclw'] = 'Yaz'; |
| | | $labels['shortacli'] = 'Yerləşdir'; |
| | | $labels['shortaclp'] = 'Yazı'; |
| | | $labels['shortaclc'] = 'Yarat'; |
| | | $labels['shortaclk'] = 'Yarat'; |
| | | $labels['shortacld'] = 'Sil'; |
| | | $labels['shortaclt'] = 'Sil'; |
| | | $labels['shortacle'] = 'Poz'; |
| | | $labels['shortaclx'] = 'Qovluğun silinməsi'; |
| | | $labels['shortacla'] = 'İdarə'; |
| | | |
| | | $labels['shortaclother'] = 'Digər'; |
| | | $labels['shortaclread'] = 'Oxu'; |
| | | $labels['shortaclwrite'] = 'Yaz'; |
| | | $labels['shortacldelete'] = 'Sil'; |
| | | |
| | | $labels['longacll'] = 'Qovluq siyahıda görünür və yazılmağa hazırdır'; |
| | | $labels['longaclr'] = 'Bu qovluq oxunmaq üçün açıla bilər'; |
| | | $labels['longaclread'] = 'Bu qovluq oxunmaq üçün açıla bilər'; |
| | | $labels['longacls'] = 'Oxunulan flaqı dəyişdirilə bilər'; |
| | | $labels['longaclw'] = 'Oxunulan və silinənlərdən başqa flaqlar və açar sözləri dəyişdirilə bilər'; |
| | | $labels['longacli'] = 'Məktub qovluğa yazıla və ya saxlanıla bilər'; |
| | |
| | | $labels['longacle'] = 'Məktublar pozula bilər'; |
| | | $labels['longaclx'] = 'Bu qovluq silinə və ya adı dəyişdirilə bilər'; |
| | | $labels['longacla'] = 'Bu qovluğa giriş hüququ dəyişdirilə bilər'; |
| | | |
| | | $labels['longaclfull'] = 'Qovluğun idarəsi ilə birlikdə, tam giriş.'; |
| | | $labels['longaclread'] = 'Bu qovluq oxunmaq üçün açıla bilər'; |
| | | $labels['longaclwrite'] = 'Məktubu bu qovluğa qeyd etmək, yazmaq və kopyalamaq olar'; |
| | | $labels['longacldelete'] = 'Məktubu silmək olar'; |
| | | $labels['deleting'] = 'Giriş hüququnun silinməsi...'; |
| | | $labels['saving'] = 'Giriş hüququnun saxlanılması...'; |
| | | $labels['updatesuccess'] = 'Giriş hüququ dəyişdirildi'; |
| | | $labels['deletesuccess'] = 'Giriş hüququ silindi'; |
| | | $labels['createsuccess'] = 'Giriş hüququ əlavə edildi'; |
| | | $labels['updateerror'] = 'Giriş hüququnu yeniləmək mümkün deyil'; |
| | | $labels['deleteerror'] = 'Giriş hüququnu silmək mümkün deyil'; |
| | | $labels['createerror'] = 'Giriş hüququnu əlavə etmək mümkün deyil'; |
| | | $labels['deleteconfirm'] = 'Seçilmiş istifadəçilərin giriş hüququnu silməkdə əminsiniz?'; |
| | | $labels['norights'] = 'Giriş hüquqları göstərilməyib!'; |
| | | $labels['nouser'] = 'İstifadəçi adı təyin olunmayıb!'; |
| | | |
| | | $messages['deleting'] = 'Giriş hüququnun silinməsi...'; |
| | | $messages['saving'] = 'Giriş hüququnun saxlanılması...'; |
| | | $messages['updatesuccess'] = 'Giriş hüququ dəyişdirildi'; |
| | | $messages['deletesuccess'] = 'Giriş hüququ silindi'; |
| | | $messages['createsuccess'] = 'Giriş hüququ əlavə edildi'; |
| | | $messages['updateerror'] = 'Giriş hüququnu yeniləmək mümkün deyil'; |
| | | $messages['deleteerror'] = 'Giriş hüququnu silmək mümkün deyil'; |
| | | $messages['createerror'] = 'Giriş hüququnu əlavə etmək mümkün deyil'; |
| | | $messages['deleteconfirm'] = 'Seçilmiş istifadəçilərin giriş hüququnu silməkdə əminsiniz?'; |
| | | $messages['norights'] = 'Giriş hüquqları göstərilməyib!'; |
| | | $messages['nouser'] = 'İstifadəçi adı təyin olunmayıb!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/bs_BA/labels.inc | |
| | | | plugins/acl/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Kenan Dervišević <kenan3008@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['sharing'] = 'Razmjena'; |
| | | $labels['myrights'] = 'Prava pristupa'; |
| | | $labels['username'] = 'Korisnik:'; |
| | |
| | | $labels['anyone'] = 'Svi korisnici (bilo ko)'; |
| | | $labels['anonymous'] = 'Gosti (anonimno)'; |
| | | $labels['identifier'] = 'Identifikator'; |
| | | |
| | | $labels['acll'] = 'Pronađi'; |
| | | $labels['shortacll'] = 'Pronađi'; |
| | | $labels['aclr'] = 'Pročitaj poruke'; |
| | | $labels['acls'] = 'Zadrži stanje pregleda'; |
| | | $labels['aclw'] = 'Oznake za pisanje'; |
| | | $labels['acli'] = 'Umetni (Kopiraj u)'; |
| | | $labels['aclp'] = 'Objavi'; |
| | | $labels['shortaclp'] = 'Objavi'; |
| | | $labels['aclc'] = 'Napravi podfoldere'; |
| | | $labels['aclk'] = 'Napravi podfoldere'; |
| | | $labels['acld'] = 'Obriši poruke'; |
| | | $labels['aclt'] = 'Obriši poruke'; |
| | | $labels['acle'] = 'Izbriši'; |
| | | $labels['shortacle'] = 'Izbriši'; |
| | | $labels['aclx'] = 'Obriši folder'; |
| | | $labels['acla'] = 'Administracija'; |
| | | $labels['shortacla'] = 'Administracija'; |
| | | |
| | | $labels['aclfull'] = 'Puna kontrola'; |
| | | $labels['aclother'] = 'Ostalo'; |
| | | $labels['shortaclother'] = 'Ostalo'; |
| | | $labels['aclread'] = 'Pročitano'; |
| | | $labels['shortaclr'] = 'Pročitano'; |
| | | $labels['shortaclread'] = 'Pročitano'; |
| | | $labels['aclwrite'] = 'Piši'; |
| | | $labels['shortaclw'] = 'Piši'; |
| | | $labels['shortaclwrite'] = 'Piši'; |
| | | $labels['acldelete'] = 'Obriši'; |
| | | $labels['shortacld'] = 'Obriši'; |
| | | $labels['shortaclt'] = 'Obriši'; |
| | | $labels['shortacldelete'] = 'Obriši'; |
| | | |
| | | $labels['shortacll'] = 'Pronađi'; |
| | | $labels['shortaclr'] = 'Pročitano'; |
| | | $labels['shortacls'] = 'Zadrži'; |
| | | $labels['shortaclw'] = 'Piši'; |
| | | $labels['shortacli'] = 'Umetni'; |
| | | $labels['shortaclp'] = 'Objavi'; |
| | | $labels['shortaclc'] = 'Kreiraj'; |
| | | $labels['shortaclk'] = 'Kreiraj'; |
| | | $labels['shortacld'] = 'Obriši'; |
| | | $labels['shortaclt'] = 'Obriši'; |
| | | $labels['shortacle'] = 'Izbriši'; |
| | | $labels['shortaclx'] = 'Brisanje foldera'; |
| | | $labels['shortacla'] = 'Administracija'; |
| | | |
| | | $labels['shortaclother'] = 'Ostalo'; |
| | | $labels['shortaclread'] = 'Pročitano'; |
| | | $labels['shortaclwrite'] = 'Piši'; |
| | | $labels['shortacldelete'] = 'Obriši'; |
| | | |
| | | $labels['longacll'] = 'Ovaj folder je vidljiv u listama i moguće je izvršiti pretplatu na njega'; |
| | | $labels['longaclr'] = 'Folder je moguće otvoriti radi čitanja'; |
| | | $labels['longaclread'] = 'Folder je moguće otvoriti radi čitanja'; |
| | | $labels['longacls'] = 'Oznaka čitanja za poruke se može promijeniti'; |
| | | $labels['longaclw'] = 'Oznake za poruke i ključne riječi je moguće promijeniti, osim za pregledano i obrisano'; |
| | | $labels['longacli'] = 'Moguće je kopirati i zapisivati poruke u folder'; |
| | |
| | | $labels['longacle'] = 'Poruke je moguće obrisati'; |
| | | $labels['longaclx'] = 'Folder je moguće obrisati ili preimenovati'; |
| | | $labels['longacla'] = 'Pristupna prava foldera je moguće promijeniti'; |
| | | |
| | | $labels['longaclfull'] = 'Puna kontrola uključujući i administraciju foldera'; |
| | | $labels['longaclread'] = 'Folder je moguće otvoriti radi čitanja'; |
| | | $labels['longaclwrite'] = 'Moguće je označavati, zapisivati i kopirati poruke u folder'; |
| | | $labels['longacldelete'] = 'Moguće je obrisati poruke'; |
| | | $labels['deleting'] = 'Brišem prava pristupa...'; |
| | | $labels['saving'] = 'Snimam prava pristupa...'; |
| | | $labels['updatesuccess'] = 'Prava pristupa su uspješno promijenjena'; |
| | | $labels['deletesuccess'] = 'Prava pristupa su uspješno obrisana'; |
| | | $labels['createsuccess'] = 'Prava pristupa su uspješno dodana'; |
| | | $labels['updateerror'] = 'Nije moguće ažurirati prava pristupa'; |
| | | $labels['deleteerror'] = 'Nije moguće obrisati prava pristupa'; |
| | | $labels['createerror'] = 'Nije moguće dodati prava pristupa'; |
| | | $labels['deleteconfirm'] = 'Jeste li sigurni da želite ukloniti prava pristupa za odabrane korisnike?'; |
| | | $labels['norights'] = 'Niste odabrali prava pristupa!'; |
| | | $labels['nouser'] = 'Niste odabrali korisničko ime!'; |
| | | |
| | | $messages['deleting'] = 'Brišem prava pristupa...'; |
| | | $messages['saving'] = 'Snimam prava pristupa...'; |
| | | $messages['updatesuccess'] = 'Prava pristupa su uspješno promijenjena'; |
| | | $messages['deletesuccess'] = 'Prava pristupa su uspješno obrisana'; |
| | | $messages['createsuccess'] = 'Prava pristupa su uspješno dodana'; |
| | | $messages['updateerror'] = 'Nije moguće ažurirati prava pristupa'; |
| | | $messages['deleteerror'] = 'Nije moguće obrisati prava pristupa'; |
| | | $messages['createerror'] = 'Nije moguće dodati prava pristupa'; |
| | | $messages['deleteconfirm'] = 'Jeste li sigurni da želite ukloniti prava pristupa za odabrane korisnike?'; |
| | | $messages['norights'] = 'Niste odabrali prava pristupa!'; |
| | | $messages['nouser'] = 'Niste odabrali korisničko ime!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/ca_ES/labels.inc | |
| | | | plugins/acl/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Jordi Sanfeliu <jordi@fibranet.cat> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['sharing'] = 'Comparteix'; |
| | | $labels['myrights'] = 'Permisos d\'accés'; |
| | | $labels['username'] = 'Usuari:'; |
| | |
| | | $labels['anyone'] = 'Tots els usuaris'; |
| | | $labels['anonymous'] = 'Convidats'; |
| | | $labels['identifier'] = 'Identificador'; |
| | | |
| | | $labels['acll'] = 'Cerca'; |
| | | $labels['shortacll'] = 'Cerca'; |
| | | $labels['aclr'] = 'Llegeix missatges'; |
| | | $labels['acls'] = 'Conserva\'l com a llegit'; |
| | | $labels['aclw'] = 'Escriu marques'; |
| | | $labels['acli'] = 'Insereix (copia dins)'; |
| | | $labels['aclp'] = 'Envia l\'entrada'; |
| | | $labels['shortaclp'] = 'Envia l\'entrada'; |
| | | $labels['aclc'] = 'Crea subcarpetes'; |
| | | $labels['aclk'] = 'Crea subcarpetes'; |
| | | $labels['acld'] = 'Suprimeix missatges'; |
| | | $labels['aclt'] = 'Suprimeix missatges'; |
| | | $labels['acle'] = 'Buida'; |
| | | $labels['shortacle'] = 'Buida'; |
| | | $labels['aclx'] = 'Suprimeix carpeta'; |
| | | $labels['acla'] = 'Administra'; |
| | | $labels['shortacla'] = 'Administra'; |
| | | |
| | | $labels['aclfull'] = 'Control total'; |
| | | $labels['aclother'] = 'Un altre'; |
| | | $labels['shortaclother'] = 'Un altre'; |
| | | $labels['aclread'] = 'Lectura'; |
| | | $labels['shortaclr'] = 'Lectura'; |
| | | $labels['shortaclread'] = 'Lectura'; |
| | | $labels['aclwrite'] = 'Escriptura'; |
| | | $labels['shortaclw'] = 'Escriptura'; |
| | | $labels['shortaclwrite'] = 'Escriptura'; |
| | | $labels['acldelete'] = 'Suprimeix'; |
| | | $labels['shortacld'] = 'Suprimeix'; |
| | | $labels['shortaclt'] = 'Suprimeix'; |
| | | $labels['shortacldelete'] = 'Suprimeix'; |
| | | |
| | | $labels['shortacll'] = 'Cerca'; |
| | | $labels['shortaclr'] = 'Lectura'; |
| | | $labels['shortacls'] = 'Conserva'; |
| | | $labels['shortaclw'] = 'Escriptura'; |
| | | $labels['shortacli'] = 'Insereix'; |
| | | $labels['shortaclp'] = 'Envia l\'entrada'; |
| | | $labels['shortaclc'] = 'Crea'; |
| | | $labels['shortaclk'] = 'Crea'; |
| | | $labels['shortacld'] = 'Suprimeix'; |
| | | $labels['shortaclt'] = 'Suprimeix'; |
| | | $labels['shortacle'] = 'Buida'; |
| | | $labels['shortaclx'] = 'Suprimeix carpeta'; |
| | | $labels['shortacla'] = 'Administra'; |
| | | |
| | | $labels['shortaclother'] = 'Un altre'; |
| | | $labels['shortaclread'] = 'Lectura'; |
| | | $labels['shortaclwrite'] = 'Escriptura'; |
| | | $labels['shortacldelete'] = 'Suprimeix'; |
| | | |
| | | $labels['longacll'] = 'La carpeta és visible a les llistes i s\'hi pot subscriure'; |
| | | $labels['longaclr'] = 'La carpeta pot ser oberta per llegir'; |
| | | $labels['longaclread'] = 'La carpeta pot ser oberta per llegir'; |
| | | $labels['longacls'] = 'Els missatges marcats com a Llegit poden ser canviats'; |
| | | $labels['longaclw'] = 'Les marques i les paraules clau dels missatges poden ser canviats, excepte els Llegit i Suprimit'; |
| | | $labels['longacli'] = 'Els missatges poden ser escrits i copiats a la carpeta'; |
| | |
| | | $labels['longacle'] = 'Els missatges poden ser purgats'; |
| | | $labels['longaclx'] = 'La carpeta pot ser suprimida o reanomenada'; |
| | | $labels['longacla'] = 'Els permisos d\'accés a la carpeta poden ser canviats'; |
| | | |
| | | $labels['longaclfull'] = 'Control total fins i tot la gestió de carpetes'; |
| | | $labels['longaclread'] = 'La carpeta pot ser oberta per llegir'; |
| | | $labels['longaclwrite'] = 'Els missatges poden ser marcats, escrits o copiats a la carpeta'; |
| | | $labels['longacldelete'] = 'Els missatges poden ser suprimits'; |
| | | $labels['deleting'] = 'Suprimint els permisos d\'accés...'; |
| | | $labels['saving'] = 'Desant els permisos d\'accés...'; |
| | | $labels['updatesuccess'] = 'Els permisos d\'accés han estat canviats correctament'; |
| | | $labels['deletesuccess'] = 'Els permisos d\'accés han estat suprimits correctament'; |
| | | $labels['createsuccess'] = 'Els permisos d\'accés han afegits suprimits correctament'; |
| | | $labels['updateerror'] = 'No s\'ha pogut actualitzar els permisos d\'accés'; |
| | | $labels['deleteerror'] = 'No s\'ha pogut suprimir els permisos d\'accés'; |
| | | $labels['createerror'] = 'No s\'ha pogut afegir els permisos d\'accés'; |
| | | $labels['deleteconfirm'] = 'Esteu segurs que voleu suprimir els permisos d\'accés de l\'usuari o usuaris seleccionats?'; |
| | | $labels['norights'] = 'No s\'ha especificat cap permís'; |
| | | $labels['nouser'] = 'No s\'ha especificat cap nom d\'usuari'; |
| | | |
| | | $messages['deleting'] = 'Suprimint els permisos d\'accés...'; |
| | | $messages['saving'] = 'Desant els permisos d\'accés...'; |
| | | $messages['updatesuccess'] = 'Els permisos d\'accés han estat canviats correctament'; |
| | | $messages['deletesuccess'] = 'Els permisos d\'accés han estat suprimits correctament'; |
| | | $messages['createsuccess'] = 'Els permisos d\'accés han afegits suprimits correctament'; |
| | | $messages['updateerror'] = 'No s\'ha pogut actualitzar els permisos d\'accés'; |
| | | $messages['deleteerror'] = 'No s\'ha pogut suprimir els permisos d\'accés'; |
| | | $messages['createerror'] = 'No s\'ha pogut afegir els permisos d\'accés'; |
| | | $messages['deleteconfirm'] = 'Esteu segurs que voleu suprimir els permisos d\'accés de l\'usuari o usuaris seleccionats?'; |
| | | $messages['norights'] = 'No s\'ha especificat cap permís'; |
| | | $messages['nouser'] = 'No s\'ha especificat cap nom d\'usuari'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/cs_CZ/labels.inc | |
| | | | plugins/acl/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Zbynek Vanzura <heptau@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['sharing'] = 'Sdílení'; |
| | | $labels['myrights'] = 'Přístupová práva'; |
| | | $labels['username'] = 'Uživatel:'; |
| | | $labels['advanced'] = 'pokročilý režim'; |
| | | $labels['newuser'] = 'Přidat záznam'; |
| | | $labels['actions'] = 'Access right actions...'; |
| | | $labels['anyone'] = 'Všichni uživatelé (kdokoli)'; |
| | | $labels['anonymous'] = 'Hosté (anonymní)'; |
| | | $labels['identifier'] = 'Identifikátor'; |
| | | |
| | | $labels['acll'] = 'Vyhledat'; |
| | | $labels['aclr'] = 'Číst zprávy'; |
| | | $labels['acls'] = 'Ponechat stav Přečteno'; |
| | | $labels['aclw'] = 'Zapsat označení'; |
| | | $labels['acli'] = 'Vložit (Kopírovat do)'; |
| | | $labels['aclp'] = 'Odeslat'; |
| | | $labels['shortaclp'] = 'Odeslat'; |
| | | $labels['aclc'] = 'Vytvořit podsložky'; |
| | | $labels['aclk'] = 'Vytvořit podsložky'; |
| | | $labels['acld'] = 'Smazat zprávy'; |
| | | $labels['aclt'] = 'Smazat zprávy'; |
| | | $labels['acle'] = 'Vyprázdnit'; |
| | | $labels['shortacle'] = 'Vyprázdnit'; |
| | | $labels['aclx'] = 'Smazat složku'; |
| | | $labels['acla'] = 'Spravovat'; |
| | | $labels['shortacla'] = 'Spravovat'; |
| | | |
| | | $labels['aclfull'] = 'Plný přístup'; |
| | | $labels['aclother'] = 'Ostatní'; |
| | | $labels['shortaclother'] = 'Ostatní'; |
| | | $labels['aclread'] = 'Číst'; |
| | | $labels['shortaclr'] = 'Číst'; |
| | | $labels['shortaclread'] = 'Číst'; |
| | | $labels['aclwrite'] = 'Zapsat'; |
| | | $labels['shortaclw'] = 'Zapsat'; |
| | | $labels['shortaclwrite'] = 'Zapsat'; |
| | | $labels['acldelete'] = 'Smazat'; |
| | | $labels['shortacld'] = 'Smazat'; |
| | | $labels['shortaclt'] = 'Smazat'; |
| | | $labels['shortacldelete'] = 'Smazat'; |
| | | |
| | | $labels['shortacll'] = 'Vyhledat'; |
| | | $labels['shortaclr'] = 'Číst'; |
| | | $labels['shortacls'] = 'Zachovat'; |
| | | $labels['shortaclw'] = 'Zapsat'; |
| | | $labels['shortacli'] = 'Vložit'; |
| | | $labels['shortaclp'] = 'Odeslat'; |
| | | $labels['shortaclc'] = 'Vytvořit'; |
| | | $labels['shortaclk'] = 'Vytvořit'; |
| | | $labels['shortacld'] = 'Smazat'; |
| | | $labels['shortaclt'] = 'Smazat'; |
| | | $labels['shortacle'] = 'Vyprázdnit'; |
| | | $labels['shortaclx'] = 'Mazat složky'; |
| | | $labels['shortacla'] = 'Spravovat'; |
| | | |
| | | $labels['shortaclother'] = 'Ostatní'; |
| | | $labels['shortaclread'] = 'Číst'; |
| | | $labels['shortaclwrite'] = 'Zapsat'; |
| | | $labels['shortacldelete'] = 'Smazat'; |
| | | |
| | | $labels['longacll'] = 'Složka je viditelná v seznamu a může být přihlášena'; |
| | | $labels['longaclr'] = 'Složka může být otevřena pro čtení'; |
| | | $labels['longaclread'] = 'Složka může být otevřena pro čtení'; |
| | | $labels['longacls'] = 'Označená zpráva byla změněna'; |
| | | $labels['longaclw'] = 'Značky a klíčová slova u zpráv je možné měnit, kromě příznaku Přečteno a Smazáno'; |
| | | $labels['longacli'] = 'Zpŕava může být napsána nebo zkopírována do složky'; |
| | | $labels['longaclp'] = 'Zpráva byla odeslána do složky'; |
| | | $labels['longaclc'] = 'Složka může být vytvořena (nebo přejmenována) přimo v této složce'; |
| | |
| | | $labels['longacle'] = 'Zpráva může být smazána'; |
| | | $labels['longaclx'] = 'Složka může být smazána nebo přejmenována'; |
| | | $labels['longacla'] = 'Přístupová práva složky mohou být změněna'; |
| | | |
| | | $labels['longaclfull'] = 'Plný přístup včetně správy složky'; |
| | | $labels['longaclread'] = 'Složka může být otevřena pro čtení'; |
| | | $labels['longaclwrite'] = 'Zpráva může být označena, napsána nebo zkopírována do složky'; |
| | | $labels['longacldelete'] = 'Zprávy mohou být smazány'; |
| | | $labels['deleting'] = 'Odstraňuji přístupová práva...'; |
| | | $labels['saving'] = 'Ukládám přístupová práva...'; |
| | | $labels['updatesuccess'] = 'Přístupová práva byla úspěšně změněna'; |
| | | $labels['deletesuccess'] = 'Přístupová páva byla úspěšně odstraněna'; |
| | | $labels['createsuccess'] = 'Přístupová práva byla úspěšně přídána'; |
| | | $labels['updateerror'] = 'Nelze upravit přístupová práva'; |
| | | $labels['deleteerror'] = 'Nelze odstranit přístupová práva'; |
| | | $labels['createerror'] = 'Nelze přidat přístupová práva'; |
| | | $labels['deleteconfirm'] = 'Opravdu si přejete odstranit přístupová práva pro vybrané(ho) uživatele?'; |
| | | $labels['norights'] = 'Nejsou specifikována žádná práva!'; |
| | | $labels['nouser'] = 'Není specifikováno uživatelské jméno'; |
| | | |
| | | $messages['deleting'] = 'Odstraňuji přístupová práva...'; |
| | | $messages['saving'] = 'Ukládám přístupová práva...'; |
| | | $messages['updatesuccess'] = 'Přístupová práva byla úspěšně změněna'; |
| | | $messages['deletesuccess'] = 'Přístupová páva byla úspěšně odstraněna'; |
| | | $messages['createsuccess'] = 'Přístupová práva byla úspěšně přídána'; |
| | | $messages['updateerror'] = 'Nelze upravit přístupová práva'; |
| | | $messages['deleteerror'] = 'Nelze odstranit přístupová práva'; |
| | | $messages['createerror'] = 'Nelze přidat přístupová práva'; |
| | | $messages['deleteconfirm'] = 'Opravdu si přejete odstranit přístupová práva pro vybrané(ho) uživatele?'; |
| | | $messages['norights'] = 'Nejsou specifikována žádná práva!'; |
| | | $messages['nouser'] = 'Není specifikováno uživatelské jméno'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/cy_GB/labels.inc | |
| | | | plugins/acl/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Dafydd Tomos | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['sharing'] = 'Rhannu'; |
| | | $labels['myrights'] = 'Hawliau Mynediad'; |
| | | $labels['username'] = 'Defnyddiwr:'; |
| | |
| | | $labels['anyone'] = 'Pob defnyddiwr (unrhywun)'; |
| | | $labels['anonymous'] = 'Gwestai (anhysbys)'; |
| | | $labels['identifier'] = 'Dynodwr'; |
| | | |
| | | $labels['acll'] = 'Chwilio'; |
| | | $labels['shortacll'] = 'Chwilio'; |
| | | $labels['aclr'] = 'Darllen negeseuon'; |
| | | $labels['acls'] = 'Cadw stad Gwelwyd'; |
| | | $labels['aclw'] = 'Fflagiau ysgrifennu'; |
| | | $labels['acli'] = 'Mewnosod (Copïo fewn i)'; |
| | | $labels['aclp'] = 'Postio'; |
| | | $labels['shortaclp'] = 'Postio'; |
| | | $labels['aclc'] = 'Creu is-ffolderi'; |
| | | $labels['aclk'] = 'Creu is-ffolderi'; |
| | | $labels['acld'] = 'Dileu negeseuon'; |
| | | $labels['aclt'] = 'Dileu negeseuon'; |
| | | $labels['acle'] = 'Dileu'; |
| | | $labels['shortacle'] = 'Dileu'; |
| | | $labels['aclx'] = 'Dileu ffolder'; |
| | | $labels['acla'] = 'Gweinyddu'; |
| | | $labels['shortacla'] = 'Gweinyddu'; |
| | | |
| | | $labels['aclfull'] = 'Rheolaeth lawn'; |
| | | $labels['aclother'] = 'Arall'; |
| | | $labels['shortaclother'] = 'Arall'; |
| | | $labels['aclread'] = 'Darllen'; |
| | | $labels['shortaclr'] = 'Darllen'; |
| | | $labels['shortaclread'] = 'Darllen'; |
| | | $labels['aclwrite'] = 'Ysgrifennu'; |
| | | $labels['shortaclw'] = 'Ysgrifennu'; |
| | | $labels['shortaclwrite'] = 'Ysgrifennu'; |
| | | $labels['acldelete'] = 'Dileu'; |
| | | $labels['shortacld'] = 'Dileu'; |
| | | $labels['shortaclt'] = 'Dileu'; |
| | | $labels['shortacldelete'] = 'Dileu'; |
| | | |
| | | $labels['shortacll'] = 'Chwilio'; |
| | | $labels['shortaclr'] = 'Darllen'; |
| | | $labels['shortacls'] = 'Cadw'; |
| | | $labels['shortaclw'] = 'Ysgrifennu'; |
| | | $labels['shortacli'] = 'Mewnosod'; |
| | | $labels['shortaclp'] = 'Postio'; |
| | | $labels['shortaclc'] = 'Creu'; |
| | | $labels['shortaclk'] = 'Creu'; |
| | | $labels['shortacld'] = 'Dileu'; |
| | | $labels['shortaclt'] = 'Dileu'; |
| | | $labels['shortacle'] = 'Dileu'; |
| | | $labels['shortaclx'] = 'Dileu ffolder'; |
| | | $labels['shortacla'] = 'Gweinyddu'; |
| | | |
| | | $labels['shortaclother'] = 'Arall'; |
| | | $labels['shortaclread'] = 'Darllen'; |
| | | $labels['shortaclwrite'] = 'Ysgrifennu'; |
| | | $labels['shortacldelete'] = 'Dileu'; |
| | | |
| | | $labels['longacll'] = 'Mae\'r ffolder hwn i\'w weld ar y rhestrau a mae\'n bosib tanysgrifio iddo'; |
| | | $labels['longaclr'] = 'Gellir agor y ffolder hwn i\'w ddarllen'; |
| | | $labels['longaclread'] = 'Gellir agor y ffolder hwn i\'w ddarllen'; |
| | | $labels['longacls'] = 'Gellir newid y fflag negeseuon Gwelwyd'; |
| | | $labels['longaclw'] = 'Gellir newid y fflagiau negeseuon a allweddeiriau, heblaw Gwelwyd a Dilëuwyd'; |
| | | $labels['longacli'] = 'Gellir ysgrifennu neu copïo negeseuon i\'r ffolder'; |
| | |
| | | $labels['longacle'] = 'Gellir gwaredu negeseuon'; |
| | | $labels['longaclx'] = 'Gellir dileu neu ail-enwi\'r ffolder'; |
| | | $labels['longacla'] = 'Gellir newid hawliau mynediad y ffolder'; |
| | | |
| | | $labels['longaclfull'] = 'Rheolaeth lawn yn cynnwys rheolaeth ffolderi'; |
| | | $labels['longaclread'] = 'Gellir agor y ffolder hwn i\'w ddarllen'; |
| | | $labels['longaclwrite'] = 'Gellir nodi, ysgrifennu neu copïo negeseuon i\'r ffolder'; |
| | | $labels['longacldelete'] = 'Gellir dileu negeseuon'; |
| | | $labels['deleting'] = 'Yn dileu hawliau mynediad...'; |
| | | $labels['saving'] = 'Yn cadw hawliau mynediad...'; |
| | | $labels['updatesuccess'] = 'Wedi newid hawliau mynediad yn llwyddiannus'; |
| | | $labels['deletesuccess'] = 'Wedi dileu hawliau mynediad yn llwyddiannus'; |
| | | $labels['createsuccess'] = 'Wedi ychwanegu hawliau mynediad yn llwyddiannus'; |
| | | $labels['updateerror'] = 'Methwyd diweddaru hawliau mynediad'; |
| | | $labels['deleteerror'] = 'Methwyd dileu hawliau mynediad'; |
| | | $labels['createerror'] = 'Methwyd ychwanegu hawliau mynediad'; |
| | | $labels['deleteconfirm'] = 'Ydych chi\'n siwr eich bod am ddileu hawliau mynediad y defnyddiwr/wyr ddewiswyd?'; |
| | | $labels['norights'] = 'Nid oes hawliau wedi eu nodi!'; |
| | | $labels['nouser'] = 'Nid oes enw defnyddiwr wedi ei nodi!'; |
| | | |
| | | $messages['deleting'] = 'Yn dileu hawliau mynediad...'; |
| | | $messages['saving'] = 'Yn cadw hawliau mynediad...'; |
| | | $messages['updatesuccess'] = 'Wedi newid hawliau mynediad yn llwyddiannus'; |
| | | $messages['deletesuccess'] = 'Wedi dileu hawliau mynediad yn llwyddiannus'; |
| | | $messages['createsuccess'] = 'Wedi ychwanegu hawliau mynediad yn llwyddiannus'; |
| | | $messages['updateerror'] = 'Methwyd diweddaru hawliau mynediad'; |
| | | $messages['deleteerror'] = 'Methwyd dileu hawliau mynediad'; |
| | | $messages['createerror'] = 'Methwyd ychwanegu hawliau mynediad'; |
| | | $messages['deleteconfirm'] = 'Ydych chi\'n siwr eich bod am ddileu hawliau mynediad y defnyddiwr/wyr ddewiswyd?'; |
| | | $messages['norights'] = 'Nid oes hawliau wedi eu nodi!'; |
| | | $messages['nouser'] = 'Nid oes enw defnyddiwr wedi ei nodi!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/da_DK/labels.inc | |
| | | | plugins/acl/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Johannes Hessellund <osos@openeyes.dk> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['sharing'] = 'Deling'; |
| | | $labels['myrights'] = 'Adgangrettigheder'; |
| | | $labels['username'] = 'Bruger:'; |
| | |
| | | $labels['anyone'] = 'Alle brugere'; |
| | | $labels['anonymous'] = 'Gæst (anonym)'; |
| | | $labels['identifier'] = 'Identifikator'; |
| | | |
| | | $labels['acll'] = 'Slå op'; |
| | | $labels['shortacll'] = 'Slå op'; |
| | | $labels['aclr'] = 'Læs beskeder'; |
| | | $labels['acls'] = 'Behold læst-status'; |
| | | $labels['aclw'] = 'Skriv flag'; |
| | | $labels['acli'] = 'Indsæt (kopier ind i)'; |
| | | $labels['aclp'] = 'Send'; |
| | | $labels['shortaclp'] = 'Send'; |
| | | $labels['aclc'] = 'Opret undermapper'; |
| | | $labels['aclk'] = 'Opret undermapper'; |
| | | $labels['acld'] = 'Slet beskeder'; |
| | | $labels['aclt'] = 'Slet beskeder'; |
| | | $labels['acle'] = 'Udslet'; |
| | | $labels['shortacle'] = 'Udslet'; |
| | | $labels['aclx'] = 'Slet mappe'; |
| | | $labels['acla'] = 'Administrer'; |
| | | $labels['shortacla'] = 'Administrer'; |
| | | |
| | | $labels['aclfull'] = 'Fuld kontrol'; |
| | | $labels['aclother'] = 'Andet'; |
| | | $labels['shortaclother'] = 'Andet'; |
| | | $labels['aclread'] = 'Læse'; |
| | | $labels['shortaclr'] = 'Læse'; |
| | | $labels['shortaclread'] = 'Læse'; |
| | | $labels['aclwrite'] = 'Skrive'; |
| | | $labels['shortaclw'] = 'Skrive'; |
| | | $labels['shortaclwrite'] = 'Skrive'; |
| | | $labels['acldelete'] = 'Slet'; |
| | | $labels['shortacld'] = 'Slet'; |
| | | $labels['shortaclt'] = 'Slet'; |
| | | $labels['shortacldelete'] = 'Slet'; |
| | | |
| | | $labels['shortacll'] = 'Slå op'; |
| | | $labels['shortaclr'] = 'Læse'; |
| | | $labels['shortacls'] = 'Behold'; |
| | | $labels['shortaclw'] = 'Skrive'; |
| | | $labels['shortacli'] = 'Indsæt'; |
| | | $labels['shortaclp'] = 'Send'; |
| | | $labels['shortaclc'] = 'Opret'; |
| | | $labels['shortaclk'] = 'Opret'; |
| | | $labels['shortacld'] = 'Slet'; |
| | | $labels['shortaclt'] = 'Slet'; |
| | | $labels['shortacle'] = 'Udslet'; |
| | | $labels['shortaclx'] = 'Slet mappe'; |
| | | $labels['shortacla'] = 'Administrer'; |
| | | |
| | | $labels['shortaclother'] = 'Andet'; |
| | | $labels['shortaclread'] = 'Læse'; |
| | | $labels['shortaclwrite'] = 'Skrive'; |
| | | $labels['shortacldelete'] = 'Slet'; |
| | | |
| | | $labels['longacll'] = 'Mappen er synlig på listen og kan abonneres på'; |
| | | $labels['longaclr'] = 'Mappen kan åbnes for læsning'; |
| | | $labels['longaclread'] = 'Mappen kan åbnes for læsning'; |
| | | $labels['longacls'] = 'Beskeders Læst-flag kan ændres'; |
| | | $labels['longaclw'] = 'Beskeders flag og nøgleord kan ændres med undtagelse af Læst og Slettet'; |
| | | $labels['longacli'] = 'Beskeder kan blive skrevet eller kopieret til mappen'; |
| | |
| | | $labels['longacle'] = 'Beskeder kan slettes'; |
| | | $labels['longaclx'] = 'Mappen kan blive slettet eller omdøbt'; |
| | | $labels['longacla'] = 'Mappen adgangsrettigheder kan ændres'; |
| | | |
| | | $labels['longaclfull'] = 'Fuld kontrol inklusiv mappeadministration'; |
| | | $labels['longaclread'] = 'Mappen kan åbnes for læsning'; |
| | | $labels['longaclwrite'] = 'Beskeder kan blive markeret, skrevet eller kopieret til mappen'; |
| | | $labels['longacldelete'] = 'Beskeder kan slettes'; |
| | | $labels['deleting'] = 'Slette rettigheder...'; |
| | | $labels['saving'] = 'Gemme rettigheder...'; |
| | | $labels['updatesuccess'] = 'Tilgangsrettighederne blev ændret'; |
| | | $labels['deletesuccess'] = 'Sletterettigheder blev ændret'; |
| | | $labels['createsuccess'] = 'Tilgangsrettigheder blev tilføjet'; |
| | | $labels['updateerror'] = 'Kunne ikke opdatere tilgangsrettigheder'; |
| | | $labels['deleteerror'] = 'Kunne ikke slette tilgangsrettigheder'; |
| | | $labels['createerror'] = 'Kunne ikke tilføje tilgangsrettigheder'; |
| | | $labels['deleteconfirm'] = 'Er du sikker på, at du vil slette tilgangsrettigheder fra de(n) valgte bruger(e)?'; |
| | | $labels['norights'] = 'Der er ikke specificeret nogle rettigheder!'; |
| | | $labels['nouser'] = 'Der er ikke angiver et brugernavn!'; |
| | | |
| | | $messages['deleting'] = 'Slette rettigheder...'; |
| | | $messages['saving'] = 'Gemme rettigheder...'; |
| | | $messages['updatesuccess'] = 'Tilgangsrettighederne blev ændret'; |
| | | $messages['deletesuccess'] = 'Sletterettigheder blev ændret'; |
| | | $messages['createsuccess'] = 'Tilgangsrettigheder blev tilføjet'; |
| | | $messages['updateerror'] = 'Kunne ikke opdatere tilgangsrettigheder'; |
| | | $messages['deleteerror'] = 'Kunne ikke slette tilgangsrettigheder'; |
| | | $messages['createerror'] = 'Kunne ikke tilføje tilgangsrettigheder'; |
| | | $messages['deleteconfirm'] = 'Er du sikker på, at du vil slette tilgangsrettigheder fra de(n) valgte bruger(e)?'; |
| | | $messages['norights'] = 'Der er ikke specificeret nogle rettigheder!'; |
| | | $messages['nouser'] = 'Der er ikke angiver et brugernavn!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/de_CH/labels.inc | |
| | | | plugins/acl/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['sharing'] = 'Freigabe'; |
| | | $labels['myrights'] = 'Zugriffsrechte'; |
| | | $labels['username'] = 'Benutzer:'; |
| | |
| | | $labels['anyone'] = 'Alle Benutzer (anyone)'; |
| | | $labels['anonymous'] = 'Gäste (anonymous)'; |
| | | $labels['identifier'] = 'Bezeichnung'; |
| | | |
| | | $labels['acll'] = 'Sichtbar'; |
| | | $labels['shortacll'] = 'Sichtbar'; |
| | | $labels['aclr'] = 'Nachrichten lesen'; |
| | | $labels['acls'] = 'Lesestatus ändern'; |
| | | $labels['aclw'] = 'Flags schreiben'; |
| | | $labels['acli'] = 'Nachrichten hinzufügen'; |
| | | $labels['aclp'] = 'Senden an'; |
| | | $labels['shortaclp'] = 'Senden an'; |
| | | $labels['aclc'] = 'Unterordner erstellen'; |
| | | $labels['aclk'] = 'Unterordner erstellen'; |
| | | $labels['acld'] = 'Nachrichten als gelöscht markieren'; |
| | | $labels['aclt'] = 'Nachrichten als gelöscht markieren'; |
| | | $labels['acle'] = 'Endgültig löschen'; |
| | | $labels['shortacle'] = 'Endgültig löschen'; |
| | | $labels['aclx'] = 'Ordner löschen'; |
| | | $labels['acla'] = 'Verwalten'; |
| | | $labels['shortacla'] = 'Verwalten'; |
| | | |
| | | $labels['aclfull'] = 'Vollzugriff'; |
| | | $labels['aclother'] = 'Andere'; |
| | | $labels['shortaclother'] = 'Andere'; |
| | | $labels['aclread'] = 'Lesen'; |
| | | $labels['shortaclr'] = 'Lesen'; |
| | | $labels['shortaclread'] = 'Lesen'; |
| | | $labels['aclwrite'] = 'Schreiben'; |
| | | $labels['shortaclw'] = 'Schreiben'; |
| | | $labels['shortaclwrite'] = 'Schreiben'; |
| | | $labels['acldelete'] = 'Löschen'; |
| | | $labels['shortacld'] = 'Löschen'; |
| | | $labels['shortaclt'] = 'Löschen'; |
| | | $labels['shortacldelete'] = 'Löschen'; |
| | | |
| | | $labels['shortacll'] = 'Sichtbar'; |
| | | $labels['shortaclr'] = 'Lesen'; |
| | | $labels['shortacls'] = 'Behalte'; |
| | | $labels['shortaclw'] = 'Schreiben'; |
| | | $labels['shortacli'] = 'Hinzufügen'; |
| | | $labels['shortaclp'] = 'Senden an'; |
| | | $labels['shortaclc'] = 'Erstellen'; |
| | | $labels['shortaclk'] = 'Erstellen'; |
| | | $labels['shortacld'] = 'Löschen'; |
| | | $labels['shortaclt'] = 'Löschen'; |
| | | $labels['shortacle'] = 'Endgültig löschen'; |
| | | $labels['shortaclx'] = 'Ordner löschen'; |
| | | $labels['shortacla'] = 'Verwalten'; |
| | | |
| | | $labels['shortaclother'] = 'Andere'; |
| | | $labels['shortaclread'] = 'Lesen'; |
| | | $labels['shortaclwrite'] = 'Schreiben'; |
| | | $labels['shortacldelete'] = 'Löschen'; |
| | | |
| | | $labels['longacll'] = 'Der Ordner ist sichtbar und kann abonniert werden'; |
| | | $labels['longaclr'] = 'Der Ordnerinhalt kann gelesen werden'; |
| | | $labels['longaclread'] = 'Der Ordnerinhalt kann gelesen werden'; |
| | | $labels['longacls'] = 'Der Lesestatus von Nachrichten kann geändert werden'; |
| | | $labels['longaclw'] = 'Alle Nachrichten-Flags und Schlüsselwörter ausser "Gelesen" und "Gelöscht" können geändert werden'; |
| | | $labels['longacli'] = 'Nachrichten können in diesen Ordner kopiert oder verschoben werden'; |
| | |
| | | $labels['longacle'] = 'Als "gelöscht" markierte Nachrichten können entfernt werden'; |
| | | $labels['longaclx'] = 'Der Ordner kann gelöscht oder umbenannt werden'; |
| | | $labels['longacla'] = 'Die Zugriffsrechte des Ordners können geändert werden'; |
| | | |
| | | $labels['longaclfull'] = 'Vollzugriff inklusive Ordner-Verwaltung'; |
| | | $labels['longaclread'] = 'Der Ordnerinhalt kann gelesen werden'; |
| | | $labels['longaclwrite'] = 'Nachrichten können markiert, an den Ordner gesendet und in den Ordner kopiert oder verschoben werden'; |
| | | $labels['longacldelete'] = 'Nachrichten können gelöscht werden'; |
| | | $labels['deleting'] = 'Zugriffsrechte werden entzogen...'; |
| | | $labels['saving'] = 'Zugriffsrechte werden gespeichert...'; |
| | | $labels['updatesuccess'] = 'Zugriffsrechte erfolgreich geändert'; |
| | | $labels['deletesuccess'] = 'Zugriffsrechte erfolgreich entzogen'; |
| | | $labels['createsuccess'] = 'Zugriffsrechte erfolgreich hinzugefügt'; |
| | | $labels['updateerror'] = 'Zugriffsrechte konnten nicht geändert werden'; |
| | | $labels['deleteerror'] = 'Zugriffsrechte konnten nicht entzogen werden'; |
| | | $labels['createerror'] = 'Zugriffsrechte konnten nicht gewährt werden'; |
| | | $labels['deleteconfirm'] = 'Sind Sie sicher, dass Sie die Zugriffsrechte den ausgewählten Benutzern entziehen möchten?'; |
| | | $labels['norights'] = 'Es wurden keine Zugriffsrechte ausgewählt!'; |
| | | $labels['nouser'] = 'Es wurde kein Benutzer ausgewählt!'; |
| | | |
| | | $messages['deleting'] = 'Zugriffsrechte werden entzogen...'; |
| | | $messages['saving'] = 'Zugriffsrechte werden gespeichert...'; |
| | | $messages['updatesuccess'] = 'Zugriffsrechte erfolgreich geändert'; |
| | | $messages['deletesuccess'] = 'Zugriffsrechte erfolgreich entzogen'; |
| | | $messages['createsuccess'] = 'Zugriffsrechte erfolgreich hinzugefügt'; |
| | | $messages['updateerror'] = 'Zugriffsrechte konnten nicht geändert werden'; |
| | | $messages['deleteerror'] = 'Zugriffsrechte konnten nicht entzogen werden'; |
| | | $messages['createerror'] = 'Zugriffsrechte konnten nicht gewährt werden'; |
| | | $messages['deleteconfirm'] = 'Sind Sie sicher, dass Sie die Zugriffsrechte den ausgewählten Benutzern entziehen möchten?'; |
| | | $messages['norights'] = 'Es wurden keine Zugriffsrechte ausgewählt!'; |
| | | $messages['nouser'] = 'Es wurde kein Benutzer ausgewählt!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/de_DE/labels.inc | |
| | | | plugins/acl/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['sharing'] = 'Freigabe'; |
| | | $labels['myrights'] = 'Zugriffsrechte'; |
| | | $labels['username'] = 'Benutzer:'; |
| | |
| | | $labels['anyone'] = 'Alle Benutzer (anyone)'; |
| | | $labels['anonymous'] = 'Gäste (anonymous)'; |
| | | $labels['identifier'] = 'Bezeichnung'; |
| | | |
| | | $labels['acll'] = 'Sichtbar'; |
| | | $labels['shortacll'] = 'Sichtbar'; |
| | | $labels['aclr'] = 'Nachrichten lesen'; |
| | | $labels['acls'] = 'Lesestatus ändern'; |
| | | $labels['aclw'] = 'Flags schreiben'; |
| | | $labels['acli'] = 'Nachrichten Hinzufügen'; |
| | | $labels['acli'] = 'Nachrichten hinzufügen'; |
| | | $labels['aclp'] = 'Senden an'; |
| | | $labels['shortaclp'] = 'Senden an'; |
| | | $labels['aclc'] = 'Unterordner erstellen'; |
| | | $labels['aclk'] = 'Unterordner erstellen'; |
| | | $labels['acld'] = 'Nachrichten als gelöscht markieren'; |
| | | $labels['aclt'] = 'Nachrichten als gelöscht markieren'; |
| | | $labels['acle'] = 'endgültig löschen'; |
| | | $labels['shortacle'] = 'endgültig löschen'; |
| | | $labels['acle'] = 'Endgültig löschen'; |
| | | $labels['aclx'] = 'Ordner löschen'; |
| | | $labels['acla'] = 'Verwalten'; |
| | | $labels['shortacla'] = 'Verwalten'; |
| | | |
| | | $labels['aclfull'] = 'Vollzugriff'; |
| | | $labels['aclother'] = 'Andere'; |
| | | $labels['shortaclother'] = 'Andere'; |
| | | $labels['aclread'] = 'Lesen'; |
| | | $labels['shortaclr'] = 'Lesen'; |
| | | $labels['shortaclread'] = 'Lesen'; |
| | | $labels['aclwrite'] = 'Schreiben'; |
| | | $labels['shortaclw'] = 'Schreiben'; |
| | | $labels['shortaclwrite'] = 'Schreiben'; |
| | | $labels['acldelete'] = 'Löschen'; |
| | | $labels['shortacld'] = 'Löschen'; |
| | | $labels['shortaclt'] = 'Löschen'; |
| | | $labels['shortacldelete'] = 'Löschen'; |
| | | |
| | | $labels['shortacll'] = 'Sichtbar'; |
| | | $labels['shortaclr'] = 'Lesen'; |
| | | $labels['shortacls'] = 'Lesestatus'; |
| | | $labels['shortaclw'] = 'Schreiben'; |
| | | $labels['shortacli'] = 'Hinzufügen'; |
| | | $labels['shortaclp'] = 'Senden an'; |
| | | $labels['shortaclc'] = 'Erstellen'; |
| | | $labels['shortaclk'] = 'Erstellen'; |
| | | $labels['shortacld'] = 'Löschen'; |
| | | $labels['shortaclt'] = 'Löschen'; |
| | | $labels['shortacle'] = 'Endgültig löschen'; |
| | | $labels['shortaclx'] = 'Ordner löschen'; |
| | | $labels['shortacla'] = 'Verwalten'; |
| | | |
| | | $labels['shortaclother'] = 'Andere'; |
| | | $labels['shortaclread'] = 'Lesen'; |
| | | $labels['shortaclwrite'] = 'Schreiben'; |
| | | $labels['shortacldelete'] = 'Löschen'; |
| | | |
| | | $labels['longacll'] = 'Der Ordner ist sichtbar und kann abonniert werden'; |
| | | $labels['longaclr'] = 'Der Ordnerinhalt kann gelesen werden'; |
| | | $labels['longaclread'] = 'Der Ordnerinhalt kann gelesen werden'; |
| | | $labels['longacls'] = 'Der Lesestatus von Nachrichten kann geändert werden'; |
| | | $labels['longaclw'] = 'Alle Nachrichten-Flags und Schlüsselwörter außer "Gelesen" und "Gelöscht" können geändert werden'; |
| | | $labels['longacli'] = 'Nachrichten können in diesen Ordner kopiert oder verschoben werden'; |
| | |
| | | $labels['longacle'] = 'Als "gelöscht" markiert Nachrichten können gelöscht werden.'; |
| | | $labels['longaclx'] = 'Der Ordner kann gelöscht oder umbenannt werden'; |
| | | $labels['longacla'] = 'Die Zugriffsrechte des Ordners können geändert werden'; |
| | | |
| | | $labels['longaclfull'] = 'Vollzugriff inklusive Ordner-Verwaltung'; |
| | | $labels['longaclread'] = 'Der Ordnerinhalt kann gelesen werden'; |
| | | $labels['longaclwrite'] = 'Nachrichten können markiert, an den Ordner gesendet und in den Ordner kopiert oder verschoben werden'; |
| | | $labels['longacldelete'] = 'Nachrichten können gelöscht werden'; |
| | | $labels['deleting'] = 'Zugriffsrechte werden entzogen...'; |
| | | $labels['saving'] = 'Zugriffsrechte werden gewährt...'; |
| | | $labels['updatesuccess'] = 'Zugriffsrechte erfolgreich geändert'; |
| | | $labels['deletesuccess'] = 'Zugriffsrechte erfolgreich entzogen'; |
| | | $labels['createsuccess'] = 'Zugriffsrechte erfolgreich gewährt'; |
| | | $labels['updateerror'] = 'Zugriffsrechte konnten nicht geändert werden'; |
| | | $labels['deleteerror'] = 'Zugriffsrechte konnten nicht entzogen werden'; |
| | | $labels['createerror'] = 'Zugriffsrechte konnten nicht gewährt werden'; |
| | | $labels['deleteconfirm'] = 'Sind Sie sicher, daß Sie die Zugriffsrechte den ausgewählten Benutzern entziehen möchten?'; |
| | | $labels['norights'] = 'Es wurden keine Zugriffsrechte ausgewählt!'; |
| | | $labels['nouser'] = 'Es wurde kein Benutzer ausgewählt!'; |
| | | |
| | | $messages['deleting'] = 'Zugriffsrechte werden entzogen...'; |
| | | $messages['saving'] = 'Zugriffsrechte werden gewährt...'; |
| | | $messages['updatesuccess'] = 'Zugriffsrechte erfolgreich geändert'; |
| | | $messages['deletesuccess'] = 'Zugriffsrechte erfolgreich entzogen'; |
| | | $messages['createsuccess'] = 'Zugriffsrechte erfolgreich gewährt'; |
| | | $messages['updateerror'] = 'Zugriffsrechte konnten nicht geändert werden'; |
| | | $messages['deleteerror'] = 'Zugriffsrechte konnten nicht entzogen werden'; |
| | | $messages['createerror'] = 'Zugriffsrechte konnten nicht gewährt werden'; |
| | | $messages['deleteconfirm'] = 'Sind Sie sicher, daß Sie die Zugriffsrechte den ausgewählten Benutzern entziehen möchten?'; |
| | | $messages['norights'] = 'Es wurden keine Zugriffsrechte ausgewählt!'; |
| | | $messages['nouser'] = 'Es wurde kein Benutzer ausgewählt!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/en_GB/labels.inc | |
| | | | plugins/acl/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Lazlo | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['sharing'] = 'Sharing'; |
| | | $labels['myrights'] = 'Access Rights'; |
| | | $labels['username'] = 'User:'; |
| | |
| | | $labels['anyone'] = 'All users (anyone)'; |
| | | $labels['anonymous'] = 'Guests (anonymous)'; |
| | | $labels['identifier'] = 'Identifier'; |
| | | |
| | | $labels['acll'] = 'Look-up'; |
| | | $labels['shortacll'] = 'Look-up'; |
| | | $labels['aclr'] = 'Read messages'; |
| | | $labels['acls'] = 'Keep Seen state'; |
| | | $labels['aclw'] = 'Write flags'; |
| | | $labels['acli'] = 'Insert (copy into)'; |
| | | $labels['aclp'] = 'Post'; |
| | | $labels['shortaclp'] = 'Post'; |
| | | $labels['aclc'] = 'Create sub-folders'; |
| | | $labels['aclk'] = 'Create sub-folders'; |
| | | $labels['acld'] = 'Delete messages'; |
| | | $labels['aclt'] = 'Delete messages'; |
| | | $labels['acle'] = 'Expunge'; |
| | | $labels['shortacle'] = 'Expunge'; |
| | | $labels['aclx'] = 'Delete folder'; |
| | | $labels['acla'] = 'Administer'; |
| | | $labels['shortacla'] = 'Administer'; |
| | | |
| | | $labels['aclfull'] = 'Full control'; |
| | | $labels['aclother'] = 'Other'; |
| | | $labels['shortaclother'] = 'Other'; |
| | | $labels['aclread'] = 'Read'; |
| | | $labels['shortaclr'] = 'Read'; |
| | | $labels['shortaclread'] = 'Read'; |
| | | $labels['aclwrite'] = 'Write'; |
| | | $labels['shortaclw'] = 'Write'; |
| | | $labels['shortaclwrite'] = 'Write'; |
| | | $labels['acldelete'] = 'Delete'; |
| | | $labels['shortacld'] = 'Delete'; |
| | | $labels['shortaclt'] = 'Delete'; |
| | | $labels['shortacldelete'] = 'Delete'; |
| | | |
| | | $labels['shortacll'] = 'Look-up'; |
| | | $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['longaclread'] = '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['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'; |
| | | $labels['deleting'] = 'Deleting access rights...'; |
| | | $labels['saving'] = 'Saving access rights...'; |
| | | $labels['updatesuccess'] = 'Successfully changed access rights'; |
| | | $labels['deletesuccess'] = 'Successfully deleted access rights'; |
| | | $labels['createsuccess'] = 'Successfully added access rights'; |
| | | $labels['updateerror'] = 'Ubable to update access rights'; |
| | | $labels['deleteerror'] = 'Unable to delete access rights'; |
| | | $labels['createerror'] = 'Unable to add access rights'; |
| | | $labels['deleteconfirm'] = 'Are you sure, you want to remove access rights of selected user(s)?'; |
| | | $labels['norights'] = 'No rights has been specified!'; |
| | | $labels['nouser'] = 'No username has been specified!'; |
| | | |
| | | $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'] = 'Ubable 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!'; |
| | | |
| | | ?> |
| | |
| | | <?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:'; |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/eo/labels.inc | |
| | | | plugins/acl/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Michael Moroni <michael.moroni@mailoo.org> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['sharing'] = 'Kunhavigado'; |
| | | $labels['myrights'] = 'Atingrajtoj'; |
| | | $labels['username'] = 'Uzanto:'; |
| | |
| | | $labels['anyone'] = 'Ĉiuj uzantoj (iu ajn)'; |
| | | $labels['anonymous'] = 'Gasto (sennome)'; |
| | | $labels['identifier'] = 'Identigilo'; |
| | | |
| | | $labels['acll'] = 'Elserĉo'; |
| | | $labels['shortacll'] = 'Elserĉo'; |
| | | $labels['aclr'] = 'Legi mesaĝojn'; |
| | | $labels['acls'] = 'Manteni legitan staton'; |
| | | $labels['aclw'] = 'Write flags'; |
| | | $labels['acli'] = 'Enmeti (alglui)'; |
| | | $labels['aclp'] = 'Afiŝi'; |
| | | $labels['shortaclp'] = 'Afiŝi'; |
| | | $labels['aclc'] = 'Krei subdosierujojn'; |
| | | $labels['aclk'] = 'Krei subdosierujojn'; |
| | | $labels['acld'] = 'Forigi mesaĝojn'; |
| | | $labels['aclt'] = 'Forigi mesaĝojn'; |
| | | $labels['acle'] = 'Expunge'; |
| | | $labels['aclx'] = 'Forigi dosierujon'; |
| | | $labels['acla'] = 'Administri'; |
| | | $labels['shortacla'] = 'Administri'; |
| | | |
| | | $labels['aclfull'] = 'Plena kontrolo'; |
| | | $labels['aclother'] = 'Alia'; |
| | | $labels['shortaclother'] = 'Alia'; |
| | | $labels['aclread'] = 'Legi'; |
| | | $labels['shortaclr'] = 'Legi'; |
| | | $labels['shortaclread'] = 'Legi'; |
| | | $labels['aclwrite'] = 'Skribi'; |
| | | $labels['shortaclw'] = 'Skribi'; |
| | | $labels['shortaclwrite'] = 'Skribi'; |
| | | $labels['acldelete'] = 'Forigi'; |
| | | $labels['shortacld'] = 'Forigi'; |
| | | $labels['shortaclt'] = 'Forigi'; |
| | | $labels['shortacldelete'] = 'Forigi'; |
| | | |
| | | $labels['shortacll'] = 'Elserĉo'; |
| | | $labels['shortaclr'] = 'Legi'; |
| | | $labels['shortacls'] = 'Manteni'; |
| | | $labels['shortaclw'] = 'Skribi'; |
| | | $labels['shortacli'] = 'Enmeti'; |
| | | $labels['shortaclp'] = 'Afiŝi'; |
| | | $labels['shortaclc'] = 'Krei'; |
| | | $labels['shortaclk'] = 'Krei'; |
| | | $labels['shortacld'] = 'Forigi'; |
| | | $labels['shortaclt'] = 'Forigi'; |
| | | $labels['shortacle'] = 'Expunge'; |
| | | $labels['shortaclx'] = 'Forigo de dosierujo'; |
| | | $labels['shortacla'] = 'Administri'; |
| | | |
| | | $labels['shortaclother'] = 'Alia'; |
| | | $labels['shortaclread'] = 'Legi'; |
| | | $labels['shortaclwrite'] = 'Skribi'; |
| | | $labels['shortacldelete'] = 'Forigi'; |
| | | |
| | | $labels['longacll'] = 'La dosierujo videblas en listoj kaj oni povas aboni al ĝi'; |
| | | $labels['longaclr'] = 'La dosierujo malfermeblas por legado'; |
| | | $labels['longaclread'] = 'La dosierujo malfermeblas por legado'; |
| | | $labels['longacls'] = 'Messages Seen flag can be changed'; |
| | | $labels['longaclw'] = 'Messages flags and keywords can be changed, except Seen and Deleted'; |
| | | $labels['longacli'] = 'Mesaĝoj skribeblas aŭ kopieblas en la dosierujo'; |
| | | $labels['longaclp'] = 'Mesaĝoj afiŝeblas en ĉi tiu dosierujo'; |
| | | $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'] = 'La dosierujo malfermeblas por legado'; |
| | | $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'] = 'Ubable 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!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/es_ES/labels.inc | |
| | | | plugins/acl/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: pompilos <ciordia@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['sharing'] = 'Compartir'; |
| | | $labels['myrights'] = 'Permisos de acceso'; |
| | | $labels['username'] = 'Usuario:'; |
| | |
| | | $labels['anyone'] = 'Todos los usuarios (cualquiera)'; |
| | | $labels['anonymous'] = 'Invitados (anónimo)'; |
| | | $labels['identifier'] = 'Identificador'; |
| | | |
| | | $labels['acll'] = 'Búsqueda'; |
| | | $labels['shortacll'] = 'Búsqueda'; |
| | | $labels['aclr'] = 'Leer mensajes'; |
| | | $labels['acls'] = 'Mantener como "Leído'; |
| | | $labels['aclw'] = 'Escribir etiquetas'; |
| | | $labels['acli'] = 'Insertar (Copiar dentro)'; |
| | | $labels['aclp'] = 'Enviar'; |
| | | $labels['shortaclp'] = 'Enviar'; |
| | | $labels['aclc'] = 'Crear subcarpetas'; |
| | | $labels['aclk'] = 'Crear subcarpetas'; |
| | | $labels['acld'] = 'Borrar mensajes'; |
| | | $labels['aclt'] = 'Borrar mensajes'; |
| | | $labels['acle'] = 'Expurgar'; |
| | | $labels['shortacle'] = 'Expurgar'; |
| | | $labels['aclx'] = 'Borrar carpeta'; |
| | | $labels['acla'] = 'Administrar'; |
| | | $labels['shortacla'] = 'Administrar'; |
| | | |
| | | $labels['aclfull'] = 'Control total'; |
| | | $labels['aclother'] = 'Otro'; |
| | | $labels['shortaclother'] = 'Otro'; |
| | | $labels['aclread'] = 'Leer'; |
| | | $labels['shortaclr'] = 'Leer'; |
| | | $labels['shortaclread'] = 'Leer'; |
| | | $labels['aclwrite'] = 'Escribir'; |
| | | $labels['shortaclw'] = 'Escribir'; |
| | | $labels['shortaclwrite'] = 'Escribir'; |
| | | $labels['acldelete'] = 'Borrar'; |
| | | $labels['shortacld'] = 'Borrar'; |
| | | $labels['shortaclt'] = 'Borrar'; |
| | | $labels['shortacldelete'] = 'Borrar'; |
| | | |
| | | $labels['shortacll'] = 'Búsqueda'; |
| | | $labels['shortaclr'] = 'Leer'; |
| | | $labels['shortacls'] = 'Conservar'; |
| | | $labels['shortaclw'] = 'Escribir'; |
| | | $labels['shortacli'] = 'Insertar'; |
| | | $labels['shortaclp'] = 'Enviar'; |
| | | $labels['shortaclc'] = 'Crear'; |
| | | $labels['shortaclk'] = 'Crear'; |
| | | $labels['shortacld'] = 'Borrar'; |
| | | $labels['shortaclt'] = 'Borrar'; |
| | | $labels['shortacle'] = 'Expurgar'; |
| | | $labels['shortaclx'] = 'Borrar carpeta'; |
| | | $labels['shortacla'] = 'Administrar'; |
| | | |
| | | $labels['shortaclother'] = 'Otro'; |
| | | $labels['shortaclread'] = 'Leer'; |
| | | $labels['shortaclwrite'] = 'Escribir'; |
| | | $labels['shortacldelete'] = 'Borrar'; |
| | | |
| | | $labels['longacll'] = 'La carpeta es visible en las listas y es posible suscribirse a ella'; |
| | | $labels['longaclr'] = 'Se puede abrir la carpeta para leer'; |
| | | $labels['longaclread'] = 'Se puede abrir la carpeta para leer'; |
| | | $labels['longacls'] = 'Se pueden cambiar los mensajes con la etiqueta "Leído'; |
| | | $labels['longaclw'] = 'Las etiquetas de mensaje y las palabras clave se pueden cambiar, excepto "Leído" y "Borrado'; |
| | | $labels['longacli'] = 'Se pueden escribir mensajes o copiarlos a la carpeta'; |
| | |
| | | $labels['longacle'] = 'No se pueden expurgar los mensajes'; |
| | | $labels['longaclx'] = 'La carpeta se puede borrar o renombrar'; |
| | | $labels['longacla'] = 'Se pueden cambiar los permisos de acceso'; |
| | | |
| | | $labels['longaclfull'] = 'Control total, incluyendo la gestión de carpetas'; |
| | | $labels['longaclread'] = 'Se puede abrir la carpeta para leer'; |
| | | $labels['longaclwrite'] = 'Se pueden etiquetar, escribir o copiar mensajes a la carpeta'; |
| | | $labels['longacldelete'] = 'Los mensajes se pueden borrar'; |
| | | $labels['deleting'] = 'Borrando permisos de acceso…'; |
| | | $labels['saving'] = 'Guardando permisos de acceso…'; |
| | | $labels['updatesuccess'] = 'Se han cambiado los permisos de acceso'; |
| | | $labels['deletesuccess'] = 'Se han borrado los permisos de acceso'; |
| | | $labels['createsuccess'] = 'Se han añadido los permisos de acceso'; |
| | | $labels['updateerror'] = 'No se han podido actualizar los permisos de acceso'; |
| | | $labels['deleteerror'] = 'No se han podido borrar los permisos de acceso'; |
| | | $labels['createerror'] = 'No se han podido añadir los permisos de acceso'; |
| | | $labels['deleteconfirm'] = '¿Seguro que quiere borrar los permisos de acceso del usuairo seleccionado?'; |
| | | $labels['norights'] = 'No se han especificado los permisos de acceso'; |
| | | $labels['nouser'] = 'No se ha especificado un nombre de usuario'; |
| | | |
| | | $messages['deleting'] = 'Borrando permisos de acceso…'; |
| | | $messages['saving'] = 'Guardando permisos de acceso…'; |
| | | $messages['updatesuccess'] = 'Se han cambiado los permisos de acceso'; |
| | | $messages['deletesuccess'] = 'Se han borrado los permisos de acceso'; |
| | | $messages['createsuccess'] = 'Se han añadido los permisos de acceso'; |
| | | $messages['updateerror'] = 'No se han podido actualizar los permisos de acceso'; |
| | | $messages['deleteerror'] = 'No se han podido borrar los permisos de acceso'; |
| | | $messages['createerror'] = 'No se han podido añadir los permisos de acceso'; |
| | | $messages['deleteconfirm'] = '¿Seguro que quiere borrar los permisos de acceso del usuairo seleccionado?'; |
| | | $messages['norights'] = 'No se han especificado los permisos de acceso'; |
| | | $messages['nouser'] = 'No se ha especificado un nombre de usuario'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/et_EE/labels.inc | |
| | | | plugins/acl/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: yllar | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['sharing'] = 'Jagamine'; |
| | | $labels['myrights'] = 'Ligipääsuõigused'; |
| | | $labels['username'] = 'Kasutaja:'; |
| | | $labels['advanced'] = 'laiendatud režiim'; |
| | | $labels['newuser'] = 'Lisa sissekanne'; |
| | | $labels['actions'] = 'Ligipääsuõiguste toimingud...'; |
| | | $labels['anyone'] = 'Kõik kasutajad'; |
| | | $labels['anonymous'] = 'Külalised (anonüümsed)'; |
| | | $labels['identifier'] = 'Tuvastaja'; |
| | | |
| | | $labels['acll'] = 'Lookup'; |
| | | $labels['aclr'] = 'Lugeda kirju'; |
| | | $labels['acls'] = 'Keep Seen state'; |
| | | $labels['aclw'] = 'Write flags'; |
| | | $labels['acli'] = 'Sisesta (kopeeri)'; |
| | | $labels['aclp'] = 'Postita'; |
| | | $labels['shortaclp'] = 'Postita'; |
| | | $labels['aclc'] = 'Luua alamkaustu'; |
| | | $labels['aclk'] = 'Luua alamkaustu'; |
| | | $labels['acld'] = 'Kustutada kirju'; |
| | | $labels['aclt'] = 'Kustutada kirju'; |
| | | $labels['acle'] = 'Eemalda'; |
| | | $labels['shortacle'] = 'Eemalda'; |
| | | $labels['aclx'] = 'Kustutada kausta'; |
| | | $labels['acla'] = 'Administreerida'; |
| | | $labels['shortacla'] = 'Administreerida'; |
| | | |
| | | $labels['aclfull'] = 'Täis kontroll'; |
| | | $labels['aclother'] = 'Muu'; |
| | | $labels['shortaclother'] = 'Muu'; |
| | | $labels['aclread'] = 'Loe'; |
| | | $labels['shortaclr'] = 'Loe'; |
| | | $labels['shortaclread'] = 'Loe'; |
| | | $labels['aclwrite'] = 'Kirjuta'; |
| | | $labels['shortaclw'] = 'Kirjuta'; |
| | | $labels['shortaclwrite'] = 'Kirjuta'; |
| | | $labels['acldelete'] = 'Kustuta'; |
| | | $labels['shortacld'] = 'Kustuta'; |
| | | $labels['shortaclt'] = 'Kustuta'; |
| | | $labels['shortacldelete'] = 'Kustuta'; |
| | | |
| | | $labels['shortacll'] = 'Lookup'; |
| | | $labels['shortaclr'] = 'Loe'; |
| | | $labels['shortacls'] = 'Säilita'; |
| | | $labels['shortaclw'] = 'Kirjuta'; |
| | | $labels['shortacli'] = 'Lisa'; |
| | | $labels['shortaclp'] = 'Postita'; |
| | | $labels['shortaclc'] = 'Loo'; |
| | | $labels['shortaclk'] = 'Loo'; |
| | | $labels['longaclr'] = 'Kausta saab lugemiseks avada'; |
| | | $labels['longaclread'] = 'Kausta saab lugemiseks avada'; |
| | | $labels['longaclx'] = 'Seda kausta ei saa kustutada ega ümber nimetada'; |
| | | $labels['norights'] = 'Õigusi pole määratud!'; |
| | | $labels['nouser'] = 'Kasutajanime pole määratud!'; |
| | | $labels['shortacld'] = 'Kustuta'; |
| | | $labels['shortaclt'] = 'Kustuta'; |
| | | $labels['shortacle'] = 'Eemalda'; |
| | | $labels['shortaclx'] = 'Kausta kustutamine'; |
| | | $labels['shortacla'] = 'Administreerida'; |
| | | |
| | | $labels['shortaclother'] = 'Muu'; |
| | | $labels['shortaclread'] = 'Loe'; |
| | | $labels['shortaclwrite'] = 'Kirjuta'; |
| | | $labels['shortacldelete'] = 'Kustuta'; |
| | | |
| | | $labels['longacll'] = 'See kaust on nimekirjas nähtav ja seda saab tellida'; |
| | | $labels['longaclr'] = 'Kausta saab lugemiseks avada'; |
| | | $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'] = 'Kirju saab eemaldada'; |
| | | $labels['longaclx'] = 'Seda kausta ei saa kustutada ega ümber nimetada'; |
| | | $labels['longacla'] = 'Selle kausta ligipääsuõigusi saab muuta'; |
| | | |
| | | $labels['longaclfull'] = 'Täielik kontroll koos kaustade haldamisega'; |
| | | $labels['longaclread'] = 'Kausta saab lugemiseks avada'; |
| | | $labels['longaclwrite'] = 'Messages can be marked, written or copied to the folder'; |
| | | $labels['longacldelete'] = 'Kirju saab kustutada'; |
| | | |
| | | $messages['deleting'] = 'Ligipääsuõiguste kustutamine...'; |
| | | $messages['saving'] = 'Ligipääsuõiguste salvestamine...'; |
| | | $messages['updatesuccess'] = 'Ligipääsuõigused on muudetud'; |
| | | $messages['deletesuccess'] = 'Ligipääsuõigused on kustutatud'; |
| | | $messages['createsuccess'] = 'Ligipääsuõigused on lisatud'; |
| | | $messages['updateerror'] = 'Ligipääsuõiguste uuendamine nurjus'; |
| | | $messages['deleteerror'] = 'Ligipääsuõiguste kustutamine nurjus'; |
| | | $messages['createerror'] = 'Ligipääsuõiguste andmine nurjus'; |
| | | $messages['deleteconfirm'] = 'Oled sa kindel, et sa soovid valitudkasutaja(te) õiguseid kustutada?'; |
| | | $messages['norights'] = 'Õigusi pole määratud!'; |
| | | $messages['nouser'] = 'Kasutajanime pole määratud!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/fa_IR/labels.inc | |
| | | | plugins/acl/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Hamid <abbaszadeh.h@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['sharing'] = 'اشتراکگذاری'; |
| | | $labels['myrights'] = 'مجوزهای دسترسی'; |
| | | $labels['username'] = 'کاربر:'; |
| | |
| | | $labels['anyone'] = 'همه کاربران (هر کسی)'; |
| | | $labels['anonymous'] = 'مهمانها (ناشناسها)'; |
| | | $labels['identifier'] = 'شناساگر'; |
| | | |
| | | $labels['acll'] = 'یافتن'; |
| | | $labels['shortacll'] = 'یافتن'; |
| | | $labels['aclr'] = 'پیام های خوانده شده'; |
| | | $labels['acls'] = 'نگه داشتن حالت بازدید'; |
| | | $labels['aclw'] = 'پرچمهای نوشتن'; |
| | | $labels['acli'] = 'وارد کردن (کپی کردن در)'; |
| | | $labels['aclp'] = 'نوشته'; |
| | | $labels['shortaclp'] = 'نوشته'; |
| | | $labels['aclc'] = 'ایجاد زیرپوشهها'; |
| | | $labels['aclk'] = 'ایجاد زیرپوشهها'; |
| | | $labels['acld'] = 'پاک کردن پیغامها'; |
| | | $labels['aclt'] = 'پاک کردن پیغامها'; |
| | | $labels['acle'] = 'پاک کردن'; |
| | | $labels['shortacle'] = 'پاک کردن'; |
| | | $labels['aclx'] = 'حذف پوشه'; |
| | | $labels['acla'] = 'مدیر'; |
| | | $labels['shortacla'] = 'مدیر'; |
| | | |
| | | $labels['aclfull'] = 'کنترل کامل'; |
| | | $labels['aclother'] = 'دیگر'; |
| | | $labels['shortaclother'] = 'دیگر'; |
| | | $labels['aclread'] = 'خوانده شده'; |
| | | $labels['shortaclr'] = 'خوانده شده'; |
| | | $labels['shortaclread'] = 'خوانده شده'; |
| | | $labels['aclwrite'] = 'نوشتن'; |
| | | $labels['shortaclw'] = 'نوشتن'; |
| | | $labels['shortaclwrite'] = 'نوشتن'; |
| | | $labels['acldelete'] = 'حذف'; |
| | | $labels['shortacld'] = 'حذف'; |
| | | $labels['shortaclt'] = 'حذف'; |
| | | $labels['shortacldelete'] = 'حذف'; |
| | | |
| | | $labels['shortacll'] = 'یافتن'; |
| | | $labels['shortaclr'] = 'خوانده شده'; |
| | | $labels['shortacls'] = 'نگه داشتن'; |
| | | $labels['shortaclw'] = 'نوشتن'; |
| | | $labels['shortacli'] = 'جاگذارى'; |
| | | $labels['shortaclp'] = 'نوشته'; |
| | | $labels['shortaclc'] = 'ایجاد'; |
| | | $labels['shortaclk'] = 'ایجاد'; |
| | | $labels['shortacld'] = 'حذف'; |
| | | $labels['shortaclt'] = 'حذف'; |
| | | $labels['shortacle'] = 'پاک کردن'; |
| | | $labels['shortaclx'] = 'حذف کردن پوشه'; |
| | | $labels['shortacla'] = 'مدیر'; |
| | | |
| | | $labels['shortaclother'] = 'دیگر'; |
| | | $labels['shortaclread'] = 'خوانده شده'; |
| | | $labels['shortaclwrite'] = 'نوشتن'; |
| | | $labels['shortacldelete'] = 'حذف'; |
| | | |
| | | $labels['longacll'] = 'پوشه در فهرستها قابل مشاهده است و میتواند مشترک به'; |
| | | $labels['longaclr'] = 'پوشه میتواند برای خواندن باز شود'; |
| | | $labels['longaclread'] = 'پوشه میتواند برای خواندن باز شود'; |
| | | $labels['longacls'] = 'پرچم بازدید پیغامها میتواند تغییر داده شود'; |
| | | $labels['longaclw'] = 'پرچم و کلیدواژه پیغامها میتواند تغییر داده شود، به غیر از بازدید و حذف'; |
| | | $labels['longacli'] = 'پیغامها میتوانند کپی یا نوشته شوند به پوشه'; |
| | |
| | | $labels['longacle'] = 'پیغامها میتوانند حذف شوند'; |
| | | $labels['longaclx'] = 'پوشه میتواند حذف یا تغییر نام داده شود'; |
| | | $labels['longacla'] = 'قوانین دسترسی پوشه میتواند تغییر داده شود'; |
| | | |
| | | $labels['longaclfull'] = 'کنترل کامل شما مدیریت پوشه'; |
| | | $labels['longaclread'] = 'پوشه میتواند برای خواندن باز شود'; |
| | | $labels['longaclwrite'] = 'پیغامها میتوانند علامتگذاری، نوشته و یا کپی شوند در پوشه'; |
| | | $labels['longacldelete'] = 'پیغامها میتوانند حذف شوند'; |
| | | $labels['deleting'] = 'حذف کردن قوانین دسترسی...'; |
| | | $labels['saving'] = 'ذخیره قوانین دسترسی...'; |
| | | $labels['updatesuccess'] = 'قوانین دسترسی با موفقیت تغییر کردند'; |
| | | $labels['deletesuccess'] = 'قوانین دسترسی با موفقیت حذف شدند'; |
| | | $labels['createsuccess'] = 'قوانین دسترسی با موفقیت اضافه شدند'; |
| | | $labels['updateerror'] = 'ناتوانی در بروزرسانی قوانین دسترسی'; |
| | | $labels['deleteerror'] = 'ناتوانی در حذف قوانین دسترسی'; |
| | | $labels['createerror'] = 'ناتوانی در اضافه کردن قوانین دسترسی'; |
| | | $labels['deleteconfirm'] = 'آیا شما مطمئن هستید که میخواهید قوانین دسترسی را برای کاربر(ان) انتخاب شده حذف نمایید؟'; |
| | | $labels['norights'] = 'هیچ قانونی مشخص نشده است!'; |
| | | $labels['nouser'] = 'هیج نامکاربریای مشخص نشده است!'; |
| | | |
| | | $messages['deleting'] = 'حذف کردن قوانین دسترسی...'; |
| | | $messages['saving'] = 'ذخیره قوانین دسترسی...'; |
| | | $messages['updatesuccess'] = 'قوانین دسترسی با موفقیت تغییر کردند'; |
| | | $messages['deletesuccess'] = 'قوانین دسترسی با موفقیت حذف شدند'; |
| | | $messages['createsuccess'] = 'قوانین دسترسی با موفقیت اضافه شدند'; |
| | | $messages['updateerror'] = 'ناتوانی در بروزرسانی قوانین دسترسی'; |
| | | $messages['deleteerror'] = 'ناتوانی در حذف قوانین دسترسی'; |
| | | $messages['createerror'] = 'ناتوانی در اضافه کردن قوانین دسترسی'; |
| | | $messages['deleteconfirm'] = 'آیا شما مطمئن هستید که میخواهید قوانین دسترسی را برای کاربر(ان) انتخاب شده حذف نمایید؟'; |
| | | $messages['norights'] = 'هیچ قانونی مشخص نشده است!'; |
| | | $messages['nouser'] = 'هیج نامکاربریای مشخص نشده است!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/fi_FI/labels.inc | |
| | | | plugins/acl/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Jiri Grönroos | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['sharing'] = 'Jakaminen'; |
| | | $labels['myrights'] = 'Käyttöoikeudet'; |
| | | $labels['username'] = 'Käyttäjä:'; |
| | | $labels['advanced'] = 'edistynyt tila'; |
| | | $labels['newuser'] = 'Add entry'; |
| | | $labels['actions'] = 'Access right actions...'; |
| | | $labels['anyone'] = 'Kaikki käyttäjät (kuka tahansa)'; |
| | | $labels['anonymous'] = 'Vieraat (anonyymit)'; |
| | | $labels['aclr'] = 'Lue viestejä'; |
| | | $labels['aclc'] = 'Luo alikansioita'; |
| | | $labels['aclk'] = 'Luo alikansioita'; |
| | | $labels['acld'] = 'Poista viestejä'; |
| | | $labels['aclt'] = 'Poista viestejä'; |
| | | $labels['aclx'] = 'Poista kansio'; |
| | | $labels['aclfull'] = 'Täysi hallinta'; |
| | | $labels['aclother'] = 'Muu'; |
| | | $labels['shortaclother'] = 'Muu'; |
| | | $labels['aclread'] = 'Luku'; |
| | | $labels['shortaclr'] = 'Luku'; |
| | | $labels['shortaclread'] = 'Luku'; |
| | | $labels['aclwrite'] = 'Kirjoitus'; |
| | | $labels['shortaclw'] = 'Kirjoitus'; |
| | | $labels['shortaclwrite'] = 'Kirjoitus'; |
| | | $labels['acldelete'] = 'Poisto'; |
| | | $labels['shortacld'] = 'Poisto'; |
| | | $labels['shortaclt'] = 'Poisto'; |
| | | $labels['shortacldelete'] = 'Poisto'; |
| | | $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'] = 'Luo'; |
| | | $labels['shortaclk'] = 'Luo'; |
| | | $labels['longaclr'] = 'Kansio voidaan avata lukua varten'; |
| | | $labels['longaclread'] = 'Kansio voidaan avata lukua varten'; |
| | | $labels['longaclc'] = 'Kansioita voi luoda (tai nimetä uudelleen) tämän kansion alla'; |
| | | $labels['longaclk'] = 'Kansioita voi luoda (tai nimetä uudelleen) tämän kansion alla'; |
| | | $labels['longaclx'] = 'Kansion voi poistaa tai nimetä uudelleen'; |
| | | $labels['longacla'] = 'Kansion käyttöoikeuksia voi muuttaa'; |
| | | $labels['longaclfull'] = 'Täysi hallinta mukaan lukien kansioiden ylläpidon'; |
| | | $labels['longacldelete'] = 'Viestejä voi poistaa'; |
| | | $labels['deleting'] = 'Poistetaan käyttöoikeuksia...'; |
| | | $labels['saving'] = 'Tallennetaan käyttöoikeuksia...'; |
| | | $labels['updatesuccess'] = 'Käyttöoikeudet on muutettu onnistuneesti'; |
| | | $labels['deletesuccess'] = 'Käyttöoikeudet on poistettu onnistuneesti'; |
| | | $labels['createsuccess'] = 'Käyttöoikeudet on lisätty onnistuneesti'; |
| | | $labels['deleteerror'] = 'Käyttöoikeuksien poisto epäonnistui'; |
| | | $labels['createerror'] = 'Käyttöoikeuksien lisäys epäonnistui'; |
| | | $labels['norights'] = 'Käyttöoikeuksia ei ole määritelty!'; |
| | | $labels['nouser'] = 'Käyttäjätunnusta ei ole määritelty!'; |
| | | $labels['shortacld'] = 'Poista'; |
| | | $labels['shortaclt'] = 'Poista'; |
| | | $labels['shortacle'] = 'Expunge'; |
| | | $labels['shortaclx'] = 'Folder delete'; |
| | | $labels['shortacla'] = 'Administer'; |
| | | |
| | | $labels['shortaclother'] = 'Muu'; |
| | | $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'] = 'Ubable 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!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/fr_FR/labels.inc | |
| | | | plugins/acl/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Tr4sK | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['sharing'] = 'Partage'; |
| | | $labels['myrights'] = 'Droits d\'accès'; |
| | | $labels['username'] = 'Utilisateur :'; |
| | |
| | | $labels['anyone'] = 'Tous les utilisateurs (tout le monde)'; |
| | | $labels['anonymous'] = 'Invités (anonymes)'; |
| | | $labels['identifier'] = 'Identifiant'; |
| | | |
| | | $labels['acll'] = 'Consultation'; |
| | | $labels['shortacll'] = 'Consultation'; |
| | | $labels['aclr'] = 'Lire les messages'; |
| | | $labels['acls'] = 'Garder l\'état vu'; |
| | | $labels['aclw'] = 'Écrire une étiquette'; |
| | | $labels['acli'] = 'Insérer (Copier dans)'; |
| | | $labels['aclp'] = 'Envoyer'; |
| | | $labels['shortaclp'] = 'Envoyer'; |
| | | $labels['aclc'] = 'Créer des sous-dossiers'; |
| | | $labels['aclk'] = 'Créer des sous-dossiers'; |
| | | $labels['acld'] = 'Supprimer des messages'; |
| | | $labels['aclt'] = 'Supprimer des messages'; |
| | | $labels['acle'] = 'Purger'; |
| | | $labels['shortacle'] = 'Purger'; |
| | | $labels['aclx'] = 'Supprimer un dossier'; |
| | | $labels['acla'] = 'Administrer'; |
| | | $labels['shortacla'] = 'Administrer'; |
| | | |
| | | $labels['aclfull'] = 'Contrôle total'; |
| | | $labels['aclother'] = 'Autre'; |
| | | $labels['shortaclother'] = 'Autre'; |
| | | $labels['aclread'] = 'Lecture'; |
| | | $labels['shortaclr'] = 'Lecture'; |
| | | $labels['shortaclread'] = 'Lecture'; |
| | | $labels['aclwrite'] = 'Écriture'; |
| | | $labels['shortaclw'] = 'Écriture'; |
| | | $labels['shortaclwrite'] = 'Écriture'; |
| | | $labels['acldelete'] = 'Translation can be either \'Supprimer\' or \'Effacer\' depends of the whole context.'; |
| | | $labels['shortacld'] = 'Translation can be either \'Supprimer\' or \'Effacer\' depends of the whole context.'; |
| | | $labels['shortaclt'] = 'Translation can be either \'Supprimer\' or \'Effacer\' depends of the whole context.'; |
| | | $labels['shortacldelete'] = 'Translation can be either \'Supprimer\' or \'Effacer\' depends of the whole context.'; |
| | | |
| | | $labels['shortacll'] = 'Consultation'; |
| | | $labels['shortaclr'] = 'Lecture'; |
| | | $labels['shortacls'] = 'Conserver'; |
| | | $labels['shortaclw'] = 'Écriture'; |
| | | $labels['shortacli'] = 'Insérer'; |
| | | $labels['shortaclp'] = 'Envoyer'; |
| | | $labels['shortaclc'] = 'Créer'; |
| | | $labels['shortaclk'] = 'Créer'; |
| | | $labels['shortacld'] = 'Translation can be either \'Supprimer\' or \'Effacer\' depends of the whole context.'; |
| | | $labels['shortaclt'] = 'Translation can be either \'Supprimer\' or \'Effacer\' depends of the whole context.'; |
| | | $labels['shortacle'] = 'Purger'; |
| | | $labels['shortaclx'] = 'Supprimer un dossier'; |
| | | $labels['shortacla'] = 'Administrer'; |
| | | |
| | | $labels['shortaclother'] = 'Autre'; |
| | | $labels['shortaclread'] = 'Lecture'; |
| | | $labels['shortaclwrite'] = 'Écriture'; |
| | | $labels['shortacldelete'] = 'Translation can be either \'Supprimer\' or \'Effacer\' depends of the whole context.'; |
| | | |
| | | $labels['longacll'] = 'Ce dossier est visible dans les listes et peut être souscrit'; |
| | | $labels['longaclr'] = 'Le dossier peut-être ouvert pour lecture'; |
| | | $labels['longaclread'] = 'Le dossier peut-être ouvert pour lecture'; |
| | | $labels['longacls'] = 'L\'étiquette Lu peut-être changée'; |
| | | $labels['longaclw'] = 'Les étiquettes et les mot-clés peuvent-être changé, sauf pour Vu et Supprimé'; |
| | | $labels['longacli'] = 'Les messages peuvent-être écrit ou copié dans le dossier'; |
| | |
| | | $labels['longacle'] = 'Les messages peuvent-être purgés'; |
| | | $labels['longaclx'] = 'Le dossier peut-être supprimé ou renommé'; |
| | | $labels['longacla'] = 'Les droits d\'accès au dossier peuvent-être modifiés'; |
| | | |
| | | $labels['longaclfull'] = 'Contrôle total, dossier d\'administration inclus'; |
| | | $labels['longaclread'] = 'Le dossier peut-être ouvert pour lecture'; |
| | | $labels['longaclwrite'] = 'Les messages peuvent-être marqué, écrit ou copié dans ce dossier'; |
| | | $labels['longacldelete'] = 'Les messages peuvent-être supprimé'; |
| | | $labels['deleting'] = 'Suppression des droits d\'accès…'; |
| | | $labels['saving'] = 'Sauvegarde des droits d\'accès…'; |
| | | $labels['updatesuccess'] = 'Les droits d\'accès ont été changé avec succès'; |
| | | $labels['deletesuccess'] = 'Les droits d\'accès ont été supprimé avec succès'; |
| | | $labels['createsuccess'] = 'Les droits d\'accès ont été ajouté avec succès'; |
| | | $labels['updateerror'] = 'Impossible de mettre à jour les droits d\'accès'; |
| | | $labels['deleteerror'] = 'Impossible de supprimer les droits d\'accès'; |
| | | $labels['createerror'] = 'Impossible d\'ajouter des droits d\'accès'; |
| | | $labels['deleteconfirm'] = 'Êtes-vous sûr de vouloir retirer les droits d\'accès du/des utilisateur(s) sélectionné ?'; |
| | | $labels['norights'] = 'Aucun droit n\'a été spécifié !'; |
| | | $labels['nouser'] = 'Aucun nom d\'utilisateur n\'a été spécifié !'; |
| | | |
| | | $messages['deleting'] = 'Suppression des droits d\'accès…'; |
| | | $messages['saving'] = 'Sauvegarde des droits d\'accès…'; |
| | | $messages['updatesuccess'] = 'Les droits d\'accès ont été changé avec succès'; |
| | | $messages['deletesuccess'] = 'Les droits d\'accès ont été supprimé avec succès'; |
| | | $messages['createsuccess'] = 'Les droits d\'accès ont été ajouté avec succès'; |
| | | $messages['updateerror'] = 'Impossible de mettre à jour les droits d\'accès'; |
| | | $messages['deleteerror'] = 'Impossible de supprimer les droits d\'accès'; |
| | | $messages['createerror'] = 'Impossible d\'ajouter des droits d\'accès'; |
| | | $messages['deleteconfirm'] = 'Êtes-vous sûr de vouloir retirer les droits d\'accès du/des utilisateur(s) sélectionné ?'; |
| | | $messages['norights'] = 'Aucun droit n\'a été spécifié !'; |
| | | $messages['nouser'] = 'Aucun nom d\'utilisateur n\'a été spécifié !'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/gl_ES/labels.inc | |
| | | | plugins/acl/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: ghas | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['sharing'] = 'Compartindo'; |
| | | $labels['myrights'] = 'Dereitos de acceso'; |
| | | $labels['username'] = 'Usuario:'; |
| | |
| | | $labels['anyone'] = 'Tódolos usuarios (calquera)'; |
| | | $labels['anonymous'] = 'Invitados (anónimo)'; |
| | | $labels['identifier'] = 'Identificador'; |
| | | |
| | | $labels['acll'] = 'Lookup'; |
| | | $labels['aclr'] = 'Ler mensaxes'; |
| | | $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'] = 'Borrar mensaxes'; |
| | | $labels['aclt'] = 'Borrar mensaxes'; |
| | | $labels['acle'] = 'Expunge'; |
| | | $labels['aclx'] = 'Eliminar carpeta'; |
| | | $labels['acla'] = 'Administrar'; |
| | | |
| | | $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'] = 'Administrar'; |
| | | |
| | | $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'] = 'Ubable 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!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/he_IL/labels.inc | |
| | | | plugins/acl/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Moshe Leibovitch <moish@mln.co.il> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['sharing'] = 'שיתוף'; |
| | | $labels['myrights'] = 'זכויות גישה'; |
| | | $labels['username'] = 'משתמש:'; |
| | |
| | | $labels['anyone'] = 'כל המשתמשים (כל אחד)'; |
| | | $labels['anonymous'] = 'אורחים (אנונימי)'; |
| | | $labels['identifier'] = 'מזהה'; |
| | | |
| | | $labels['acll'] = 'חיפוש'; |
| | | $labels['shortacll'] = 'חיפוש'; |
| | | $labels['aclr'] = 'קריאת הודעות'; |
| | | $labels['acls'] = 'שמירה על סטטוס נראה'; |
| | | $labels['aclw'] = 'דגלי כתיבה'; |
| | | $labels['acli'] = 'הוספה בין ערכים (העתקה לתוך)'; |
| | | $labels['aclp'] = 'פרסום'; |
| | | $labels['shortaclp'] = 'פרסום'; |
| | | $labels['aclc'] = 'יצירת תת־תיקיות'; |
| | | $labels['aclk'] = 'יצירת תת־תיקיות'; |
| | | $labels['acld'] = 'מחיקת הודעות'; |
| | | $labels['aclt'] = 'מחיקת הודעות'; |
| | | $labels['acle'] = 'ניקוי רשומות שבוטלו'; |
| | | $labels['shortacle'] = 'ניקוי רשומות שבוטלו'; |
| | | $labels['aclx'] = 'מחיקת תיקיה'; |
| | | $labels['acla'] = 'מנהל'; |
| | | $labels['shortacla'] = 'מנהל'; |
| | | |
| | | $labels['aclfull'] = 'שליטה מלאה'; |
| | | $labels['aclother'] = 'אחר'; |
| | | $labels['shortaclother'] = 'אחר'; |
| | | $labels['aclread'] = 'קריאה'; |
| | | $labels['shortaclr'] = 'קריאה'; |
| | | $labels['shortaclread'] = 'קריאה'; |
| | | $labels['aclwrite'] = 'כתיבה'; |
| | | $labels['shortaclw'] = 'כתיבה'; |
| | | $labels['shortaclwrite'] = 'כתיבה'; |
| | | $labels['acldelete'] = 'מחיקה'; |
| | | $labels['shortacld'] = 'מחיקה'; |
| | | $labels['shortaclt'] = 'מחיקה'; |
| | | $labels['shortacldelete'] = 'מחיקה'; |
| | | |
| | | $labels['shortacll'] = 'חיפוש'; |
| | | $labels['shortaclr'] = 'קריאה'; |
| | | $labels['shortacls'] = 'להשאיר'; |
| | | $labels['shortaclw'] = 'כתיבה'; |
| | | $labels['shortacli'] = 'הוספה בין ערכים'; |
| | | $labels['shortaclp'] = 'פרסום'; |
| | | $labels['shortaclc'] = 'יצירה'; |
| | | $labels['shortaclk'] = 'יצירה'; |
| | | $labels['shortacld'] = 'מחיקה'; |
| | | $labels['shortaclt'] = 'מחיקה'; |
| | | $labels['shortacle'] = 'ניקוי רשומות שבוטלו'; |
| | | $labels['shortaclx'] = 'מחיקת תיקיה'; |
| | | $labels['shortacla'] = 'מנהל'; |
| | | |
| | | $labels['shortaclother'] = 'אחר'; |
| | | $labels['shortaclread'] = 'קריאה'; |
| | | $labels['shortaclwrite'] = 'כתיבה'; |
| | | $labels['shortacldelete'] = 'מחיקה'; |
| | | |
| | | $labels['longacll'] = 'התיקיה תראה ברשימות וניתן יהיה להרשם אליה'; |
| | | $labels['longaclr'] = 'ניתן לפתוח את התיקיה ולקרוא בה'; |
| | | $labels['longaclread'] = 'ניתן לפתוח את התיקיה ולקרוא בה'; |
| | | $labels['longacls'] = 'ניתן לשנות דגל נראה בהודעות'; |
| | | $labels['longaclw'] = 'ניתן לשנות דגלים ומילות מפתח בהודעות, למעט נראה ונמחק'; |
| | | $labels['longacli'] = 'ניתן לכתוב הודעות לתיקיה או למוחקן'; |
| | |
| | | $labels['longacle'] = 'ניתן לנקות הודעות שסומנו כמבוטלות'; |
| | | $labels['longaclx'] = 'ניתן למחוק תיקיה זו או לשנות שמה'; |
| | | $labels['longacla'] = 'ניתן לשנות זכויות גישה של תיקיה זו'; |
| | | |
| | | $labels['longaclfull'] = 'שליטה מלאה כולל ניהול התיקיה'; |
| | | $labels['longaclread'] = 'ניתן לפתוח את התיקיה ולקרוא בה'; |
| | | $labels['longaclwrite'] = 'ניתן לסמן, לכתוב או להעתיק הודעות לתיקיה זו'; |
| | | $labels['longacldelete'] = 'ניתן למחוק הודעות'; |
| | | $labels['deleting'] = 'זכויות גישה נמחקות...'; |
| | | $labels['saving'] = 'זכויות גישה נשמרות...'; |
| | | $labels['updatesuccess'] = 'זכויות גישה שונו בהצלחה'; |
| | | $labels['deletesuccess'] = 'זכויות גישה נמחקו בהצלחה'; |
| | | $labels['createsuccess'] = 'זכויות גישה נוספו בהצלחה'; |
| | | $labels['updateerror'] = 'לא ניתן לעדכן זכויות גישה'; |
| | | $labels['deleteerror'] = 'לא ניתן למחוק זכויות גישה'; |
| | | $labels['createerror'] = 'לא ניתן להוסיף זכויות גישה'; |
| | | $labels['deleteconfirm'] = 'האם ודאי שברצונך להסיר זכויות גישה של המשתמש(ים) שנבחרו?'; |
| | | $labels['norights'] = 'לא צוינו זכויות גישה כלשהן !'; |
| | | $labels['nouser'] = 'לא צוין שם משתמש כלשהו!'; |
| | | |
| | | $messages['deleting'] = 'זכויות גישה נמחקות...'; |
| | | $messages['saving'] = 'זכויות גישה נשמרות...'; |
| | | $messages['updatesuccess'] = 'זכויות גישה שונו בהצלחה'; |
| | | $messages['deletesuccess'] = 'זכויות גישה נמחקו בהצלחה'; |
| | | $messages['createsuccess'] = 'זכויות גישה נוספו בהצלחה'; |
| | | $messages['updateerror'] = 'לא ניתן לעדכן זכויות גישה'; |
| | | $messages['deleteerror'] = 'לא ניתן למחוק זכויות גישה'; |
| | | $messages['createerror'] = 'לא ניתן להוסיף זכויות גישה'; |
| | | $messages['deleteconfirm'] = 'האם ודאי שברצונך להסיר זכויות גישה של המשתמש(ים) שנבחרו?'; |
| | | $messages['norights'] = 'לא צוינו זכויות גישה כלשהן !'; |
| | | $messages['nouser'] = 'לא צוין שם משתמש כלשהו!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/hu_HU/labels.inc | |
| | | | plugins/acl/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: bela | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['sharing'] = 'Megosztás'; |
| | | $labels['myrights'] = 'Hozzáférési jogok'; |
| | | $labels['username'] = 'Felhasználó:'; |
| | |
| | | $labels['anyone'] = 'Minden felhasználó (bárki)'; |
| | | $labels['anonymous'] = 'Vendégek (névtelen)'; |
| | | $labels['identifier'] = 'Azonosító'; |
| | | |
| | | $labels['acll'] = 'Keresés'; |
| | | $labels['shortacll'] = 'Keresés'; |
| | | $labels['aclr'] = 'Üzenetek olvasása'; |
| | | $labels['acls'] = 'Olvasottsági állapot megtartása'; |
| | | $labels['aclw'] = 'Üzenet jelölése'; |
| | | $labels['acli'] = 'Beillesztés (Bemásolás)'; |
| | | $labels['aclp'] = 'Bejegyzés'; |
| | | $labels['shortaclp'] = 'Bejegyzés'; |
| | | $labels['aclc'] = 'Almappa létrehozás'; |
| | | $labels['aclk'] = 'Almappa létrehozás'; |
| | | $labels['acld'] = 'Üzenetek törlése'; |
| | | $labels['aclt'] = 'Üzenetek törlése'; |
| | | $labels['acle'] = 'Törölt üzenetek eltávolítása'; |
| | | $labels['shortacle'] = 'Törölt üzenetek eltávolítása'; |
| | | $labels['aclx'] = 'Mappa törlés'; |
| | | $labels['acla'] = 'Adminisztrátor'; |
| | | $labels['shortacla'] = 'Adminisztrátor'; |
| | | |
| | | $labels['aclfull'] = 'Teljes hozzáférés'; |
| | | $labels['aclother'] = 'Egyéb'; |
| | | $labels['shortaclother'] = 'Egyéb'; |
| | | $labels['aclread'] = 'Olvasás'; |
| | | $labels['shortaclr'] = 'Olvasás'; |
| | | $labels['shortaclread'] = 'Olvasás'; |
| | | $labels['aclwrite'] = 'Írás'; |
| | | $labels['shortaclw'] = 'Írás'; |
| | | $labels['shortaclwrite'] = 'Írás'; |
| | | $labels['acldelete'] = 'Törlés'; |
| | | $labels['shortacld'] = 'Törlés'; |
| | | $labels['shortaclt'] = 'Törlés'; |
| | | $labels['shortacldelete'] = 'Törlés'; |
| | | |
| | | $labels['shortacll'] = 'Keresés'; |
| | | $labels['shortaclr'] = 'Olvasás'; |
| | | $labels['shortacls'] = 'Megtartás'; |
| | | $labels['shortaclw'] = 'Írás'; |
| | | $labels['shortacli'] = 'Beszúrás'; |
| | | $labels['shortaclp'] = 'Bejegyzés'; |
| | | $labels['shortaclc'] = 'Létrehozás'; |
| | | $labels['shortaclk'] = 'Létrehozás'; |
| | | $labels['shortacld'] = 'Törlés'; |
| | | $labels['shortaclt'] = 'Törlés'; |
| | | $labels['shortacle'] = 'Törölt üzenetek eltávolítása'; |
| | | $labels['shortaclx'] = 'Mappa törlése'; |
| | | $labels['shortacla'] = 'Adminisztrátor'; |
| | | |
| | | $labels['shortaclother'] = 'Egyéb'; |
| | | $labels['shortaclread'] = 'Olvasás'; |
| | | $labels['shortaclwrite'] = 'Írás'; |
| | | $labels['shortacldelete'] = 'Törlés'; |
| | | |
| | | $labels['longacll'] = 'A mappa látható a listán és fel tudsz rá iratkozni.'; |
| | | $labels['longaclr'] = 'A mappa olvasásra megnyitható'; |
| | | $labels['longaclread'] = 'A mappa olvasásra megnyitható'; |
| | | $labels['longacls'] = 'Az üzenet megtekintési állapota módosítható'; |
| | | $labels['longaclw'] = 'Az üzenetek jelölései és kulcsszavai módosíthatóak, kivéve az olvasottsági állapotot és az üzenet törölt állapotát.'; |
| | | $labels['longacli'] = 'Üzenetek irhatóak és máolshatóak a mappába.'; |
| | |
| | | $labels['longacle'] = 'Az üzenetek véglegesen eltávolíthatóak'; |
| | | $labels['longaclx'] = 'A mappa törölhető vagy átnevezhető'; |
| | | $labels['longacla'] = 'A mappa hozzáférési jogai módosíthatóak'; |
| | | |
| | | $labels['longaclfull'] = 'Teljes hozzáférés beleértve a mappák kezelését'; |
| | | $labels['longaclread'] = 'A mappa olvasásra megnyitható'; |
| | | $labels['longaclwrite'] = 'Az üzenetek megjelölhetök, irhatók és másolhatók ebbe a mappába'; |
| | | $labels['longacldelete'] = 'Az üzenetek törölhetőek'; |
| | | $labels['deleting'] = 'Hozzáférési jogok törlése...'; |
| | | $labels['saving'] = 'Hozzáférési jogok mentése...'; |
| | | $labels['updatesuccess'] = 'A hozzáférési jogok sikeresen módosultak.'; |
| | | $labels['deletesuccess'] = 'A hozzáférési jogok törlése sikeresen megtörtént.'; |
| | | $labels['createsuccess'] = 'A hozzáférési jogok hozzáadása sikeresen megtörtént.'; |
| | | $labels['updateerror'] = 'Nem sikerült módosítani a hozzáférési jogokat.'; |
| | | $labels['deleteerror'] = 'Nem sikerült törölni a hozzáférési jogokat.'; |
| | | $labels['createerror'] = 'Nem sikerült a hozzáférési jogok hozzáadása'; |
| | | $labels['deleteconfirm'] = 'Biztosan eltávolítja a kiválasztott felhasználó(k) hozzáférési jogait?'; |
| | | $labels['norights'] = 'Nincsennek jogok megadva.'; |
| | | $labels['nouser'] = 'A felhasználónév nincs megadva.'; |
| | | |
| | | $messages['deleting'] = 'Hozzáférési jogok törlése...'; |
| | | $messages['saving'] = 'Hozzáférési jogok mentése...'; |
| | | $messages['updatesuccess'] = 'A hozzáférési jogok sikeresen módosultak.'; |
| | | $messages['deletesuccess'] = 'A hozzáférési jogok törlése sikeresen megtörtént.'; |
| | | $messages['createsuccess'] = 'A hozzáférési jogok hozzáadása sikeresen megtörtént.'; |
| | | $messages['updateerror'] = 'Nem sikerült módosítani a hozzáférési jogokat.'; |
| | | $messages['deleteerror'] = 'Nem sikerült törölni a hozzáférési jogokat.'; |
| | | $messages['createerror'] = 'Nem sikerült a hozzáférési jogok hozzáadása'; |
| | | $messages['deleteconfirm'] = 'Biztosan eltávolítja a kiválasztott felhasználó(k) hozzáférési jogait?'; |
| | | $messages['norights'] = 'Nincsennek jogok megadva.'; |
| | | $messages['nouser'] = 'A felhasználónév nincs megadva.'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/hy_AM/labels.inc | |
| | | | plugins/acl/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Vahan Yerkanian <vahan@yerkanian.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['sharing'] = 'Կիսվել'; |
| | | $labels['myrights'] = 'Մուտքի իրավունքներ'; |
| | | $labels['username'] = 'Օգտատեր`'; |
| | |
| | | $labels['anyone'] = 'Բոլոր օգտվողները (ցանկացած)'; |
| | | $labels['anonymous'] = 'Հյուրերը (անանուն)'; |
| | | $labels['identifier'] = 'Նկարագրիչ'; |
| | | |
| | | $labels['acll'] = 'Փնտրում'; |
| | | $labels['shortacll'] = 'Փնտրում'; |
| | | $labels['aclr'] = 'Կարդալ հաղորդագրությունները'; |
| | | $labels['acls'] = 'Պահպանել դիտման կարգավիճակը'; |
| | | $labels['aclw'] = 'Գրառման նշումներ'; |
| | | $labels['acli'] = 'Ներդնել (Պատճենել ներս)'; |
| | | $labels['aclp'] = 'Հրապարակել'; |
| | | $labels['shortaclp'] = 'Հրապարակել'; |
| | | $labels['aclc'] = 'Ստեղծել ենթապանակներ'; |
| | | $labels['aclk'] = 'Ստեղծել ենթապանակներ'; |
| | | $labels['acld'] = 'Ջնջել հաղորդագրությունները'; |
| | | $labels['aclt'] = 'Ջնջել հաղորդագրությունները'; |
| | | $labels['acle'] = 'Հեռացնել'; |
| | | $labels['shortacle'] = 'Հեռացնել'; |
| | | $labels['aclx'] = 'Ջնջել պանակը'; |
| | | $labels['acla'] = 'Կառավարել'; |
| | | $labels['shortacla'] = 'Կառավարել'; |
| | | |
| | | $labels['aclfull'] = 'Լրիվ վերահսկում'; |
| | | $labels['aclother'] = 'Այլ'; |
| | | $labels['shortaclother'] = 'Այլ'; |
| | | $labels['aclread'] = 'Կարդալ'; |
| | | $labels['shortaclr'] = 'Կարդալ'; |
| | | $labels['shortaclread'] = 'Կարդալ'; |
| | | $labels['aclwrite'] = 'Գրել'; |
| | | $labels['shortaclw'] = 'Գրել'; |
| | | $labels['shortaclwrite'] = 'Գրել'; |
| | | $labels['acldelete'] = 'Ջնջել'; |
| | | $labels['shortacld'] = 'Ջնջել'; |
| | | $labels['shortaclt'] = 'Ջնջել'; |
| | | $labels['shortacldelete'] = 'Ջնջել'; |
| | | |
| | | $labels['shortacll'] = 'Փնտրում'; |
| | | $labels['shortaclr'] = 'Կարդալ'; |
| | | $labels['shortacls'] = 'Պահել'; |
| | | $labels['shortaclw'] = 'Գրել'; |
| | | $labels['shortacli'] = 'Ներդնել'; |
| | | $labels['shortaclp'] = 'Հրապարակել'; |
| | | $labels['shortaclc'] = 'Ստեղծել'; |
| | | $labels['shortaclk'] = 'Ստեղծել'; |
| | | $labels['shortacld'] = 'Ջնջել'; |
| | | $labels['shortaclt'] = 'Ջնջել'; |
| | | $labels['shortacle'] = 'Հեռացնել'; |
| | | $labels['shortaclx'] = 'Պանակի ջնջում'; |
| | | $labels['shortacla'] = 'Կառավարել'; |
| | | |
| | | $labels['shortaclother'] = 'Այլ'; |
| | | $labels['shortaclread'] = 'Կարդալ'; |
| | | $labels['shortaclwrite'] = 'Գրել'; |
| | | $labels['shortacldelete'] = 'Ջնջել'; |
| | | |
| | | $labels['longacll'] = 'Պանակը երևում է ցուցակներում և նրան հնարավոր է բաժանորդագրվել'; |
| | | $labels['longaclr'] = 'Պանակը կարող է բացվել ընթերցման համար'; |
| | | $labels['longaclread'] = 'Պանակը կարող է բացվել ընթերցման համար'; |
| | | $labels['longacls'] = 'Տեսված հաղորդագրությունների նշումը կարող է փոփոխվել'; |
| | | $labels['longaclw'] = 'Հաղորդագրությունների նշումները և հիմնաբառերը կարող են փոփոխվել, բացառությամբ Տեսած և Ջնջված նշումների'; |
| | | $labels['longacli'] = 'Հաղորդագրությունները կարող են գրվել և պատճենվել պանակի մեջ'; |
| | |
| | | $labels['longacle'] = 'Հաղորդագրությունները կարող են հեռացվել'; |
| | | $labels['longaclx'] = 'Պանակը կարող է ջնջվել կամ վերանվանվել'; |
| | | $labels['longacla'] = 'Պանակի մուտքի իրավունքները կարող են փոփոխվել'; |
| | | |
| | | $labels['longaclfull'] = 'Լրիվ վերահսկում ներառյալ պանակների կառավարումը'; |
| | | $labels['longaclread'] = 'Պանակը կարող է բացվել ընթերցման համար'; |
| | | $labels['longaclwrite'] = 'Հաղորդագրությունները կարող են նշվել, ստեղծվել և պատճենվել այս պանակում'; |
| | | $labels['longacldelete'] = 'Հաղորդագրությունները կարող են ջնջվել'; |
| | | $labels['deleting'] = 'Ջնջվում են մուտքի իրավունքները…'; |
| | | $labels['saving'] = 'Պահպանվում են մուտքի իրավունքները…'; |
| | | $labels['updatesuccess'] = 'Մուտքի իրավունքները բարեհաջող փոփոխվեցին։'; |
| | | $labels['deletesuccess'] = 'Մուտքի իրավունքները բարեհաջող ջնջվեցին։'; |
| | | $labels['createsuccess'] = 'Մուտքի իրավունքները բարեհաջող ավելացվեցվին։'; |
| | | $labels['updateerror'] = 'Մուտքի իրավունքները թարմացումը ձախողվեց։'; |
| | | $labels['deleteerror'] = 'Մուտքի իրավունքները ջնջումը ձախողվեց։'; |
| | | $labels['createerror'] = 'Մուտքի իրավունքները ավելացումը ձախողվեց։'; |
| | | $labels['deleteconfirm'] = 'Դուք վստա՞հ էք, որ ցանկանում եք նշված օգտվողներին զրկել մուտքի իրավունքներից։'; |
| | | $labels['norights'] = 'Ոչ մի իրավունք չի՛ նշվել։'; |
| | | $labels['nouser'] = 'Օգտվողի անունը չի՛ նշվել։'; |
| | | |
| | | $messages['deleting'] = 'Ջնջվում են մուտքի իրավունքները…'; |
| | | $messages['saving'] = 'Պահպանվում են մուտքի իրավունքները…'; |
| | | $messages['updatesuccess'] = 'Մուտքի իրավունքները բարեհաջող փոփոխվեցին։'; |
| | | $messages['deletesuccess'] = 'Մուտքի իրավունքները բարեհաջող ջնջվեցին։'; |
| | | $messages['createsuccess'] = 'Մուտքի իրավունքները բարեհաջող ավելացվեցվին։'; |
| | | $messages['updateerror'] = 'Մուտքի իրավունքները թարմացումը ձախողվեց։'; |
| | | $messages['deleteerror'] = 'Մուտքի իրավունքները ջնջումը ձախողվեց։'; |
| | | $messages['createerror'] = 'Մուտքի իրավունքները ավելացումը ձախողվեց։'; |
| | | $messages['deleteconfirm'] = 'Դուք վստա՞հ էք, որ ցանկանում եք նշված օգտվողներին զրկել մուտքի իրավունքներից։'; |
| | | $messages['norights'] = 'Ոչ մի իրավունք չի՛ նշվել։'; |
| | | $messages['nouser'] = 'Օգտվողի անունը չի՛ նշվել։'; |
| | | |
| | | ?> |
New file |
| | |
| | | <?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'] = 'Berbagi'; |
| | | $labels['myrights'] = 'Hak Akses'; |
| | | $labels['username'] = 'Pengguna:'; |
| | | $labels['advanced'] = 'mode canggih'; |
| | | $labels['newuser'] = 'Tambahkan entri'; |
| | | $labels['actions'] = 'Aksi hak akses...'; |
| | | $labels['anyone'] = 'Semua pengguna (siapa saja)'; |
| | | $labels['anonymous'] = 'Para tamu (anonim)'; |
| | | $labels['identifier'] = 'Yang mengidentifikasi'; |
| | | |
| | | $labels['acll'] = 'Cari'; |
| | | $labels['aclr'] = 'Baca pesan'; |
| | | $labels['acls'] = 'Jaga status terbaca'; |
| | | $labels['aclw'] = 'Membuat tanda'; |
| | | $labels['acli'] = 'Sisipkan (Salin kedalam)'; |
| | | $labels['aclp'] = 'Tulisan'; |
| | | $labels['aclc'] = 'Buat subfolder'; |
| | | $labels['aclk'] = 'Buat subfolder'; |
| | | $labels['acld'] = 'Hapus pesan'; |
| | | $labels['aclt'] = 'Hapus pesan'; |
| | | $labels['acle'] = 'Menghapus'; |
| | | $labels['aclx'] = 'Hapus folder'; |
| | | $labels['acla'] = 'Kelola'; |
| | | |
| | | $labels['aclfull'] = 'Kendali penuh'; |
| | | $labels['aclother'] = 'Lainnya'; |
| | | $labels['aclread'] = 'Baca'; |
| | | $labels['aclwrite'] = 'Tulis'; |
| | | $labels['acldelete'] = 'Hapus'; |
| | | |
| | | $labels['shortacll'] = 'Cari'; |
| | | $labels['shortaclr'] = 'Baca'; |
| | | $labels['shortacls'] = 'Simpan'; |
| | | $labels['shortaclw'] = 'Tulis'; |
| | | $labels['shortacli'] = 'Sisipkan'; |
| | | $labels['shortaclp'] = 'Tulisan'; |
| | | $labels['shortaclc'] = 'Buat'; |
| | | $labels['shortaclk'] = 'Buat'; |
| | | $labels['shortacld'] = 'Hapus'; |
| | | $labels['shortaclt'] = 'Hapus'; |
| | | $labels['shortacle'] = 'Buang'; |
| | | $labels['shortaclx'] = 'Hapus folder'; |
| | | $labels['shortacla'] = 'Kelola'; |
| | | |
| | | $labels['shortaclother'] = 'Lainnya'; |
| | | $labels['shortaclread'] = 'Baca'; |
| | | $labels['shortaclwrite'] = 'Tulis'; |
| | | $labels['shortacldelete'] = 'Hapus'; |
| | | |
| | | $labels['longacll'] = 'Folder terlihat di daftar dan dapat dijadikan langganan'; |
| | | $labels['longaclr'] = 'Folder dapat dibuka untuk dibaca'; |
| | | $labels['longacls'] = 'Tanda pesan terbaca dapat diubah'; |
| | | $labels['longaclw'] = 'Tanda pesan dan kata kunci dapat diubah, kecuali Terbaca dan Terhapus'; |
| | | $labels['longacli'] = 'Pesan dapat ditulis atau disalin kedalam folder'; |
| | | $labels['longaclp'] = 'Pesan dapat dikirim ke folder ini'; |
| | | $labels['longaclc'] = 'Folder dapat dibuat (atau diubah namanya) langsung dari folder ini'; |
| | | $labels['longaclk'] = 'Folder dapat dibuat (atau diubah namanya) langsung dari folder ini'; |
| | | $labels['longacld'] = 'Tanda hapus pesan dapat diubah'; |
| | | $labels['longaclt'] = 'Tanda hapus pesan dapat diubah'; |
| | | $labels['longacle'] = 'Pesan dapat dibuang'; |
| | | $labels['longaclx'] = 'Folder dapat dihapus atau diubah namanya'; |
| | | $labels['longacla'] = 'Hak akses folder dapat diubah'; |
| | | |
| | | $labels['longaclfull'] = 'Kendali penuh penuh termasuk administrasi'; |
| | | $labels['longaclread'] = 'Folder dapat dibuka untuk dibaca'; |
| | | $labels['longaclwrite'] = 'Pesan dapat ditandai, ditulis atau disalin kedalam folder'; |
| | | $labels['longacldelete'] = 'Pesan dapat dihapus'; |
| | | |
| | | $messages['deleting'] = 'Menghapus hak akses...'; |
| | | $messages['saving'] = 'Menyimpan hak akses...'; |
| | | $messages['updatesuccess'] = 'Hak akses berhasil diubah'; |
| | | $messages['deletesuccess'] = 'Hak akses berhasil dihapus'; |
| | | $messages['createsuccess'] = 'Hak akses berhasil ditambahkan'; |
| | | $messages['updateerror'] = 'Tidak dapat memperbaharui hak akses'; |
| | | $messages['deleteerror'] = 'Tidak dapat menghapus hak akses'; |
| | | $messages['createerror'] = 'Tidak dapat menambah hak akses'; |
| | | $messages['deleteconfirm'] = 'Apakah Anda yakin ingin menghapus hak akses dari user terpilih?'; |
| | | $messages['norights'] = 'Hak belum ditentukan!'; |
| | | $messages['nouser'] = 'Username belum ditentukan!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/it_IT/labels.inc | |
| | | | plugins/acl/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Andrea Bernini <andrea.bernini@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['sharing'] = 'Condivisione'; |
| | | $labels['myrights'] = 'Diritti d\'accesso'; |
| | | $labels['username'] = 'Utente:'; |
| | | $labels['advanced'] = 'modalità avanzata'; |
| | | $labels['newuser'] = 'Aggiungi voce'; |
| | | $labels['actions'] = 'Azioni permessi d\'accesso...'; |
| | | $labels['anyone'] = 'Tutti gli utenti'; |
| | | $labels['anonymous'] = 'Osptiti (anonimi)'; |
| | | $labels['identifier'] = 'Identificatore'; |
| | | |
| | | $labels['acll'] = 'Ricerca'; |
| | | $labels['shortacll'] = 'Ricerca'; |
| | | $labels['aclr'] = 'Leggi messaggi'; |
| | | $labels['acls'] = 'Mantieni lo stato Visto'; |
| | | $labels['aclw'] = 'Flag di scrittura'; |
| | | $labels['acli'] = 'Inserisci (Copia in)'; |
| | | $labels['aclp'] = 'Invio'; |
| | | $labels['aclc'] = 'Crea sottocartelle'; |
| | | $labels['aclk'] = 'Crea sottocartelle'; |
| | | $labels['acld'] = 'Elimina messaggi'; |
| | | $labels['aclt'] = 'Elimina messaggi'; |
| | | $labels['acle'] = 'Elimina'; |
| | | $labels['aclx'] = 'Elimina cartella'; |
| | | $labels['acla'] = 'Amministra'; |
| | | $labels['shortacla'] = 'Amministra'; |
| | | |
| | | $labels['aclfull'] = 'Controllo completo'; |
| | | $labels['aclother'] = 'Altri'; |
| | | $labels['shortaclother'] = 'Altri'; |
| | | $labels['aclread'] = 'Lettura'; |
| | | $labels['shortaclr'] = 'Lettura'; |
| | | $labels['shortaclread'] = 'Lettura'; |
| | | $labels['aclwrite'] = 'Scrittura'; |
| | | $labels['shortaclw'] = 'Scrittura'; |
| | | $labels['shortaclwrite'] = 'Scrittura'; |
| | | $labels['acldelete'] = 'Elimina'; |
| | | $labels['shortacld'] = 'Elimina'; |
| | | $labels['shortaclt'] = 'Elimina'; |
| | | $labels['shortacldelete'] = 'Elimina'; |
| | | |
| | | $labels['shortacll'] = 'Ricerca'; |
| | | $labels['shortaclr'] = 'Lettura'; |
| | | $labels['shortacls'] = 'Mantieni'; |
| | | $labels['shortaclw'] = 'Scrittura'; |
| | | $labels['shortacli'] = 'Inserisci'; |
| | | $labels['shortaclp'] = 'Invio'; |
| | | $labels['shortaclc'] = 'Crea'; |
| | | $labels['shortaclk'] = 'Crea'; |
| | | $labels['shortacld'] = 'Elimina'; |
| | | $labels['shortaclt'] = 'Elimina'; |
| | | $labels['shortacle'] = 'Elimina'; |
| | | $labels['shortaclx'] = 'Cancella cartella'; |
| | | $labels['shortacla'] = 'Amministra'; |
| | | |
| | | $labels['shortaclother'] = 'Altri'; |
| | | $labels['shortaclread'] = 'Lettura'; |
| | | $labels['shortaclwrite'] = 'Scrittura'; |
| | | $labels['shortacldelete'] = 'Elimina'; |
| | | |
| | | $labels['longacll'] = 'La cartella è visibile sulle liste e può essere sottoscritta'; |
| | | $labels['longaclr'] = 'Questa cartella può essere aperta in lettura'; |
| | | $labels['longaclread'] = 'Questa cartella può essere aperta in lettura'; |
| | | $labels['longacls'] = 'Il flag Messaggio Visto può essere cambiato'; |
| | | $labels['longaclw'] = 'I flag dei messaggi e le keywords possono essere cambiati, ad esclusione di Visto ed Eliminato'; |
| | | $labels['longacli'] = 'I messaggi possono essere scritti o copiati nella cartella'; |
| | | $labels['longaclp'] = 'I messaggi possono essere inviati a questa cartella'; |
| | | $labels['longaclc'] = 'Possono essere create (o rinominata) cartelle direttamente in questa cartella.'; |
| | | $labels['longaclk'] = 'Possono essere create (o rinominata) cartelle direttamente in questa cartella.'; |
| | | $labels['longacld'] = 'Il flag Messaggio Eliminato può essere cambiato'; |
| | | $labels['longaclt'] = 'Il flag Messaggio Eliminato può essere cambiato'; |
| | | $labels['longacle'] = 'I messaggi possono essere cancellati'; |
| | | $labels['longaclx'] = 'La cartella può essere eliminata o rinominata'; |
| | | $labels['longacla'] = 'I diritti di accesso della cartella possono essere cambiati'; |
| | | |
| | | $labels['longaclfull'] = 'Controllo completo incluso cartella di amministrazione'; |
| | | $labels['longaclread'] = 'Questa cartella può essere aperta in lettura'; |
| | | $labels['longaclwrite'] = 'I messaggi possono essere marcati, scritti o copiati nella cartella'; |
| | | $labels['longacldelete'] = 'I messaggi possono essere eliminati'; |
| | | $labels['deleting'] = 'Sto eliminando i diritti di accesso...'; |
| | | $labels['saving'] = 'Sto salvando i diritti di accesso...'; |
| | | $labels['updatesuccess'] = 'I diritti d\'accesso sono stati cambiati'; |
| | | $labels['deletesuccess'] = 'I diritti d\'accesso sono stati eliminati'; |
| | | $labels['createsuccess'] = 'I diritti d\'accesso sono stati aggiunti'; |
| | | $labels['updateerror'] = 'Impossibile aggiornare i diritti d\'accesso'; |
| | | $labels['deleteerror'] = 'Impossibile eliminare i diritti d\'accesso'; |
| | | $labels['createerror'] = 'Impossibile aggiungere i diritti d\'accesso'; |
| | | $labels['deleteconfirm'] = 'Sei sicuro, vuoi rimuovere i diritti d\'accesso degli utenti selezionati?'; |
| | | $labels['norights'] = 'Nessun diritto specificato!'; |
| | | $labels['nouser'] = 'Lo username non è stato specificato!'; |
| | | |
| | | $messages['deleting'] = 'Sto eliminando i diritti di accesso...'; |
| | | $messages['saving'] = 'Sto salvando i diritti di accesso...'; |
| | | $messages['updatesuccess'] = 'I diritti d\'accesso sono stati cambiati'; |
| | | $messages['deletesuccess'] = 'I diritti d\'accesso sono stati eliminati'; |
| | | $messages['createsuccess'] = 'I diritti d\'accesso sono stati aggiunti'; |
| | | $messages['updateerror'] = 'Impossibile aggiornare i diritti d\'accesso'; |
| | | $messages['deleteerror'] = 'Impossibile eliminare i diritti d\'accesso'; |
| | | $messages['createerror'] = 'Impossibile aggiungere i diritti d\'accesso'; |
| | | $messages['deleteconfirm'] = 'Sei sicuro, vuoi rimuovere i diritti d\'accesso degli utenti selezionati?'; |
| | | $messages['norights'] = 'Nessun diritto specificato!'; |
| | | $messages['nouser'] = 'Lo username non è stato specificato!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/ja_JP/labels.inc | |
| | | | plugins/acl/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Takahiro Kambe | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['sharing'] = '共有'; |
| | | $labels['myrights'] = 'アクセス権'; |
| | | $labels['username'] = 'ユーザー:'; |
| | |
| | | $labels['anyone'] = '(誰でも)すべてのユーザー'; |
| | | $labels['anonymous'] = 'ゲスト(匿名)'; |
| | | $labels['identifier'] = '識別子'; |
| | | |
| | | $labels['acll'] = '検索'; |
| | | $labels['shortacll'] = '検索'; |
| | | $labels['aclr'] = 'メッセージを読む'; |
| | | $labels['acls'] = '既読の状態を保持'; |
| | | $labels['aclw'] = '書き込みフラッグ'; |
| | | $labels['acli'] = '挿入(中に複製)'; |
| | | $labels['aclp'] = '投稿'; |
| | | $labels['shortaclp'] = '投稿'; |
| | | $labels['aclc'] = 'サブフォルダを作成'; |
| | | $labels['aclk'] = 'サブフォルダを作成'; |
| | | $labels['acld'] = 'メッセージを削除'; |
| | | $labels['aclt'] = 'メッセージを削除'; |
| | | $labels['acle'] = '抹消'; |
| | | $labels['shortacle'] = '抹消'; |
| | | $labels['aclx'] = 'フォルダーを削除'; |
| | | $labels['acla'] = '管理'; |
| | | $labels['shortacla'] = '管理'; |
| | | |
| | | $labels['aclfull'] = '完全な制御'; |
| | | $labels['aclother'] = 'その他'; |
| | | $labels['shortaclother'] = 'その他'; |
| | | $labels['aclread'] = '読み込み'; |
| | | $labels['shortaclr'] = '読み込み'; |
| | | $labels['shortaclread'] = '読み込み'; |
| | | $labels['aclwrite'] = '書き込み'; |
| | | $labels['shortaclw'] = '書き込み'; |
| | | $labels['shortaclwrite'] = '書き込み'; |
| | | $labels['acldelete'] = '削除'; |
| | | $labels['shortacld'] = '削除'; |
| | | $labels['shortaclt'] = '削除'; |
| | | $labels['shortacldelete'] = '削除'; |
| | | |
| | | $labels['shortacll'] = '検索'; |
| | | $labels['shortaclr'] = '読み込み'; |
| | | $labels['shortacls'] = '保持'; |
| | | $labels['shortaclw'] = '書き込み'; |
| | | $labels['shortacli'] = '挿入'; |
| | | $labels['shortaclp'] = '投稿'; |
| | | $labels['shortaclc'] = '作成'; |
| | | $labels['shortaclk'] = '作成'; |
| | | $labels['shortacld'] = '削除'; |
| | | $labels['shortaclt'] = '削除'; |
| | | $labels['shortacle'] = '抹消'; |
| | | $labels['shortaclx'] = 'フォルダーの削除'; |
| | | $labels['shortacla'] = '管理'; |
| | | |
| | | $labels['shortaclother'] = 'その他'; |
| | | $labels['shortaclread'] = '読み込み'; |
| | | $labels['shortaclwrite'] = '書き込み'; |
| | | $labels['shortacldelete'] = '削除'; |
| | | |
| | | $labels['longacll'] = 'フォルダーをリストに見えるようにして登録可能:'; |
| | | $labels['longaclr'] = 'フォルダーを読むことを可能'; |
| | | $labels['longaclread'] = 'フォルダーを読むことを可能'; |
| | | $labels['longacls'] = 'メッセージの既読のフラッグの変更を可能'; |
| | | $labels['longaclw'] = '既読と削除のフラッグを除く、メッセージのフラッグとキーワードの変更を可能'; |
| | | $labels['longacli'] = 'メッセージに書き込みとフォルダーへの複製を可能'; |
| | |
| | | $labels['longacle'] = 'メッセージの抹消を可能'; |
| | | $labels['longaclx'] = 'このフォルダーの削除や名前の変更を可能'; |
| | | $labels['longacla'] = 'フォルダーのアクセス権の変更を可能'; |
| | | |
| | | $labels['longaclfull'] = 'フォルダーの管理を含めた完全な制御を可能'; |
| | | $labels['longaclread'] = 'フォルダーを読むことを可能'; |
| | | $labels['longaclwrite'] = 'メッセージにマークの設定、書き込み、フォルダーに複製を可能'; |
| | | $labels['longacldelete'] = 'メッセージの削除を可能'; |
| | | $labels['deleting'] = 'アクセス権を削除中...'; |
| | | $labels['saving'] = 'アクセス権を保存中...'; |
| | | $labels['updatesuccess'] = 'アクセス権を変更しました。'; |
| | | $labels['deletesuccess'] = 'アクセス権を削除しました。'; |
| | | $labels['createsuccess'] = 'アクセス権を追加しました。'; |
| | | $labels['updateerror'] = 'アクセス権を更新できません。'; |
| | | $labels['deleteerror'] = 'アクセス権を削除できません。'; |
| | | $labels['createerror'] = 'アクセス権を追加できません。'; |
| | | $labels['deleteconfirm'] = '選択したユーザーのアクセス件を本当に削除したいですか?'; |
| | | $labels['norights'] = '何の権限も指定されていません!'; |
| | | $labels['nouser'] = 'ユーザー名を指定していません!'; |
| | | |
| | | $messages['deleting'] = 'アクセス権を削除中...'; |
| | | $messages['saving'] = 'アクセス権を保存中...'; |
| | | $messages['updatesuccess'] = 'アクセス権を変更しました。'; |
| | | $messages['deletesuccess'] = 'アクセス権を削除しました。'; |
| | | $messages['createsuccess'] = 'アクセス権を追加しました。'; |
| | | $messages['updateerror'] = 'アクセス権を更新できません。'; |
| | | $messages['deleteerror'] = 'アクセス権を削除できません。'; |
| | | $messages['createerror'] = 'アクセス権を追加できません。'; |
| | | $messages['deleteconfirm'] = '選択したユーザーのアクセス件を本当に削除したいですか?'; |
| | | $messages['norights'] = '何の権限も指定されていません!'; |
| | | $messages['nouser'] = 'ユーザー名を指定していません!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/ko_KR/labels.inc | |
| | | | plugins/acl/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Kim, Woohyun <woohyun.kim@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['sharing'] = '공유'; |
| | | $labels['myrights'] = '접근 권한'; |
| | | $labels['username'] = '사용자:'; |
| | | $labels['advanced'] = 'advanced mode'; |
| | | $labels['newuser'] = '엔트리 추가'; |
| | | $labels['actions'] = 'Access right actions...'; |
| | | $labels['anyone'] = 'All users (anyone)'; |
| | | $labels['anonymous'] = 'Guests (anonymous)'; |
| | | $labels['identifier'] = '식별자'; |
| | | |
| | | $labels['acll'] = 'Lookup'; |
| | | $labels['aclr'] = 'Read messages'; |
| | | $labels['acls'] = '읽은 상태로 유지'; |
| | | $labels['aclw'] = 'Write flags'; |
| | | $labels['acli'] = 'Insert (Copy into)'; |
| | | $labels['aclp'] = '게시'; |
| | | $labels['shortaclp'] = '게시'; |
| | | $labels['aclc'] = '하위 폴더 만들기'; |
| | | $labels['aclk'] = '하위 폴더 만들기'; |
| | | $labels['acld'] = '메시지 삭제'; |
| | | $labels['aclt'] = '메시지 삭제'; |
| | | $labels['acle'] = 'Expunge'; |
| | | $labels['aclx'] = '폴더 삭제'; |
| | | $labels['acla'] = '관리자'; |
| | | $labels['shortacla'] = '관리자'; |
| | | |
| | | $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'] = '게시'; |
| | | $labels['shortaclc'] = 'Create'; |
| | | $labels['shortaclk'] = 'Create'; |
| | | $labels['shortacld'] = 'Delete'; |
| | | $labels['shortaclt'] = 'Delete'; |
| | | $labels['shortacle'] = 'Expunge'; |
| | | $labels['shortaclx'] = '폴더 삭제'; |
| | | $labels['shortacla'] = '관리자'; |
| | | |
| | | $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'] = '폴더에 메시지를 복사하거나 작성할 수 있음'; |
| | | $labels['longaclp'] = '이 폴더로 메시지를 게시할 수 있음'; |
| | | $labels['longaclc'] = '이 폴더의 바로 밑에 폴더를 생성(또는 이름 변경)할 수 있음'; |
| | | $labels['longaclk'] = '이 폴더의 바로 밑에 폴더를 생성(또는 이름 변경)할 수 있음'; |
| | | $labels['longacld'] = '메시지 삭제 플래그가 변경될 수 있음'; |
| | | $labels['longaclt'] = '메시지 삭제 플래그가 변경될 수 있음'; |
| | | $labels['longacle'] = 'Messages can be expunged'; |
| | | $labels['longaclx'] = '폴더를 삭제하거나 이름 변경 할 수 있음'; |
| | | $labels['longacla'] = '폴더의 접근 권한을 변경할 수 있음'; |
| | | |
| | | $labels['longaclfull'] = '폴더 관리를 포함한 모든 제어권'; |
| | | $labels['longaclread'] = 'The folder can be opened for reading'; |
| | | $labels['longaclwrite'] = '메시지에 표시하거나, 폴더로 메시지를 복사하거나 작성할 수 있음'; |
| | | $labels['longacldelete'] = '메시지를 삭제할 수 있음'; |
| | | $labels['deleting'] = '접근 권한 삭제 중...'; |
| | | $labels['saving'] = '접근 권한 저장 중...'; |
| | | $labels['updatesuccess'] = '접근 권한을 변경하는데 성공 함.'; |
| | | $labels['deletesuccess'] = '접근 권한을 삭제하는데 성공 함.'; |
| | | $labels['createsuccess'] = '접근 권한을 추가하는데 성공 함.'; |
| | | $labels['updateerror'] = '접근 권한을 갱신할 수 없음.'; |
| | | $labels['deleteerror'] = '접근 권한을 삭제할 수 없음.'; |
| | | $labels['createerror'] = '접근 권한을 추가할 수 없음.'; |
| | | $labels['deleteconfirm'] = '선택한 사용자(들)의 접근 권한을 삭제하고자 하는 것이 확실 합니까?'; |
| | | $labels['norights'] = '지정된 권한이 없음!'; |
| | | $labels['nouser'] = '지정된 username이 없음!'; |
| | | |
| | | $messages['deleting'] = '접근 권한 삭제 중...'; |
| | | $messages['saving'] = '접근 권한 저장 중...'; |
| | | $messages['updatesuccess'] = '접근 권한을 변경하는데 성공 함.'; |
| | | $messages['deletesuccess'] = '접근 권한을 삭제하는데 성공 함.'; |
| | | $messages['createsuccess'] = '접근 권한을 추가하는데 성공 함.'; |
| | | $messages['updateerror'] = '접근 권한을 갱신할 수 없음.'; |
| | | $messages['deleteerror'] = '접근 권한을 삭제할 수 없음.'; |
| | | $messages['createerror'] = '접근 권한을 추가할 수 없음.'; |
| | | $messages['deleteconfirm'] = '선택한 사용자(들)의 접근 권한을 삭제하고자 하는 것이 확실 합니까?'; |
| | | $messages['norights'] = '지정된 권한이 없음!'; |
| | | $messages['nouser'] = '지정된 username이 없음!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/lt_LT/labels.inc | |
| | | | plugins/acl/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Linvydas Lapinskas <win0lin1@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['sharing'] = 'Dalinimasis'; |
| | | $labels['myrights'] = 'Prieigos teisės'; |
| | | $labels['username'] = 'Vartotojas:'; |
| | | $labels['advanced'] = 'pažengusio vartotojo rėžimas'; |
| | | $labels['newuser'] = 'Pridėti įrašą'; |
| | | $labels['actions'] = 'Prieigos teisių veiksmai...'; |
| | | $labels['anyone'] = 'Visi vartotojai (bet kas)'; |
| | | $labels['anonymous'] = 'Svečias (anonimas)'; |
| | | $labels['identifier'] = 'Identifikatorius'; |
| | | |
| | | $labels['acll'] = 'Paieška'; |
| | | $labels['shortacll'] = 'Paieška'; |
| | | $labels['aclr'] = 'Perskaityti pranešimus'; |
| | | $labels['acls'] = 'Palikti būseną "Žiūrėtas"'; |
| | | $labels['aclw'] = 'Įrašyti vėliavėles'; |
| | | $labels['acli'] = 'Įterpti (kopijuoti į)'; |
| | | $labels['aclp'] = 'Įrašas'; |
| | | $labels['shortaclp'] = 'Įrašas'; |
| | | $labels['aclc'] = 'Kurti poaplankius'; |
| | | $labels['aclk'] = 'Kurti poaplankius'; |
| | | $labels['acld'] = 'Ištrinti žinutes'; |
| | | $labels['aclt'] = 'Ištrinti žinutes'; |
| | | $labels['acle'] = 'Išbraukti'; |
| | | $labels['aclx'] = 'Ištrinti aplanką'; |
| | | $labels['acla'] = 'Valdyti'; |
| | | |
| | | $labels['aclfull'] = 'Visiška kontrolė'; |
| | | $labels['aclother'] = 'Kita'; |
| | | $labels['shortaclother'] = 'Kita'; |
| | | $labels['aclread'] = 'Skaityti'; |
| | | $labels['shortaclr'] = 'Skaityti'; |
| | | $labels['shortaclread'] = 'Skaityti'; |
| | | $labels['aclwrite'] = 'Įrašyti'; |
| | | $labels['shortaclw'] = 'Įrašyti'; |
| | | $labels['shortaclwrite'] = 'Įrašyti'; |
| | | $labels['acldelete'] = 'Trinti'; |
| | | $labels['shortacld'] = 'Trinti'; |
| | | $labels['shortaclt'] = 'Trinti'; |
| | | $labels['shortacldelete'] = 'Trinti'; |
| | | |
| | | $labels['shortacll'] = 'Paieška'; |
| | | $labels['shortaclr'] = 'Skaityti'; |
| | | $labels['shortacls'] = 'Palikti'; |
| | | $labels['shortaclw'] = 'Įrašyti'; |
| | | $labels['shortacli'] = 'Įterpti'; |
| | | $labels['shortaclp'] = 'Įrašas'; |
| | | $labels['shortaclc'] = 'Sukurti'; |
| | | $labels['shortaclk'] = 'Sukurti'; |
| | | $labels['shortacld'] = 'Trinti'; |
| | | $labels['shortaclt'] = 'Trinti'; |
| | | $labels['shortacle'] = 'Išbraukti'; |
| | | $labels['shortaclx'] = 'Ištrinti aplanką'; |
| | | $labels['shortacla'] = 'Valdyti'; |
| | | |
| | | $labels['shortaclother'] = 'Kita'; |
| | | $labels['shortaclread'] = 'Skaityti'; |
| | | $labels['shortaclwrite'] = 'Įrašyti'; |
| | | $labels['shortacldelete'] = 'Trinti'; |
| | | |
| | | $labels['longacll'] = 'Aplankas yra matomas sąrašuose ir gali būti prenumeruojamas'; |
| | | $labels['longaclr'] = 'Aplanką galima peržiūrėti'; |
| | | $labels['longacls'] = 'Pranešimų vėliavėlė "Matyta" gali būti pakeista'; |
| | | $labels['longaclw'] = 'Pranešimų vėliavėlės ir raktažodžiai gali būti pakeisti, išskyrus "Matytas" ir "Ištrintas"'; |
| | | $labels['longacli'] = 'Pranešimai gali būti įrašyti arba nukopijuoti į aplanką'; |
| | | $labels['longaclp'] = 'Messages can be posted to this folder'; |
| | | $labels['longaclc'] = 'Nauji aplankai gali būti kuriami (arba pervadinami) šioje direktorijoje'; |
| | | $labels['longaclk'] = 'Nauji aplankai gali būti kuriami (arba pervadinami) šioje direktorijoje'; |
| | | $labels['longacld'] = 'Pranešimų vėliavėlė "Ištrintas" gali būti pakeista'; |
| | | $labels['longaclt'] = 'Pranešimų vėliavėlė "Ištrintas" gali būti pakeista'; |
| | | $labels['longacle'] = 'Pranešimai gali būti išbraukti'; |
| | | $labels['longaclx'] = 'Aplankas gali būti pašalintas arba pervadintas'; |
| | | $labels['longacla'] = 'Aplanko prieigos teisės gali būti pakeistos'; |
| | | |
| | | $labels['longaclfull'] = 'Visiška kontrolė įskaitant aplanko administravimą'; |
| | | $labels['longaclread'] = 'Aplanką galima peržiūrėti'; |
| | | $labels['longaclwrite'] = 'Pranešimai gali būti pažymėti, įrašyti arba nukopijuoti į aplanką'; |
| | | $labels['longacldelete'] = 'Pranešimai gali būti ištrinti'; |
| | | $labels['deleting'] = 'Panaikinamos prieigos teisės'; |
| | | $labels['saving'] = 'Išsaugomos prieigos teisės'; |
| | | $labels['updatesuccess'] = 'Prieigos teisės sėkmingai pakeistos'; |
| | | $labels['deletesuccess'] = 'Prieigos teisės sėkmingai panaikintos'; |
| | | $labels['createsuccess'] = 'Prieigos teisės sėkmingai pridėtos'; |
| | | $labels['updateerror'] = 'Neįmanoma atnaujinti prieigos teises'; |
| | | $labels['deleteerror'] = 'Neįmanoma panaikinti prieigos teises'; |
| | | $labels['createerror'] = 'Neišeina pridėti prieigos teises'; |
| | | |
| | | $messages['deleting'] = 'Panaikinamos prieigos teisės'; |
| | | $messages['saving'] = 'Išsaugomos prieigos teisės'; |
| | | $messages['updatesuccess'] = 'Prieigos teisės sėkmingai pakeistos'; |
| | | $messages['deletesuccess'] = 'Prieigos teisės sėkmingai panaikintos'; |
| | | $messages['createsuccess'] = 'Prieigos teisės sėkmingai pridėtos'; |
| | | $messages['updateerror'] = 'Neįmanoma atnaujinti prieigos teises'; |
| | | $messages['deleteerror'] = 'Neįmanoma panaikinti prieigos teises'; |
| | | $messages['createerror'] = 'Neišeina pridėti prieigos teises'; |
| | | $messages['deleteconfirm'] = 'Ar jūs esate įsitikinę, jog norite panaikinti prieigos teises pažymėtiems vartotojams(-ui)?'; |
| | | $messages['norights'] = 'Nenurodytos jokios teisės!'; |
| | | $messages['nouser'] = 'Nenurodytas joks vartotojas!'; |
| | | |
| | | ?> |
New file |
| | |
| | | <?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'] = 'Deling'; |
| | | $labels['myrights'] = 'Tilgangsrettigheter'; |
| | | $labels['username'] = 'Bruker:'; |
| | | $labels['advanced'] = 'Avansert modus'; |
| | | $labels['newuser'] = 'Legg til oppføring'; |
| | | $labels['actions'] = 'Valg for tilgangsrettigheter.'; |
| | | $labels['anyone'] = 'Alle brukere (alle)'; |
| | | $labels['anonymous'] = 'Gjester (anonyme)'; |
| | | $labels['identifier'] = 'Identifikator'; |
| | | |
| | | $labels['acll'] = 'Oppslag'; |
| | | $labels['aclr'] = 'Les meldinger'; |
| | | $labels['acls'] = 'Behold lesestatus'; |
| | | $labels['aclw'] = 'Lagre flagg'; |
| | | $labels['acli'] = 'Lim inn'; |
| | | $labels['aclp'] = 'Post'; |
| | | $labels['aclc'] = 'Opprett undermapper'; |
| | | $labels['aclk'] = 'Opprett undermapper'; |
| | | $labels['acld'] = 'Slett meldinger'; |
| | | $labels['aclt'] = 'Slett meldinger'; |
| | | $labels['acle'] = 'Slett fullstendig'; |
| | | $labels['aclx'] = 'Slett mappe'; |
| | | $labels['acla'] = 'Administrer'; |
| | | |
| | | $labels['aclfull'] = 'Full kontroll'; |
| | | $labels['aclother'] = 'Annet'; |
| | | $labels['aclread'] = 'Les'; |
| | | $labels['aclwrite'] = 'Skriv'; |
| | | $labels['acldelete'] = 'Slett'; |
| | | |
| | | $labels['shortacll'] = 'Oppslag'; |
| | | $labels['shortaclr'] = 'Les'; |
| | | $labels['shortacls'] = 'Behold'; |
| | | $labels['shortaclw'] = 'Skriv'; |
| | | $labels['shortacli'] = 'Sett inn'; |
| | | $labels['shortaclp'] = 'Post'; |
| | | $labels['shortaclc'] = 'Opprett'; |
| | | $labels['shortaclk'] = 'Opprett'; |
| | | $labels['shortacld'] = 'Slett'; |
| | | $labels['shortaclt'] = 'Slett'; |
| | | $labels['shortacle'] = 'Slett fullstendig'; |
| | | $labels['shortaclx'] = 'Slett mappe'; |
| | | $labels['shortacla'] = 'Administrer'; |
| | | |
| | | $labels['shortaclother'] = 'Annet'; |
| | | $labels['shortaclread'] = 'Les'; |
| | | $labels['shortaclwrite'] = 'Skriv'; |
| | | $labels['shortacldelete'] = 'Slett'; |
| | | |
| | | $labels['longacll'] = 'Mappen er synlig og kan abonneres på'; |
| | | $labels['longaclr'] = 'Mappen kan åpnes for lesing'; |
| | | $labels['longacls'] = 'Meldingenes lesestatusflagg kan endres'; |
| | | $labels['longaclw'] = 'Meldingsflagg og -nøkkelord kan endres, bortsett fra status for lesing og sletting'; |
| | | $labels['longacli'] = 'Meldinger kan lagres eller kopieres til mappen'; |
| | | $labels['longaclp'] = 'Meldinger kan postes til denne mappen'; |
| | | $labels['longaclc'] = 'Mapper kan opprettes (eller navnes om) direkte under denne mappen'; |
| | | $labels['longaclk'] = 'Mapper kan opprettes (eller navnes om) direkte under denne mappen'; |
| | | $labels['longacld'] = 'Meldingenes flagg for sletting kan endres'; |
| | | $labels['longaclt'] = 'Meldingenes flagg for sletting kan endres'; |
| | | $labels['longacle'] = 'Meldingen kan slettes for godt'; |
| | | $labels['longaclx'] = 'Mappen kan slettes eller gis nytt navn'; |
| | | $labels['longacla'] = 'Mappens tilgangsrettigheter kan endres'; |
| | | |
| | | $labels['longaclfull'] = 'Full kontroll, inkludert mappeadministrasjon'; |
| | | $labels['longaclread'] = 'Mappen kan åpnes for lesing'; |
| | | $labels['longaclwrite'] = 'Meldinger kan merkes, lagres i eller flyttes til mappen'; |
| | | $labels['longacldelete'] = 'Meldingen kan slettes'; |
| | | |
| | | $messages['deleting'] = 'Sletter tilgangsrettigheter'; |
| | | $messages['saving'] = 'Lagrer tilgangsrettigheter'; |
| | | $messages['updatesuccess'] = 'Tilgangsrettigheter ble endret'; |
| | | $messages['deletesuccess'] = 'Tilgangsrettigheter ble slettet'; |
| | | $messages['createsuccess'] = 'Tilgangsrettigheter ble lagt til'; |
| | | $messages['updateerror'] = 'Kunne ikke oppdatere tilgangsrettigheter'; |
| | | $messages['deleteerror'] = 'Kunne ikke fjerne tilgangsrettigheter'; |
| | | $messages['createerror'] = 'Kunne ikke legge til tilgangsrettigheter'; |
| | | $messages['deleteconfirm'] = 'Er du sikker på at du vil fjerne tilgangen til valgte brukere'; |
| | | $messages['norights'] = 'Ingen rettigheter er spesifisert!'; |
| | | $messages['nouser'] = 'Brukernavn er ikke spesifisert!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/nl_NL/labels.inc | |
| | | | plugins/acl/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Geert Wirken | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['sharing'] = 'Delen'; |
| | | $labels['myrights'] = 'Toegangsrechten'; |
| | | $labels['username'] = 'Gebruiker:'; |
| | |
| | | $labels['anyone'] = 'Alle gebruikers (iedereen)'; |
| | | $labels['anonymous'] = 'Gasten (anoniem)'; |
| | | $labels['identifier'] = 'Identificatie'; |
| | | |
| | | $labels['acll'] = 'Opzoeken'; |
| | | $labels['shortacll'] = 'Opzoeken'; |
| | | $labels['aclr'] = 'Berichten lezen'; |
| | | $labels['acls'] = 'Onthoud gelezen-status'; |
| | | $labels['aclw'] = 'Markeringen instellen'; |
| | | $labels['acli'] = 'Invoergen (kopiëren naar)'; |
| | | $labels['acli'] = 'Invoegen (kopiëren naar)'; |
| | | $labels['aclp'] = 'Plaatsen'; |
| | | $labels['shortaclp'] = 'Plaatsen'; |
| | | $labels['aclc'] = 'Submappen aanmaken'; |
| | | $labels['aclk'] = 'Submappen aanmaken'; |
| | | $labels['acld'] = 'Berichten verwijderen'; |
| | | $labels['aclt'] = 'Berichten verwijderen'; |
| | | $labels['acle'] = 'Vernietigen'; |
| | | $labels['shortacle'] = 'Vernietigen'; |
| | | $labels['aclx'] = 'Map verwijderen'; |
| | | $labels['acla'] = 'Beheren'; |
| | | $labels['shortacla'] = 'Beheren'; |
| | | |
| | | $labels['aclfull'] = 'Volledige toegang'; |
| | | $labels['aclother'] = 'Overig'; |
| | | $labels['shortaclother'] = 'Overig'; |
| | | $labels['aclread'] = 'Lezen'; |
| | | $labels['shortaclr'] = 'Lezen'; |
| | | $labels['shortaclread'] = 'Lezen'; |
| | | $labels['aclwrite'] = 'Schrijven'; |
| | | $labels['shortaclw'] = 'Schrijven'; |
| | | $labels['shortaclwrite'] = 'Schrijven'; |
| | | $labels['acldelete'] = 'Verwijderen'; |
| | | $labels['shortacld'] = 'Verwijderen'; |
| | | $labels['shortaclt'] = 'Verwijderen'; |
| | | $labels['shortacldelete'] = 'Verwijderen'; |
| | | |
| | | $labels['shortacll'] = 'Opzoeken'; |
| | | $labels['shortaclr'] = 'Lezen'; |
| | | $labels['shortacls'] = 'Behouden'; |
| | | $labels['shortaclw'] = 'Schrijven'; |
| | | $labels['shortacli'] = 'Invoegen'; |
| | | $labels['shortaclp'] = 'Plaatsen'; |
| | | $labels['shortaclc'] = 'Aanmaken'; |
| | | $labels['shortaclk'] = 'Aanmaken'; |
| | | $labels['shortacld'] = 'Verwijderen'; |
| | | $labels['shortaclt'] = 'Verwijderen'; |
| | | $labels['shortacle'] = 'Vernietigen'; |
| | | $labels['shortaclx'] = 'Map verwijderen'; |
| | | $labels['shortacla'] = 'Beheren'; |
| | | |
| | | $labels['shortaclother'] = 'Overig'; |
| | | $labels['shortaclread'] = 'Lezen'; |
| | | $labels['shortaclwrite'] = 'Schrijven'; |
| | | $labels['shortacldelete'] = 'Verwijderen'; |
| | | |
| | | $labels['longacll'] = 'De map is zichtbaar in lijsten en het is mogelijk om te abonneren op deze map'; |
| | | $labels['longaclr'] = 'De map kan geopend worden om te lezen'; |
| | | $labels['longaclread'] = 'De map kan geopend worden om te lezen'; |
| | | $labels['longacls'] = 'De berichtmarkering \'Gelezen\' kan aangepast worden'; |
| | | $labels['longaclw'] = 'Berichtmarkeringen en labels kunnen aangepast worden, behalve \'Gelezen\' en \'Verwijderd\''; |
| | | $labels['longacli'] = 'Berichten kunnen opgesteld worden of gekopieerd worden naar deze map'; |
| | |
| | | $labels['longacle'] = 'Berichten kunnen vernietigd worden'; |
| | | $labels['longaclx'] = 'De map kan verwijderd of hernoemd worden'; |
| | | $labels['longacla'] = 'De toegangsrechten voor deze map kunnen veranderd worden'; |
| | | |
| | | $labels['longaclfull'] = 'Volledige controle inclusief mappenbeheer'; |
| | | $labels['longaclread'] = 'De map kan geopend worden om te lezen'; |
| | | $labels['longaclwrite'] = 'Berichten kunnen gemarkeerd worden, opgesteld worden of gekopieerd worden naar deze map'; |
| | | $labels['longacldelete'] = 'Berichten kunnen verwijderd worden'; |
| | | $labels['deleting'] = 'Toegangsrechten worden verwijderd...'; |
| | | $labels['saving'] = 'Toegangsrechten worden opgeslagen...'; |
| | | $labels['updatesuccess'] = 'Toegangsrechten succesvol veranderd'; |
| | | $labels['deletesuccess'] = 'Toegangsrechten succesvol verwijderd'; |
| | | $labels['createsuccess'] = 'Toegangsrechten succesvol toegevoegd'; |
| | | $labels['updateerror'] = 'Toegangsrechten kunnen niet bijgewerkt worden'; |
| | | $labels['deleteerror'] = 'Toegangsrechten kunnen niet verwijderd worden'; |
| | | $labels['createerror'] = 'Toegangsrechten kunnen niet toegevoegd worden'; |
| | | $labels['deleteconfirm'] = 'Weet u zeker dat u de toegangsrechten van de geselecteerde gebruiker(s) wilt verwijderen?'; |
| | | $labels['norights'] = 'Er zijn geen toegangsrechten opgegeven!'; |
| | | $labels['nouser'] = 'Er is geen gebruikersnaam opgegeven!'; |
| | | |
| | | $messages['deleting'] = 'Toegangsrechten worden verwijderd...'; |
| | | $messages['saving'] = 'Toegangsrechten worden opgeslagen...'; |
| | | $messages['updatesuccess'] = 'Toegangsrechten succesvol veranderd'; |
| | | $messages['deletesuccess'] = 'Toegangsrechten succesvol verwijderd'; |
| | | $messages['createsuccess'] = 'Toegangsrechten succesvol toegevoegd'; |
| | | $messages['updateerror'] = 'Toegangsrechten kunnen niet bijgewerkt worden'; |
| | | $messages['deleteerror'] = 'Toegangsrechten kunnen niet verwijderd worden'; |
| | | $messages['createerror'] = 'Toegangsrechten kunnen niet toegevoegd worden'; |
| | | $messages['deleteconfirm'] = 'Weet u zeker dat u de toegangsrechten van de geselecteerde gebruiker(s) wilt verwijderen?'; |
| | | $messages['norights'] = 'Er zijn geen toegangsrechten opgegeven!'; |
| | | $messages['nouser'] = 'Er is geen gebruikersnaam opgegeven!'; |
| | | |
| | | ?> |
New file |
| | |
| | | <?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'] = 'Deling'; |
| | | $labels['myrights'] = 'Tilgangsrettar'; |
| | | $labels['username'] = 'Brukar:'; |
| | | $labels['advanced'] = 'Avansert modus'; |
| | | $labels['newuser'] = 'Legg til oppføring'; |
| | | $labels['actions'] = 'Val for tilgangsrettar...'; |
| | | $labels['anyone'] = 'Alle brukarar (alle)'; |
| | | $labels['anonymous'] = 'Gjester (anonyme)'; |
| | | $labels['identifier'] = 'Identifikator'; |
| | | |
| | | $labels['acll'] = 'Oppslag'; |
| | | $labels['aclr'] = 'Les meldingar'; |
| | | $labels['acls'] = 'Behald lesestatus'; |
| | | $labels['aclw'] = 'Skriveflagg'; |
| | | $labels['acli'] = 'Lim inn'; |
| | | $labels['aclp'] = 'Post'; |
| | | $labels['aclc'] = 'Opprett undermapper'; |
| | | $labels['aclk'] = 'Opprett undermapper'; |
| | | $labels['acld'] = 'Slett meldingar'; |
| | | $labels['aclt'] = 'Slett meldingar'; |
| | | $labels['acle'] = 'Slett fullstendig'; |
| | | $labels['aclx'] = 'Slett mappe'; |
| | | $labels['acla'] = 'Administrér'; |
| | | |
| | | $labels['aclfull'] = 'Full kontroll'; |
| | | $labels['aclother'] = 'Anna'; |
| | | $labels['aclread'] = 'Les'; |
| | | $labels['aclwrite'] = 'Skriv'; |
| | | $labels['acldelete'] = 'Slett'; |
| | | |
| | | $labels['shortacll'] = 'Oppslag'; |
| | | $labels['shortaclr'] = 'Les'; |
| | | $labels['shortacls'] = 'Behald'; |
| | | $labels['shortaclw'] = 'Skriv'; |
| | | $labels['shortacli'] = 'Sett inn'; |
| | | $labels['shortaclp'] = 'Post'; |
| | | $labels['shortaclc'] = 'Opprett'; |
| | | $labels['shortaclk'] = 'Opprett'; |
| | | $labels['shortacld'] = 'Slett'; |
| | | $labels['shortaclt'] = 'Slett'; |
| | | $labels['shortacle'] = 'Slett fullstendig'; |
| | | $labels['shortaclx'] = 'Slett mappe'; |
| | | $labels['shortacla'] = 'Administrér'; |
| | | |
| | | $labels['shortaclother'] = 'Anna'; |
| | | $labels['shortaclread'] = 'Les'; |
| | | $labels['shortaclwrite'] = 'Skriv'; |
| | | $labels['shortacldelete'] = 'Slett'; |
| | | |
| | | $labels['longacll'] = 'Mappa er synleg og kan abonnerast på'; |
| | | $labels['longaclr'] = 'Mappa kan opnast for lesing'; |
| | | $labels['longacls'] = 'Meldingane sine lesestatusflagg kan endrast'; |
| | | $labels['longaclw'] = 'Meldingsflagg og -nøkkelord kan endrast, bortsett frå status for lesing og sletting'; |
| | | $labels['longacli'] = 'Meldingar kan lagrast eller kopierast til mappa'; |
| | | $labels['longaclp'] = 'Meldingar kan postast til denne mappa'; |
| | | $labels['longaclc'] = 'Mapper kan opprettast (eller namnast om) direkte under denne mappa'; |
| | | $labels['longaclk'] = 'Mapper kan opprettast (eller namnast om) direkte under denne mappa'; |
| | | $labels['longacld'] = 'Meldingane sine flagg for sletting kan endrast'; |
| | | $labels['longaclt'] = 'Meldingane sine flagg for sletting kan endrast'; |
| | | $labels['longacle'] = 'Meldinga kan slettast for godt'; |
| | | $labels['longaclx'] = 'Mappa kan slettast eller få nytt namn'; |
| | | $labels['longacla'] = 'Mappa sine tilgangsrettar kan endrast'; |
| | | |
| | | $labels['longaclfull'] = 'Full kontroll, inkludert mappeadministrasjon'; |
| | | $labels['longaclread'] = 'Mappa kan opnast for lesing'; |
| | | $labels['longaclwrite'] = 'Meldingar kan merkast, lagrast i eller flyttast til mappa'; |
| | | $labels['longacldelete'] = 'Meldinga kan slettast'; |
| | | |
| | | $messages['deleting'] = 'Slettar tilgangsrettar…'; |
| | | $messages['saving'] = 'Lagrar tilgangsrettar…'; |
| | | $messages['updatesuccess'] = 'Tilgangsrettiar vart endra'; |
| | | $messages['deletesuccess'] = 'Tilgangsretter vart sletta'; |
| | | $messages['createsuccess'] = 'Tilgangsrettar vart legne til'; |
| | | $messages['updateerror'] = 'Kunne ikkje oppdatere tilgangsrettar'; |
| | | $messages['deleteerror'] = 'Kunne ikkje fjerne tilgangsrettar'; |
| | | $messages['createerror'] = 'Kunne ikkje leggje til tilgangsrettar'; |
| | | $messages['deleteconfirm'] = 'Er du sikker på at du vil fjerne tilgangen til valde brukarar?'; |
| | | $messages['norights'] = 'Ingen rettar er spesifisert!'; |
| | | $messages['nouser'] = 'Brukarnamn er ikkje spesifisert!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/pl_PL/labels.inc | |
| | | | plugins/acl/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['sharing'] = 'Udostępnianie'; |
| | | $labels['myrights'] = 'Prawa dostępu'; |
| | | $labels['username'] = 'Użytkownik:'; |
| | |
| | | $labels['anyone'] = 'Wszyscy (anyone)'; |
| | | $labels['anonymous'] = 'Goście (anonymous)'; |
| | | $labels['identifier'] = 'Identyfikator'; |
| | | |
| | | $labels['acll'] = 'Podgląd'; |
| | | $labels['shortacll'] = 'Podgląd'; |
| | | $labels['aclr'] = 'Odczyt (Read)'; |
| | | $labels['acls'] = 'Zmiana stanu wiadomości (Keep)'; |
| | | $labels['aclw'] = 'Zmiana flag wiadomości (Write)'; |
| | | $labels['acli'] = 'Dodawanie/Kopiowanie do (Insert)'; |
| | | $labels['aclp'] = 'Wysyłanie'; |
| | | $labels['shortaclp'] = 'Wysyłanie'; |
| | | $labels['aclc'] = 'Tworzenie podfolderów (Create)'; |
| | | $labels['aclk'] = 'Tworzenie podfolderów (Create)'; |
| | | $labels['acld'] = 'Usuwanie wiadomości (Delete)'; |
| | | $labels['aclt'] = 'Usuwanie wiadomości (Delete)'; |
| | | $labels['acle'] = 'Porządkowanie'; |
| | | $labels['shortacle'] = 'Porządkowanie'; |
| | | $labels['aclx'] = 'Usuwanie folderu (Delete)'; |
| | | $labels['acla'] = 'Administracja'; |
| | | $labels['shortacla'] = 'Administracja'; |
| | | |
| | | $labels['aclfull'] = 'Wszystkie'; |
| | | $labels['aclother'] = 'Pozostałe'; |
| | | $labels['shortaclother'] = 'Pozostałe'; |
| | | $labels['aclread'] = 'Odczyt'; |
| | | $labels['shortaclr'] = 'Odczyt'; |
| | | $labels['shortaclread'] = 'Odczyt'; |
| | | $labels['aclwrite'] = 'Zapis'; |
| | | $labels['shortaclw'] = 'Zapis'; |
| | | $labels['shortaclwrite'] = 'Zapis'; |
| | | $labels['acldelete'] = 'Usuwanie'; |
| | | $labels['shortacld'] = 'Usuwanie'; |
| | | $labels['shortaclt'] = 'Usuwanie'; |
| | | $labels['shortacldelete'] = 'Usuwanie'; |
| | | |
| | | $labels['shortacll'] = 'Podgląd'; |
| | | $labels['shortaclr'] = 'Odczyt'; |
| | | $labels['shortacls'] = 'Zmiana'; |
| | | $labels['shortaclw'] = 'Zapis'; |
| | | $labels['shortacli'] = 'Dodawanie'; |
| | | $labels['shortaclp'] = 'Wysyłanie'; |
| | | $labels['shortaclc'] = 'Tworzenie'; |
| | | $labels['shortaclk'] = 'Tworzenie'; |
| | | $labels['shortacld'] = 'Usuwanie'; |
| | | $labels['shortaclt'] = 'Usuwanie'; |
| | | $labels['shortacle'] = 'Porządkowanie'; |
| | | $labels['shortaclx'] = 'Usuwanie folderu'; |
| | | $labels['shortacla'] = 'Administracja'; |
| | | |
| | | $labels['shortaclother'] = 'Pozostałe'; |
| | | $labels['shortaclread'] = 'Odczyt'; |
| | | $labels['shortaclwrite'] = 'Zapis'; |
| | | $labels['shortacldelete'] = 'Usuwanie'; |
| | | |
| | | $labels['longacll'] = 'Pozwala na subskrybowanie folderu i powoduje, że jest on widoczny na liście'; |
| | | $labels['longaclr'] = 'Folder może być otwarty w trybie do odczytu'; |
| | | $labels['longaclread'] = 'Folder może być otwarty w trybie do odczytu'; |
| | | $labels['longacls'] = 'Pozwala na zmienę stanu wiadomości'; |
| | | $labels['longaclw'] = 'Pozwala zmieniać wszystkie flagi wiadomości, oprócz "Przeczytano" i "Usunięto'; |
| | | $labels['longacli'] = 'Pozwala zapisywać wiadomości i kopiować do folderu'; |
| | |
| | | $labels['longacle'] = 'Pozwala na usuwanie wiadomości oznaczonych do usunięcia'; |
| | | $labels['longaclx'] = 'Pozwala na zmianę nazwy lub usunięcie folderu'; |
| | | $labels['longacla'] = 'Pozwala na zmiane praw dostępu do folderu'; |
| | | |
| | | $labels['longaclfull'] = 'Pełna kontrola włącznie z administrowaniem folderem'; |
| | | $labels['longaclread'] = 'Folder może być otwarty w trybie do odczytu'; |
| | | $labels['longaclwrite'] = 'Wiadomości mogą być oznaczane, zapisywane i kopiowane do folderu'; |
| | | $labels['longacldelete'] = 'Wiadomości mogą być usuwane'; |
| | | $labels['deleting'] = 'Usuwanie praw dostępu...'; |
| | | $labels['saving'] = 'Zapisywanie praw dostępu...'; |
| | | $labels['updatesuccess'] = 'Pomyślnie zmieniono prawa dostępu'; |
| | | $labels['deletesuccess'] = 'Pomyślnie usunięto prawa dostępu'; |
| | | $labels['createsuccess'] = 'Pomyślnie dodano prawa dostępu'; |
| | | $labels['updateerror'] = 'Nie udało się zmienić praw dostępu'; |
| | | $labels['deleteerror'] = 'Nie udało się usunąć praw dostępu'; |
| | | $labels['createerror'] = 'Nie udało się dodać praw dostępu'; |
| | | $labels['deleteconfirm'] = 'Czy na pewno chcesz usunąć prawa wybranym użytkownikom?'; |
| | | $labels['norights'] = 'Nie wybrano praw dostępu!'; |
| | | $labels['nouser'] = 'Nie podano nazwy użytkownika!'; |
| | | |
| | | $messages['deleting'] = 'Usuwanie praw dostępu...'; |
| | | $messages['saving'] = 'Zapisywanie praw dostępu...'; |
| | | $messages['updatesuccess'] = 'Pomyślnie zmieniono prawa dostępu'; |
| | | $messages['deletesuccess'] = 'Pomyślnie usunięto prawa dostępu'; |
| | | $messages['createsuccess'] = 'Pomyślnie dodano prawa dostępu'; |
| | | $messages['updateerror'] = 'Nie udało się zmienić praw dostępu'; |
| | | $messages['deleteerror'] = 'Nie udało się usunąć praw dostępu'; |
| | | $messages['createerror'] = 'Nie udało się dodać praw dostępu'; |
| | | $messages['deleteconfirm'] = 'Czy na pewno chcesz usunąć prawa wybranym użytkownikom?'; |
| | | $messages['norights'] = 'Nie wybrano praw dostępu!'; |
| | | $messages['nouser'] = 'Nie podano nazwy użytkownika!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/pt_BR/labels.inc | |
| | | | plugins/acl/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Claudio F Filho <filhocf@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['sharing'] = 'Compartilhamento'; |
| | | $labels['myrights'] = 'Permissões de Acesso'; |
| | | $labels['username'] = 'Usuário:'; |
| | |
| | | $labels['anyone'] = 'Todos os usuários (qualquer um)'; |
| | | $labels['anonymous'] = 'Convidados (anônimos)'; |
| | | $labels['identifier'] = 'Identificador'; |
| | | |
| | | $labels['acll'] = 'Pesquisar'; |
| | | $labels['shortacll'] = 'Pesquisar'; |
| | | $labels['aclr'] = 'Ler mensagens'; |
| | | $labels['acls'] = 'Manter estado de enviado'; |
| | | $labels['aclw'] = 'Salvar marcadores'; |
| | | $labels['acli'] = 'Inserir (Cópia em)'; |
| | | $labels['aclp'] = 'Enviar'; |
| | | $labels['shortaclp'] = 'Enviar'; |
| | | $labels['aclc'] = 'Criar subpastas'; |
| | | $labels['aclk'] = 'Criar subpastas'; |
| | | $labels['acld'] = 'Apagar mensagens'; |
| | | $labels['aclt'] = 'Apagar mensagens'; |
| | | $labels['acle'] = 'Expurgar'; |
| | | $labels['shortacle'] = 'Expurgar'; |
| | | $labels['aclx'] = 'Apagar pasta'; |
| | | $labels['acla'] = 'Administrar'; |
| | | $labels['shortacla'] = 'Administrar'; |
| | | |
| | | $labels['aclfull'] = 'Controle total'; |
| | | $labels['aclother'] = 'Outro'; |
| | | $labels['shortaclother'] = 'Outro'; |
| | | $labels['aclread'] = 'Ler'; |
| | | $labels['shortaclr'] = 'Ler'; |
| | | $labels['shortaclread'] = 'Ler'; |
| | | $labels['aclwrite'] = 'Salvar'; |
| | | $labels['shortaclw'] = 'Salvar'; |
| | | $labels['shortaclwrite'] = 'Salvar'; |
| | | $labels['acldelete'] = 'Excluir'; |
| | | $labels['shortacld'] = 'Excluir'; |
| | | $labels['shortaclt'] = 'Excluir'; |
| | | $labels['shortacldelete'] = 'Excluir'; |
| | | |
| | | $labels['shortacll'] = 'Pesquisar'; |
| | | $labels['shortaclr'] = 'Ler'; |
| | | $labels['shortacls'] = 'Manter'; |
| | | $labels['shortaclw'] = 'Salvar'; |
| | | $labels['shortacli'] = 'Inserir'; |
| | | $labels['shortaclp'] = 'Enviar'; |
| | | $labels['shortaclc'] = 'Criar'; |
| | | $labels['shortaclk'] = 'Criar'; |
| | | $labels['shortacld'] = 'Excluir'; |
| | | $labels['shortaclt'] = 'Excluir'; |
| | | $labels['shortacle'] = 'Expurgar'; |
| | | $labels['shortaclx'] = 'Excluir pasta'; |
| | | $labels['shortacla'] = 'Administrar'; |
| | | |
| | | $labels['shortaclother'] = 'Outro'; |
| | | $labels['shortaclread'] = 'Ler'; |
| | | $labels['shortaclwrite'] = 'Salvar'; |
| | | $labels['shortacldelete'] = 'Excluir'; |
| | | |
| | | $labels['longacll'] = 'A pasta está visível nas listas e pode ser inscrita para'; |
| | | $labels['longaclr'] = 'A pasta pode ser aberta para leitura'; |
| | | $labels['longaclread'] = 'A pasta pode ser aberta para leitura'; |
| | | $labels['longacls'] = 'Marcador de Mensagem Enviada pode ser modificadas'; |
| | | $labels['longaclw'] = 'Marcadores de mensagens e palavras-chave podem ser modificadas, exceto de Enviadas e Excluídas'; |
| | | $labels['longacli'] = 'As mensagens podem ser escritas ou copiadas para a pasta'; |
| | |
| | | $labels['longacle'] = 'As mensagens podem ser expurgadas'; |
| | | $labels['longaclx'] = 'A pasta pode ser apagada ou renomeada'; |
| | | $labels['longacla'] = 'As permissões de acesso da pasta podem ser alteradas'; |
| | | |
| | | $labels['longaclfull'] = 'Controle total incluindo a pasta de administração'; |
| | | $labels['longaclread'] = 'A pasta pode ser aberta para leitura'; |
| | | $labels['longaclwrite'] = 'As mensagens podem ser marcadas, salvas ou copiadas para a pasta'; |
| | | $labels['longacldelete'] = 'Mensagens podem ser apagadas'; |
| | | $labels['deleting'] = 'Apagando permissões de acesso...'; |
| | | $labels['saving'] = 'Salvando permissões de acesso...'; |
| | | $labels['updatesuccess'] = 'Permissões de acesso alteradas com sucesso'; |
| | | $labels['deletesuccess'] = 'Permissões de acesso apagadas com sucesso'; |
| | | $labels['createsuccess'] = 'Permissões de acesso adicionadas com sucesso'; |
| | | $labels['updateerror'] = 'Não foi possível atualizar as permissões de acesso'; |
| | | $labels['deleteerror'] = 'Não foi possível apagar as permissões de acesso'; |
| | | $labels['createerror'] = 'Não foi possível adicionar as permissões de acesso'; |
| | | $labels['deleteconfirm'] = 'Tem certeza que deseja remover as permissões de acesso do(s) usuário(s) delecionado(s)?'; |
| | | $labels['norights'] = 'Não foram definidas permissões!'; |
| | | $labels['nouser'] = 'Nome de usuário não especificado!'; |
| | | |
| | | $messages['deleting'] = 'Apagando permissões de acesso...'; |
| | | $messages['saving'] = 'Salvando permissões de acesso...'; |
| | | $messages['updatesuccess'] = 'Permissões de acesso alteradas com sucesso'; |
| | | $messages['deletesuccess'] = 'Permissões de acesso apagadas com sucesso'; |
| | | $messages['createsuccess'] = 'Permissões de acesso adicionadas com sucesso'; |
| | | $messages['updateerror'] = 'Não foi possível atualizar as permissões de acesso'; |
| | | $messages['deleteerror'] = 'Não foi possível apagar as permissões de acesso'; |
| | | $messages['createerror'] = 'Não foi possível adicionar as permissões de acesso'; |
| | | $messages['deleteconfirm'] = 'Tem certeza que deseja remover as permissões de acesso do(s) usuário(s) delecionado(s)?'; |
| | | $messages['norights'] = 'Não foram definidas permissões!'; |
| | | $messages['nouser'] = 'Nome de usuário não especificado!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/pt_PT/labels.inc | |
| | | | plugins/acl/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: David | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['sharing'] = 'Partilhar'; |
| | | $labels['myrights'] = 'Permissões de acesso'; |
| | | $labels['username'] = 'Utilizador:'; |
| | |
| | | $labels['anyone'] = 'Todos os utilizadores (todos)'; |
| | | $labels['anonymous'] = 'Convidado (anónimo)'; |
| | | $labels['identifier'] = 'Identificador'; |
| | | |
| | | $labels['acll'] = 'Pesquisar'; |
| | | $labels['shortacll'] = 'Pesquisar'; |
| | | $labels['aclr'] = 'Ler mensagens'; |
| | | $labels['acls'] = 'Manter estado de enviado'; |
| | | $labels['aclw'] = 'Guardar marcadores'; |
| | | $labels['acli'] = 'Inserir (cópia em)'; |
| | | $labels['aclp'] = 'Publicar'; |
| | | $labels['shortaclp'] = 'Publicar'; |
| | | $labels['aclc'] = 'Criar subpastas'; |
| | | $labels['aclk'] = 'Criar subpastas'; |
| | | $labels['acld'] = 'Eliminar mensagens'; |
| | | $labels['aclt'] = 'Eliminar mensagens'; |
| | | $labels['acle'] = 'Eliminar'; |
| | | $labels['shortacle'] = 'Eliminar'; |
| | | $labels['aclx'] = 'Eliminar pasta'; |
| | | $labels['acla'] = 'Administrar'; |
| | | $labels['shortacla'] = 'Administrar'; |
| | | |
| | | $labels['aclfull'] = 'Controlo total'; |
| | | $labels['aclother'] = 'Outro'; |
| | | $labels['shortaclother'] = 'Outro'; |
| | | $labels['aclread'] = 'Ler'; |
| | | $labels['shortaclr'] = 'Ler'; |
| | | $labels['shortaclread'] = 'Ler'; |
| | | $labels['aclwrite'] = 'Guardar'; |
| | | $labels['shortaclw'] = 'Guardar'; |
| | | $labels['shortaclwrite'] = 'Guardar'; |
| | | $labels['acldelete'] = 'Eliminar'; |
| | | $labels['shortacld'] = 'Eliminar'; |
| | | $labels['shortaclt'] = 'Eliminar'; |
| | | $labels['shortacldelete'] = 'Eliminar'; |
| | | |
| | | $labels['shortacll'] = 'Pesquisar'; |
| | | $labels['shortaclr'] = 'Ler'; |
| | | $labels['shortacls'] = 'Manter'; |
| | | $labels['shortaclw'] = 'Guardar'; |
| | | $labels['shortacli'] = 'Inserir'; |
| | | $labels['shortaclp'] = 'Publicar'; |
| | | $labels['shortaclc'] = 'Criar'; |
| | | $labels['shortaclk'] = 'Criar'; |
| | | $labels['shortacld'] = 'Eliminar'; |
| | | $labels['shortaclt'] = 'Eliminar'; |
| | | $labels['shortacle'] = 'Eliminar'; |
| | | $labels['shortaclx'] = 'Eliminar pasta'; |
| | | $labels['shortacla'] = 'Administrar'; |
| | | |
| | | $labels['shortaclother'] = 'Outro'; |
| | | $labels['shortaclread'] = 'Ler'; |
| | | $labels['shortaclwrite'] = 'Guardar'; |
| | | $labels['shortacldelete'] = 'Eliminar'; |
| | | |
| | | $labels['longacll'] = 'A pasta está visível na lista e pode subscrita para'; |
| | | $labels['longaclr'] = 'A pasta pode ser aberta para leitura'; |
| | | $labels['longaclread'] = 'A pasta pode ser aberta para leitura'; |
| | | $labels['longacls'] = 'O marcador de mensagem enviada pode ser alterado'; |
| | | $labels['longaclw'] = 'Marcadores de mensagens e palavras-chave podem ser alterados, excepto de Enviadas e Eliminadas'; |
| | | $labels['longacli'] = 'As mensagens podem ser escritas e copiadas para a pasta'; |
| | |
| | | $labels['longacle'] = 'As mensagens podem ser eliminadas'; |
| | | $labels['longaclx'] = 'A pasta pode ser eliminada ou renomeada'; |
| | | $labels['longacla'] = 'As permissões de acesso da pasta podem ser alteradas'; |
| | | |
| | | $labels['longaclfull'] = 'Controlo total incluindo administração da pasta'; |
| | | $labels['longaclread'] = 'A pasta pode ser aberta para leitura'; |
| | | $labels['longaclwrite'] = 'As mensagens podem ser marcadas, guardadas ou copiadas para a pasta'; |
| | | $labels['longacldelete'] = 'As mensagens podem ser eliminadas'; |
| | | $labels['deleting'] = 'A eliminar as permissões de acesso...'; |
| | | $labels['saving'] = 'A guardar as permissões de acesso...'; |
| | | $labels['updatesuccess'] = 'Permissões de acesso alteradas com sucesso'; |
| | | $labels['deletesuccess'] = 'Permissões de acesso eliminadas com sucesso'; |
| | | $labels['createsuccess'] = 'Permissões de acesso adicionadas com sucesso'; |
| | | $labels['updateerror'] = 'Não foi possível actualizar as permissões de acesso'; |
| | | $labels['deleteerror'] = 'Não foi possível eliminar as permissões de acesso'; |
| | | $labels['createerror'] = 'Não foi possível adicionar as permissões de acesso'; |
| | | $labels['deleteconfirm'] = 'Tem a certeza que pretende remover as permissões de acesso do(s) utilizador(es) seleccionado(s)?'; |
| | | $labels['norights'] = 'Não foram especificadas quaisquer permissões!'; |
| | | $labels['nouser'] = 'Não foi especificado nenhum nome de utilizador!'; |
| | | |
| | | $messages['deleting'] = 'A eliminar as permissões de acesso...'; |
| | | $messages['saving'] = 'A guardar as permissões de acesso...'; |
| | | $messages['updatesuccess'] = 'Permissões de acesso alteradas com sucesso'; |
| | | $messages['deletesuccess'] = 'Permissões de acesso eliminadas com sucesso'; |
| | | $messages['createsuccess'] = 'Permissões de acesso adicionadas com sucesso'; |
| | | $messages['updateerror'] = 'Não foi possível actualizar as permissões de acesso'; |
| | | $messages['deleteerror'] = 'Não foi possível eliminar as permissões de acesso'; |
| | | $messages['createerror'] = 'Não foi possível adicionar as permissões de acesso'; |
| | | $messages['deleteconfirm'] = 'Tem a certeza que pretende remover as permissões de acesso do(s) utilizador(es) seleccionado(s)?'; |
| | | $messages['norights'] = 'Não foram especificadas quaisquer permissões!'; |
| | | $messages['nouser'] = 'Não foi especificado nenhum nome de utilizador!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/ro_RO/labels.inc | |
| | | | plugins/acl/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Raduta Alex <raduta.alex@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['sharing'] = 'Partajare'; |
| | | $labels['myrights'] = 'Drepturi de acces'; |
| | | $labels['username'] = 'Utilizator:'; |
| | | $labels['advanced'] = 'mod avansat'; |
| | | $labels['newuser'] = 'Adăugare intrare'; |
| | | $labels['actions'] = 'Acțiunea drepturilor de acces...'; |
| | | $labels['anyone'] = 'Toți utilizatori (oricare)'; |
| | | $labels['anonymous'] = 'Vizitator'; |
| | | $labels['identifier'] = 'Identificator'; |
| | | |
| | | $labels['acll'] = 'Caută'; |
| | | $labels['shortacll'] = 'Caută'; |
| | | $labels['aclr'] = 'Citire mesaje'; |
| | | $labels['acls'] = 'Menține starea de Vâzut'; |
| | | $labels['aclw'] = 'Indicator scriere'; |
| | | $labels['acli'] = 'Inserare (copiere în)'; |
| | | $labels['aclp'] = 'Postează'; |
| | | $labels['shortaclp'] = 'Postează'; |
| | | $labels['aclc'] = 'Creează subdirectoare'; |
| | | $labels['aclk'] = 'Creează subdirectoare'; |
| | | $labels['acld'] = 'Ștergere mesaje'; |
| | | $labels['aclt'] = 'Ștergere mesaje'; |
| | | $labels['acle'] = 'Elimină'; |
| | | $labels['shortacle'] = 'Elimină'; |
| | | $labels['aclx'] = 'Ștergere dosar'; |
| | | $labels['acla'] = 'Administrează'; |
| | | $labels['shortacla'] = 'Administrează'; |
| | | |
| | | $labels['aclfull'] = 'Control complet'; |
| | | $labels['aclother'] = 'Altul'; |
| | | $labels['shortaclother'] = 'Altul'; |
| | | $labels['aclread'] = 'Citeşte'; |
| | | $labels['shortaclr'] = 'Citeşte'; |
| | | $labels['shortaclread'] = 'Citeşte'; |
| | | $labels['aclwrite'] = 'Scrie'; |
| | | $labels['shortaclw'] = 'Scrie'; |
| | | $labels['shortaclwrite'] = 'Scrie'; |
| | | $labels['acldelete'] = 'Șterge'; |
| | | $labels['shortacld'] = 'Șterge'; |
| | | $labels['shortaclt'] = 'Șterge'; |
| | | $labels['shortacldelete'] = 'Șterge'; |
| | | |
| | | $labels['shortacll'] = 'Caută'; |
| | | $labels['shortaclr'] = 'Citeşte'; |
| | | $labels['shortacls'] = 'Păstrează'; |
| | | $labels['shortaclw'] = 'Scrie'; |
| | | $labels['shortacli'] = 'Inserează'; |
| | | $labels['shortaclp'] = 'Postează'; |
| | | $labels['shortaclc'] = 'Creează'; |
| | | $labels['shortaclk'] = 'Creează'; |
| | | $labels['shortacld'] = 'Șterge'; |
| | | $labels['shortaclt'] = 'Șterge'; |
| | | $labels['shortacle'] = 'Elimină'; |
| | | $labels['shortaclx'] = 'Ștergere dosar'; |
| | | $labels['shortacla'] = 'Administrează'; |
| | | |
| | | $labels['shortaclother'] = 'Altul'; |
| | | $labels['shortaclread'] = 'Citeşte'; |
| | | $labels['shortaclwrite'] = 'Scrie'; |
| | | $labels['shortacldelete'] = 'Șterge'; |
| | | |
| | | $labels['longacll'] = 'Dosarul este vizibil pe liste și se poate înscrie pe el'; |
| | | $labels['longaclr'] = 'Dosarul se poate deschide pentru citire'; |
| | | $labels['longacls'] = 'Indicatorul de Văzut a fost schimbat'; |
| | | $labels['longaclw'] = 'Indicatoarele și cuvintele cheie ale mesajelor se pot schimba cu excepția Văzut și Șters'; |
| | | $labels['longacli'] = 'Mesajul se poate scrie sau copia într-un dosar'; |
| | | $labels['longaclp'] = 'Mesajele se pot trimite către acest dosar'; |
| | | $labels['longaclc'] = 'Dosarele se pot crea (sau redenumi) direct sub acest dosar'; |
| | | $labels['longaclk'] = 'Dosarele se pot crea (sau redenumi) direct sub acest dosar'; |
| | | $labels['longacld'] = 'Indicatorul de Șters al mesajelor se pot modifica'; |
| | | $labels['longaclt'] = 'Indicatorul de Șters al mesajelor se pot modifica'; |
| | | $labels['longacle'] = 'Mesajele se pot elimina'; |
| | | $labels['longaclx'] = 'Dosarul se poate șterge sau redenumi'; |
| | | $labels['longacla'] = 'Drepturile de acces la dosar se pot schimba'; |
| | | |
| | | $labels['longaclfull'] = 'Control complet include și administrare dosar'; |
| | | $labels['longaclread'] = 'Dosarul se poate deschide pentru citire'; |
| | | $labels['longaclwrite'] = 'Mesajul se poate marca, scrie sau copia într-un dosar'; |
| | | $labels['longacldelete'] = 'Mesajul se poate șterge'; |
| | | |
| | | $messages['deleting'] = 'Drepturile de acces la ștergere...'; |
| | | $messages['saving'] = 'Drepturile de acces la salvare...'; |
| | | $messages['updatesuccess'] = 'Drepturile de acces au fost schimbate cu succes'; |
| | | $messages['deletesuccess'] = 'Drepturile de acces au fost șterse cu succes'; |
| | | $messages['createsuccess'] = 'Drepturile de acces au fost adăugate cu succes'; |
| | | $messages['updateerror'] = 'Nu sau putut actualiza drepturile de acces'; |
| | | $messages['deleteerror'] = 'Nu sau putut șterge drepturile de acces'; |
| | | $messages['createerror'] = 'Nu sau putut adăuga drepturi de acces'; |
| | | $messages['deleteconfirm'] = 'Sunteți sigur că doriți să ștergeți drepturile de acces la utilizatorul(i) selectați?'; |
| | | $messages['norights'] = 'Nu au fost specificate drepturi!'; |
| | | $messages['nouser'] = 'Nu a fost specificat nume de utilizator!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/ru_RU/labels.inc | |
| | | | plugins/acl/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Vahan Yerkanian <vahan@yerkanian.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['sharing'] = 'Совместный доступ'; |
| | | $labels['myrights'] = 'Права доступа'; |
| | | $labels['username'] = 'Пользователь:'; |
| | |
| | | $labels['anyone'] = 'Все пользователи (любые)'; |
| | | $labels['anonymous'] = 'Гости (анонимные)'; |
| | | $labels['identifier'] = 'Идентификатор'; |
| | | |
| | | $labels['acll'] = 'Поиск'; |
| | | $labels['shortacll'] = 'Поиск'; |
| | | $labels['aclr'] = 'Прочитать сообщения'; |
| | | $labels['acls'] = 'Оставить состояние Увидено'; |
| | | $labels['aclw'] = 'Флаги записи'; |
| | | $labels['acli'] = 'Вставить (копировать в...)'; |
| | | $labels['aclp'] = 'Отправить'; |
| | | $labels['shortaclp'] = 'Отправить'; |
| | | $labels['aclc'] = 'Создать вложенные папки'; |
| | | $labels['aclk'] = 'Создать вложенные папки'; |
| | | $labels['acld'] = 'Удалить сообщения'; |
| | | $labels['aclt'] = 'Удалить сообщения'; |
| | | $labels['acle'] = 'Уничтожить сообщения'; |
| | | $labels['shortacle'] = 'Уничтожить сообщения'; |
| | | $labels['aclx'] = 'Удалить папку'; |
| | | $labels['acla'] = 'Администрировать'; |
| | | $labels['shortacla'] = 'Администрировать'; |
| | | |
| | | $labels['aclfull'] = 'Полный доступ'; |
| | | $labels['aclother'] = 'Другое'; |
| | | $labels['shortaclother'] = 'Другое'; |
| | | $labels['aclread'] = 'Чтение'; |
| | | $labels['shortaclr'] = 'Чтение'; |
| | | $labels['shortaclread'] = 'Чтение'; |
| | | $labels['aclwrite'] = 'Запись'; |
| | | $labels['shortaclw'] = 'Запись'; |
| | | $labels['shortaclwrite'] = 'Запись'; |
| | | $labels['acldelete'] = 'Удаление'; |
| | | $labels['shortacld'] = 'Удаление'; |
| | | $labels['shortaclt'] = 'Удаление'; |
| | | $labels['shortacldelete'] = 'Удаление'; |
| | | |
| | | $labels['shortacll'] = 'Поиск'; |
| | | $labels['shortaclr'] = 'Чтение'; |
| | | $labels['shortacls'] = 'Оставить'; |
| | | $labels['shortaclw'] = 'Запись'; |
| | | $labels['shortacli'] = 'Вставить'; |
| | | $labels['shortaclp'] = 'Отправить'; |
| | | $labels['shortaclc'] = 'Создать'; |
| | | $labels['shortaclk'] = 'Создать'; |
| | | $labels['shortacld'] = 'Удаление'; |
| | | $labels['shortaclt'] = 'Удаление'; |
| | | $labels['shortacle'] = 'Уничтожить сообщения'; |
| | | $labels['shortaclx'] = 'Удаление папки'; |
| | | $labels['shortacla'] = 'Администрировать'; |
| | | |
| | | $labels['shortaclother'] = 'Другое'; |
| | | $labels['shortaclread'] = 'Чтение'; |
| | | $labels['shortaclwrite'] = 'Запись'; |
| | | $labels['shortacldelete'] = 'Удаление'; |
| | | |
| | | $labels['longacll'] = 'Папка видима в списках и доступна для подписки'; |
| | | $labels['longaclr'] = 'Эта папка может быть открыта для чтения'; |
| | | $labels['longaclread'] = 'Эта папка может быть открыта для чтения'; |
| | | $labels['longacls'] = 'Флаг Прочитано может быть изменен'; |
| | | $labels['longaclw'] = 'Флаги и ключевые слова, кроме Прочитано и Удалено, могут быть изменены'; |
| | | $labels['longacli'] = 'Сообщения могут быть записаны или скопированы в папку'; |
| | |
| | | $labels['longacle'] = 'Сообщения могут быть уничтожены'; |
| | | $labels['longaclx'] = 'Эта папка может быть переименована или удалена'; |
| | | $labels['longacla'] = 'Права доступа к папке могут быть изменены'; |
| | | |
| | | $labels['longaclfull'] = 'Полный доступ, включая управление папкой'; |
| | | $labels['longaclread'] = 'Эта папка может быть открыта для чтения'; |
| | | $labels['longaclwrite'] = 'Сообщения можно помечать, записывать или копировать в папку'; |
| | | $labels['longacldelete'] = 'Сообщения можно удалять'; |
| | | $labels['deleting'] = 'Удаление прав доступа...'; |
| | | $labels['saving'] = 'Сохранение прав доступа...'; |
| | | $labels['updatesuccess'] = 'Права доступа успешно изменены'; |
| | | $labels['deletesuccess'] = 'Права доступа успешно удалены'; |
| | | $labels['createsuccess'] = 'Успешно добавлены права доступа'; |
| | | $labels['updateerror'] = 'Невозможно обновить права доступа'; |
| | | $labels['deleteerror'] = 'Невозможно удалить права доступа'; |
| | | $labels['createerror'] = 'Невозможно добавить права доступа'; |
| | | $labels['deleteconfirm'] = 'Вы уверены в том, что хотите удалить права доступа выбранных пользователей?'; |
| | | $labels['norights'] = 'Права доступа не установлены!'; |
| | | $labels['nouser'] = 'Не определено имя пользователя!'; |
| | | |
| | | $messages['deleting'] = 'Удаление прав доступа...'; |
| | | $messages['saving'] = 'Сохранение прав доступа...'; |
| | | $messages['updatesuccess'] = 'Права доступа успешно изменены'; |
| | | $messages['deletesuccess'] = 'Права доступа успешно удалены'; |
| | | $messages['createsuccess'] = 'Успешно добавлены права доступа'; |
| | | $messages['updateerror'] = 'Невозможно обновить права доступа'; |
| | | $messages['deleteerror'] = 'Невозможно удалить права доступа'; |
| | | $messages['createerror'] = 'Невозможно добавить права доступа'; |
| | | $messages['deleteconfirm'] = 'Вы уверены в том, что хотите удалить права доступа выбранных пользователей?'; |
| | | $messages['norights'] = 'Права доступа не установлены!'; |
| | | $messages['nouser'] = 'Не определено имя пользователя!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/sk_SK/labels.inc | |
| | | | plugins/acl/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Miroslav Ďurian | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['sharing'] = 'Zdieľanie'; |
| | | $labels['myrights'] = 'Prístupové práva'; |
| | | $labels['username'] = 'Používateľ:'; |
| | |
| | | $labels['anyone'] = 'Všetci užívatelia (ktokoľvek)'; |
| | | $labels['anonymous'] = 'Hostia (anonymne)'; |
| | | $labels['identifier'] = 'Identifikátor'; |
| | | |
| | | $labels['acll'] = 'Vyhľadať'; |
| | | $labels['shortacll'] = 'Vyhľadať'; |
| | | $labels['aclr'] = 'Čítať správy'; |
| | | $labels['acls'] = 'Ponechať ako prečítané'; |
| | | $labels['aclw'] = 'Príznaky na zapisovanie'; |
| | | $labels['acli'] = 'Vložiť (Skopírovať do)'; |
| | | $labels['aclp'] = 'Post'; |
| | | $labels['aclc'] = 'Vytvoriť podpriečinky'; |
| | | $labels['aclk'] = 'Vytvoriť podpriečinky'; |
| | | $labels['acld'] = 'Zmazať správy'; |
| | | $labels['aclt'] = 'Zmazať správy'; |
| | | $labels['acle'] = 'Vyčistiť'; |
| | | $labels['shortacle'] = 'Vyčistiť'; |
| | | $labels['aclx'] = 'Zmazať priečinok'; |
| | | $labels['acla'] = 'Spravovať'; |
| | | $labels['shortacla'] = 'Spravovať'; |
| | | |
| | | $labels['aclfull'] = 'Plný prístup'; |
| | | $labels['aclother'] = 'Ostatné'; |
| | | $labels['shortaclother'] = 'Ostatné'; |
| | | $labels['aclread'] = 'Čítanie'; |
| | | $labels['shortaclr'] = 'Čítanie'; |
| | | $labels['shortaclread'] = 'Čítanie'; |
| | | $labels['aclwrite'] = 'Zápis'; |
| | | $labels['shortaclw'] = 'Zápis'; |
| | | $labels['shortaclwrite'] = 'Zápis'; |
| | | $labels['acldelete'] = 'Odstrániť'; |
| | | $labels['shortacld'] = 'Odstrániť'; |
| | | $labels['shortaclt'] = 'Odstrániť'; |
| | | $labels['shortacldelete'] = 'Odstrániť'; |
| | | |
| | | $labels['shortacll'] = 'Vyhľadať'; |
| | | $labels['shortaclr'] = 'Čítanie'; |
| | | $labels['shortacls'] = 'Ponechať'; |
| | | $labels['shortaclw'] = 'Zápis'; |
| | | $labels['shortacli'] = 'Vložiť'; |
| | | $labels['shortaclp'] = 'Post'; |
| | | $labels['shortaclc'] = 'Vytvoriť'; |
| | | $labels['shortaclk'] = 'Vytvoriť'; |
| | | $labels['shortacld'] = 'Odstrániť'; |
| | | $labels['shortaclt'] = 'Odstrániť'; |
| | | $labels['shortacle'] = 'Vyčistiť'; |
| | | $labels['shortaclx'] = 'Odstrániť priečinok'; |
| | | $labels['shortacla'] = 'Spravovať'; |
| | | |
| | | $labels['shortaclother'] = 'Ostatné'; |
| | | $labels['shortaclread'] = 'Čítanie'; |
| | | $labels['shortaclwrite'] = 'Zápis'; |
| | | $labels['shortacldelete'] = 'Odstrániť'; |
| | | |
| | | $labels['longacll'] = 'Priečinok je v zoznamoch viditeľný a dá sa doň zapísať'; |
| | | $labels['longaclr'] = 'Prečinok je možné otvoriť na čítanie'; |
| | | $labels['longaclread'] = 'Prečinok je možné otvoriť na čítanie'; |
| | | $labels['longacls'] = 'Príznak "Prečítané" je možné zmeniť'; |
| | | $labels['longaclw'] = 'Príznaky správ a kľúčové slová je možné zmeniť, okrem "Prečítané" a "Vymazané'; |
| | | $labels['longacli'] = 'Do tohto priečinka je možné zapisovať alebo kopírovať správy'; |
| | |
| | | $labels['longacle'] = 'Správy je možné vymazať'; |
| | | $labels['longaclx'] = 'Priečinok je možné vymazať alebo premenovať'; |
| | | $labels['longacla'] = 'Je možné zmeniť prístupové práva k priečinku'; |
| | | |
| | | $labels['longaclfull'] = 'Úplný prístup, vrátane správy priečinka'; |
| | | $labels['longaclread'] = 'Prečinok je možné otvoriť na čítanie'; |
| | | $labels['longaclwrite'] = 'Správy je možné označiť, zapísať alebo skopírovať do prečinka'; |
| | | $labels['longacldelete'] = 'Správy je možné vymazať'; |
| | | $labels['deleting'] = 'Odstraňovanie prístupových práv...'; |
| | | $labels['saving'] = 'Ukladanie prístupových práv...'; |
| | | $labels['updatesuccess'] = 'Prístupové práva boli úspešne zmenené'; |
| | | $labels['deletesuccess'] = 'Prístupové práva boli úspešne vymazané'; |
| | | $labels['createsuccess'] = 'Prístupové práva boli úspešne pridané'; |
| | | $labels['updateerror'] = 'Prístupové práva sa nepodarilo aktualizovať'; |
| | | $labels['deleteerror'] = 'Prístupové práva sa nepodarilo vymazať'; |
| | | $labels['createerror'] = 'Prístupové práva sa nepodarilo pridať'; |
| | | $labels['deleteconfirm'] = 'Ste si istý, že chcete odstrániť prístupové práva vybranému používateľovi/používateľom?'; |
| | | $labels['norights'] = 'Neboli určené žiadne práva!'; |
| | | $labels['nouser'] = 'Nebolo určené žiadne meno používateľa!'; |
| | | |
| | | $messages['deleting'] = 'Odstraňovanie prístupových práv...'; |
| | | $messages['saving'] = 'Ukladanie prístupových práv...'; |
| | | $messages['updatesuccess'] = 'Prístupové práva boli úspešne zmenené'; |
| | | $messages['deletesuccess'] = 'Prístupové práva boli úspešne vymazané'; |
| | | $messages['createsuccess'] = 'Prístupové práva boli úspešne pridané'; |
| | | $messages['updateerror'] = 'Prístupové práva sa nepodarilo aktualizovať'; |
| | | $messages['deleteerror'] = 'Prístupové práva sa nepodarilo vymazať'; |
| | | $messages['createerror'] = 'Prístupové práva sa nepodarilo pridať'; |
| | | $messages['deleteconfirm'] = 'Ste si istý, že chcete odstrániť prístupové práva vybranému používateľovi/používateľom?'; |
| | | $messages['norights'] = 'Neboli určené žiadne práva!'; |
| | | $messages['nouser'] = 'Nebolo určené žiadne meno používateľa!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/sl_SI/labels.inc | |
| | | | plugins/acl/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Teja Cetinski <teja.cetinski@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['sharing'] = 'Skupna raba'; |
| | | $labels['myrights'] = 'Pravice dostopa'; |
| | | $labels['username'] = 'Uporabnik:'; |
| | |
| | | $labels['anyone'] = 'Vsi uporabniki'; |
| | | $labels['anonymous'] = 'Gosti'; |
| | | $labels['identifier'] = 'Označevalnik'; |
| | | |
| | | $labels['acll'] = 'Iskanje'; |
| | | $labels['shortacll'] = 'Iskanje'; |
| | | $labels['aclr'] = 'Prebrana sporočila'; |
| | | $labels['acls'] = 'Ohrani status \'Prebrano\''; |
| | | $labels['aclw'] = 'Označi pisanje sporočila'; |
| | | $labels['acli'] = 'Vstavi (Kopiraj v)'; |
| | | $labels['aclp'] = 'Objava'; |
| | | $labels['shortaclp'] = 'Objava'; |
| | | $labels['aclc'] = 'Ustvari podmape'; |
| | | $labels['aclk'] = 'Ustvari podmape'; |
| | | $labels['acld'] = 'Izbriši sporočila'; |
| | | $labels['aclt'] = 'Izbriši sporočila'; |
| | | $labels['acle'] = 'Izbriši'; |
| | | $labels['shortacle'] = 'Izbriši'; |
| | | $labels['aclx'] = 'Izbriši mapo'; |
| | | $labels['acla'] = 'Uredi'; |
| | | $labels['shortacla'] = 'Uredi'; |
| | | |
| | | $labels['aclfull'] = 'Popolno upravljanje'; |
| | | $labels['aclother'] = 'Ostalo'; |
| | | $labels['shortaclother'] = 'Ostalo'; |
| | | $labels['aclread'] = 'Preberi'; |
| | | $labels['shortaclr'] = 'Preberi'; |
| | | $labels['shortaclread'] = 'Preberi'; |
| | | $labels['aclwrite'] = 'Sestavi'; |
| | | $labels['shortaclw'] = 'Sestavi'; |
| | | $labels['shortaclwrite'] = 'Sestavi'; |
| | | $labels['acldelete'] = 'Izbriši'; |
| | | $labels['shortacld'] = 'Izbriši'; |
| | | $labels['shortaclt'] = 'Izbriši'; |
| | | $labels['shortacldelete'] = 'Izbriši'; |
| | | |
| | | $labels['shortacll'] = 'Iskanje'; |
| | | $labels['shortaclr'] = 'Preberi'; |
| | | $labels['shortacls'] = 'Ohrani'; |
| | | $labels['shortaclw'] = 'Sestavi'; |
| | | $labels['shortacli'] = 'Vstavi'; |
| | | $labels['shortaclp'] = 'Objava'; |
| | | $labels['shortaclc'] = 'Ustvari'; |
| | | $labels['shortaclk'] = 'Ustvari'; |
| | | $labels['shortacld'] = 'Izbriši'; |
| | | $labels['shortaclt'] = 'Izbriši'; |
| | | $labels['shortacle'] = 'Izbriši'; |
| | | $labels['shortaclx'] = 'Izbriši mapo'; |
| | | $labels['shortacla'] = 'Uredi'; |
| | | |
| | | $labels['shortaclother'] = 'Ostalo'; |
| | | $labels['shortaclread'] = 'Preberi'; |
| | | $labels['shortaclwrite'] = 'Sestavi'; |
| | | $labels['shortacldelete'] = 'Izbriši'; |
| | | |
| | | $labels['longacll'] = 'Mapa je vidna na seznamih in jo lahko naročite'; |
| | | $labels['longaclr'] = 'Mapa je na voljo za branje'; |
| | | $labels['longaclread'] = 'Mapa je na voljo za branje'; |
| | | $labels['longacls'] = 'Oznaka \'Prebrano sporočilo\' je lahko spremenjena'; |
| | | $labels['longaclw'] = 'Oznake sporočil in ključne besede je mogoče spremeniti, z izjemo oznak "Prebrano" in "Izbrisano'; |
| | | $labels['longacli'] = 'Sporočilo je lahko poslano ali kopirano v mapo'; |
| | |
| | | $labels['longacle'] = 'Sporočila so lahko izbrisana'; |
| | | $labels['longaclx'] = 'Mapa je lahko izbrisana ali preimenovana'; |
| | | $labels['longacla'] = 'Pravice na mapi so lahko spremenjene'; |
| | | |
| | | $labels['longaclfull'] = 'Popolno upravljanje, vključno z urejanjem map'; |
| | | $labels['longaclread'] = 'Mapa je na voljo za branje'; |
| | | $labels['longaclwrite'] = 'Sporočila je mogoče označiti, sestaviti ali kopirati v mapo'; |
| | | $labels['longacldelete'] = 'Sporočila so lahko izbrisana'; |
| | | $labels['deleting'] = 'Brisanje pravic'; |
| | | $labels['saving'] = 'Shranjevanje pravic'; |
| | | $labels['updatesuccess'] = 'Pravice so bile uspešno spremenjene'; |
| | | $labels['deletesuccess'] = 'Pravice so bile uspešno izbrisane'; |
| | | $labels['createsuccess'] = 'Pravice so bile uspešno dodane'; |
| | | $labels['updateerror'] = 'Pravic ni mogoče posodobiti'; |
| | | $labels['deleteerror'] = 'Pravic ni mogoče izbrisati'; |
| | | $labels['createerror'] = 'Pravic ni bilo mogoče dodati'; |
| | | $labels['deleteconfirm'] = 'Ste prepričani, da želite odstraniti pravice dostopa za izbrane uporabnike?'; |
| | | $labels['norights'] = 'Pravic niste določili'; |
| | | $labels['nouser'] = 'Niste določili uporabnišlega imena'; |
| | | |
| | | $messages['deleting'] = 'Brisanje pravic'; |
| | | $messages['saving'] = 'Shranjevanje pravic'; |
| | | $messages['updatesuccess'] = 'Pravice so bile uspešno spremenjene'; |
| | | $messages['deletesuccess'] = 'Pravice so bile uspešno izbrisane'; |
| | | $messages['createsuccess'] = 'Pravice so bile uspešno dodane'; |
| | | $messages['updateerror'] = 'Pravic ni mogoče posodobiti'; |
| | | $messages['deleteerror'] = 'Pravic ni mogoče izbrisati'; |
| | | $messages['createerror'] = 'Pravic ni bilo mogoče dodati'; |
| | | $messages['deleteconfirm'] = 'Ste prepričani, da želite odstraniti pravice dostopa za izbrane uporabnike?'; |
| | | $messages['norights'] = 'Pravic niste določili'; |
| | | $messages['nouser'] = 'Niste določili uporabnišlega imena'; |
| | | |
| | | ?> |
New file |
| | |
| | | <?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'] = 'Дељење'; |
| | | $labels['myrights'] = 'Права приступа'; |
| | | $labels['username'] = 'Корисник:'; |
| | | $labels['advanced'] = 'advanced mode'; |
| | | $labels['newuser'] = 'Додај унос'; |
| | | $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'] = 'Ubable 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!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/sv_SE/labels.inc | |
| | | | plugins/acl/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Jonas Nasholm | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['sharing'] = 'Utdelning'; |
| | | $labels['myrights'] = 'Åtkomsträttigheter'; |
| | | $labels['username'] = 'Användare:'; |
| | |
| | | $labels['anyone'] = 'Alla användare (alla)'; |
| | | $labels['anonymous'] = 'Gäster (anonyma)'; |
| | | $labels['identifier'] = 'Identifikation'; |
| | | |
| | | $labels['acll'] = 'Uppslagning'; |
| | | $labels['shortacll'] = 'Uppslagning'; |
| | | $labels['aclr'] = 'Läs meddelanden'; |
| | | $labels['acls'] = 'Behåll status Sett'; |
| | | $labels['aclw'] = 'Skriv flaggor'; |
| | | $labels['acli'] = 'Infoga (kopiera in)'; |
| | | $labels['aclp'] = 'Posta'; |
| | | $labels['shortaclp'] = 'Posta'; |
| | | $labels['aclc'] = 'Skapa underkataloger'; |
| | | $labels['aclk'] = 'Skapa underkataloger'; |
| | | $labels['acld'] = 'Ta bort meddelanden'; |
| | | $labels['aclt'] = 'Ta bort meddelanden'; |
| | | $labels['acle'] = 'Utplåna'; |
| | | $labels['shortacle'] = 'Utplåna'; |
| | | $labels['aclx'] = 'Ta bort katalog'; |
| | | $labels['acla'] = 'Administrera'; |
| | | $labels['shortacla'] = 'Administrera'; |
| | | |
| | | $labels['aclfull'] = 'Full kontroll'; |
| | | $labels['aclother'] = 'Övrig'; |
| | | $labels['shortaclother'] = 'Övrig'; |
| | | $labels['aclread'] = 'Läs'; |
| | | $labels['shortaclr'] = 'Läs'; |
| | | $labels['shortaclread'] = 'Läs'; |
| | | $labels['aclwrite'] = 'Skriv'; |
| | | $labels['shortaclw'] = 'Skriv'; |
| | | $labels['shortaclwrite'] = 'Skriv'; |
| | | $labels['acldelete'] = 'Ta bort'; |
| | | $labels['shortacld'] = 'Ta bort'; |
| | | $labels['shortaclt'] = 'Ta bort'; |
| | | $labels['shortacldelete'] = 'Ta bort'; |
| | | |
| | | $labels['shortacll'] = 'Uppslagning'; |
| | | $labels['shortaclr'] = 'Läs'; |
| | | $labels['shortacls'] = 'Behåll'; |
| | | $labels['shortaclw'] = 'Skriv'; |
| | | $labels['shortacli'] = 'Infoga'; |
| | | $labels['shortaclp'] = 'Posta'; |
| | | $labels['shortaclc'] = 'Skapa'; |
| | | $labels['shortaclk'] = 'Skapa'; |
| | | $labels['shortacld'] = 'Ta bort'; |
| | | $labels['shortaclt'] = 'Ta bort'; |
| | | $labels['shortacle'] = 'Utplåna'; |
| | | $labels['shortaclx'] = 'Ta bort katalog'; |
| | | $labels['shortacla'] = 'Administrera'; |
| | | |
| | | $labels['shortaclother'] = 'Övrig'; |
| | | $labels['shortaclread'] = 'Läs'; |
| | | $labels['shortaclwrite'] = 'Skriv'; |
| | | $labels['shortacldelete'] = 'Ta bort'; |
| | | |
| | | $labels['longacll'] = 'Katalogen är synlig i listor och den kan prenumereras på'; |
| | | $labels['longaclr'] = 'Katalogen kan öppnas för läsning'; |
| | | $labels['longaclread'] = 'Katalogen kan öppnas för läsning'; |
| | | $labels['longacls'] = 'Meddelandeflagga Sett kan ändras'; |
| | | $labels['longaclw'] = 'Meddelandeflaggor och nyckelord kan ändras, undantaget Sett och Raderat'; |
| | | $labels['longacli'] = 'Meddelanden kan skrivas eller kopieras till katalogen'; |
| | |
| | | $labels['longacle'] = 'Meddelanden kan utplånas'; |
| | | $labels['longaclx'] = 'Katalogen kan tas bort eller ges annat namn'; |
| | | $labels['longacla'] = 'Katalogens åtkomsträttigheter kan ändras'; |
| | | |
| | | $labels['longaclfull'] = 'Full kontroll inklusive katalogadministration'; |
| | | $labels['longaclread'] = 'Katalogen kan öppnas för läsning'; |
| | | $labels['longaclwrite'] = 'Meddelanden kan märkas, skrivas eller kopieras till katalogen'; |
| | | $labels['longacldelete'] = 'Meddelanden kan tas bort'; |
| | | $labels['deleting'] = 'Tar bort åtkomsträttigheter...'; |
| | | $labels['saving'] = 'Sparar åtkomsträttigheter...'; |
| | | $labels['updatesuccess'] = 'Åtkomsträttigheterna är ändrade'; |
| | | $labels['deletesuccess'] = 'Åtkomsträttigheterna är borttagna'; |
| | | $labels['createsuccess'] = 'Åtkomsträttigheterna är tillagda'; |
| | | $labels['updateerror'] = 'Åtkomsträttigheterna kunde inte ändras'; |
| | | $labels['deleteerror'] = 'Åtkomsträttigheterna kunde inte tas bort'; |
| | | $labels['createerror'] = 'Åtkomsträttigheterna kunde inte läggas till'; |
| | | $labels['deleteconfirm'] = 'Vill du verkligen ta bort åtkomsträttigheterna för markerade användare?'; |
| | | $labels['norights'] = 'Inga åtkomsträttigheter angavs!'; |
| | | $labels['nouser'] = 'Inget användarnamn angavs!'; |
| | | |
| | | $messages['deleting'] = 'Tar bort åtkomsträttigheter...'; |
| | | $messages['saving'] = 'Sparar åtkomsträttigheter...'; |
| | | $messages['updatesuccess'] = 'Åtkomsträttigheterna är ändrade'; |
| | | $messages['deletesuccess'] = 'Åtkomsträttigheterna är borttagna'; |
| | | $messages['createsuccess'] = 'Åtkomsträttigheterna är tillagda'; |
| | | $messages['updateerror'] = 'Åtkomsträttigheterna kunde inte ändras'; |
| | | $messages['deleteerror'] = 'Åtkomsträttigheterna kunde inte tas bort'; |
| | | $messages['createerror'] = 'Åtkomsträttigheterna kunde inte läggas till'; |
| | | $messages['deleteconfirm'] = 'Vill du verkligen ta bort åtkomsträttigheterna för markerade användare?'; |
| | | $messages['norights'] = 'Inga åtkomsträttigheter angavs!'; |
| | | $messages['nouser'] = 'Inget användarnamn angavs!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/tr_TR/labels.inc | |
| | | | plugins/acl/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: ismail yenigul | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['sharing'] = 'Paylaşım'; |
| | | $labels['myrights'] = 'Erişim Hakları'; |
| | | $labels['username'] = 'Kullanıcı:'; |
| | |
| | | $labels['anyone'] = 'Tüm kullanıcılar(kim olursa)'; |
| | | $labels['anonymous'] = 'Ziyaretçiler(anonim)'; |
| | | $labels['identifier'] = 'Tanımlayıcı'; |
| | | |
| | | $labels['acll'] = 'Arama'; |
| | | $labels['shortacll'] = 'Arama'; |
| | | $labels['aclr'] = 'Mesajları oku'; |
| | | $labels['acls'] = 'Göründü durumunu muhafaza et'; |
| | | $labels['aclw'] = 'Yazma bayrakları'; |
| | | $labels['acli'] = 'Ekle(kopyala)'; |
| | | $labels['aclp'] = 'Gönder'; |
| | | $labels['shortaclp'] = 'Gönder'; |
| | | $labels['aclc'] = 'Alt dizinler oluştur'; |
| | | $labels['aclk'] = 'Alt dizinler oluştur'; |
| | | $labels['acld'] = 'Mesajları sil'; |
| | | $labels['aclt'] = 'Mesajları sil'; |
| | | $labels['acle'] = 'Sil'; |
| | | $labels['shortacle'] = 'Sil'; |
| | | $labels['aclx'] = 'Dizini sil'; |
| | | $labels['acla'] = 'Yönet'; |
| | | $labels['shortacla'] = 'Yönet'; |
| | | |
| | | $labels['aclfull'] = 'Tam kontrol'; |
| | | $labels['aclother'] = 'Diğer'; |
| | | $labels['shortaclother'] = 'Diğer'; |
| | | $labels['aclread'] = 'Oku'; |
| | | $labels['shortaclr'] = 'Oku'; |
| | | $labels['shortaclread'] = 'Oku'; |
| | | $labels['aclwrite'] = 'Yaz'; |
| | | $labels['shortaclw'] = 'Yaz'; |
| | | $labels['shortaclwrite'] = 'Yaz'; |
| | | $labels['acldelete'] = 'Sil'; |
| | | $labels['shortacld'] = 'Sil'; |
| | | $labels['shortaclt'] = 'Sil'; |
| | | $labels['shortacldelete'] = 'Sil'; |
| | | |
| | | $labels['shortacll'] = 'Arama'; |
| | | $labels['shortaclr'] = 'Oku'; |
| | | $labels['shortacls'] = 'Koru'; |
| | | $labels['shortaclw'] = 'Yaz'; |
| | | $labels['shortacli'] = 'Ekle'; |
| | | $labels['shortaclp'] = 'Gönder'; |
| | | $labels['shortaclc'] = 'Oluştur'; |
| | | $labels['shortaclk'] = 'Oluştur'; |
| | | $labels['shortacld'] = 'Sil'; |
| | | $labels['shortaclt'] = 'Sil'; |
| | | $labels['shortacle'] = 'Sil'; |
| | | $labels['shortaclx'] = 'Dizin sil'; |
| | | $labels['shortacla'] = 'Yönet'; |
| | | |
| | | $labels['shortaclother'] = 'Diğer'; |
| | | $labels['shortaclread'] = 'Oku'; |
| | | $labels['shortaclwrite'] = 'Yaz'; |
| | | $labels['shortacldelete'] = 'Sil'; |
| | | |
| | | $labels['longacll'] = 'Klasör listesinde görülebilir ve abone olunabilir'; |
| | | $labels['longaclr'] = 'Dizin yazma için okunabilir'; |
| | | $labels['longaclread'] = 'Dizin yazma için okunabilir'; |
| | | $labels['longacls'] = 'Mesajların göründü bayrağı değiştirilebilir'; |
| | | $labels['longaclw'] = 'Görülme ve Silinme bayrakları hariç bayraklar ve anahtar kelimeler değiştirilebilir'; |
| | | $labels['longacli'] = 'Mesajlar dizini yazılabilir veya kopyalanabilir'; |
| | |
| | | $labels['longacle'] = 'Mesajlar silinebilir'; |
| | | $labels['longaclx'] = 'Klasörü silinebilir veya yeniden adlandırılabilir'; |
| | | $labels['longacla'] = 'Dizin erişim hakları değiştirilebilir'; |
| | | |
| | | $labels['longaclfull'] = 'Dizin yönetimi de dahil olmak üzere tam kontrol'; |
| | | $labels['longaclread'] = 'Dizin yazma için okunabilir'; |
| | | $labels['longaclwrite'] = 'Dizin yönetimi de dahil olmak üzere tam kontrol'; |
| | | $labels['longacldelete'] = 'Mesajlar silinebilir'; |
| | | $labels['deleting'] = 'Erişim hakları siliniyor...'; |
| | | $labels['saving'] = 'Erişim hakları saklanıyor...'; |
| | | $labels['updatesuccess'] = 'Erişim hakları başarıyla değiştirildi'; |
| | | $labels['deletesuccess'] = 'Erişim hakları başarıyla silindi'; |
| | | $labels['createsuccess'] = 'Erişim hakları başarıyla eklendi'; |
| | | $labels['updateerror'] = 'Erişim haklarını güncellenemedi'; |
| | | $labels['deleteerror'] = 'Erişim haklarını silinemedi'; |
| | | $labels['createerror'] = 'Erişim hakları eklenemedi'; |
| | | $labels['deleteconfirm'] = 'Seçilen kullanıcılar için erişim haklarını silmek istediğinizden emin misiniz?'; |
| | | $labels['norights'] = 'Hiçbir hak belirtilmemiş!'; |
| | | $labels['nouser'] = 'Hiçbir kullanıcı belirtilmemiş!'; |
| | | |
| | | $messages['deleting'] = 'Erişim hakları siliniyor...'; |
| | | $messages['saving'] = 'Erişim hakları saklanıyor...'; |
| | | $messages['updatesuccess'] = 'Erişim hakları başarıyla değiştirildi'; |
| | | $messages['deletesuccess'] = 'Erişim hakları başarıyla silindi'; |
| | | $messages['createsuccess'] = 'Erişim hakları başarıyla eklendi'; |
| | | $messages['updateerror'] = 'Erişim haklarını güncellenemedi'; |
| | | $messages['deleteerror'] = 'Erişim haklarını silinemedi'; |
| | | $messages['createerror'] = 'Erişim hakları eklenemedi'; |
| | | $messages['deleteconfirm'] = 'Seçilen kullanıcılar için erişim haklarını silmek istediğinizden emin misiniz?'; |
| | | $messages['norights'] = 'Hiçbir hak belirtilmemiş!'; |
| | | $messages['nouser'] = 'Hiçbir kullanıcı belirtilmemiş!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/vi_VN/labels.inc | |
| | | | plugins/acl/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Kenny Tran <kennethanh@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['sharing'] = 'Chia sẻ'; |
| | | $labels['myrights'] = 'Quyền truy cập'; |
| | | $labels['username'] = 'Người dùng:'; |
| | |
| | | $labels['anyone'] = 'Tất cả người dùng (bất kỳ ai)'; |
| | | $labels['anonymous'] = 'Khách (nặc danh)'; |
| | | $labels['identifier'] = 'Định danh'; |
| | | |
| | | $labels['acll'] = 'Tìm kiếm'; |
| | | $labels['shortacll'] = 'Tìm kiếm'; |
| | | $labels['aclr'] = 'Đọc thư'; |
| | | $labels['acls'] = 'Giữ trạng thái đã xem qua'; |
| | | $labels['aclw'] = 'Cờ đánh dấu cho mục viết'; |
| | | $labels['acli'] = 'Chèn thêm (sao chép vào)'; |
| | | $labels['aclp'] = 'Đăng bài'; |
| | | $labels['shortaclp'] = 'Đăng bài'; |
| | | $labels['aclc'] = 'Tạo giữ liệu con'; |
| | | $labels['aclk'] = 'Tạo giữ liệu con'; |
| | | $labels['acld'] = 'Xóa thư'; |
| | | $labels['aclt'] = 'Xóa thư'; |
| | | $labels['acle'] = 'Thải bỏ'; |
| | | $labels['shortacle'] = 'Thải bỏ'; |
| | | $labels['aclx'] = 'Xóa giữ liệu'; |
| | | $labels['acla'] = 'Quản lý'; |
| | | $labels['shortacla'] = 'Quản lý'; |
| | | |
| | | $labels['aclfull'] = 'Quản lý toàn bộ'; |
| | | $labels['aclother'] = 'Loại khác'; |
| | | $labels['shortaclother'] = 'Loại khác'; |
| | | $labels['aclread'] = 'Đọc'; |
| | | $labels['shortaclr'] = 'Đọc'; |
| | | $labels['shortaclread'] = 'Đọc'; |
| | | $labels['aclwrite'] = 'Viết'; |
| | | $labels['shortaclw'] = 'Viết'; |
| | | $labels['shortaclwrite'] = 'Viết'; |
| | | $labels['acldelete'] = 'Xoá'; |
| | | $labels['shortacld'] = 'Xoá'; |
| | | $labels['shortaclt'] = 'Xoá'; |
| | | $labels['shortacldelete'] = 'Xoá'; |
| | | |
| | | $labels['shortacll'] = 'Tìm kiếm'; |
| | | $labels['shortaclr'] = 'Đọc'; |
| | | $labels['shortacls'] = 'Giữ'; |
| | | $labels['shortaclw'] = 'Viết'; |
| | | $labels['shortacli'] = 'Chèn'; |
| | | $labels['shortaclp'] = 'Đăng bài'; |
| | | $labels['shortaclc'] = 'Tạo mới'; |
| | | $labels['shortaclk'] = 'Tạo mới'; |
| | | $labels['shortacld'] = 'Xoá'; |
| | | $labels['shortaclt'] = 'Xoá'; |
| | | $labels['shortacle'] = 'Thải bỏ'; |
| | | $labels['shortaclx'] = 'Giữ liệu được xóa'; |
| | | $labels['shortacla'] = 'Quản lý'; |
| | | |
| | | $labels['shortaclother'] = 'Loại khác'; |
| | | $labels['shortaclread'] = 'Đọc'; |
| | | $labels['shortaclwrite'] = 'Viết'; |
| | | $labels['shortacldelete'] = 'Xoá'; |
| | | |
| | | $labels['longacll'] = 'Giữ liệu đã được liệt kê và có thể đóng góp'; |
| | | $labels['longaclr'] = 'Giữ liệu có thể được mở để đọc'; |
| | | $labels['longaclread'] = 'Giữ liệu có thể được mở để đọc'; |
| | | $labels['longacls'] = 'Cờ đánh dấu thư đã xem qua có thể thay đổi'; |
| | | $labels['longaclw'] = 'Cờ thư và từ khóa có thể thay đổi, ngoại trừ đã xem qua và bị xóa'; |
| | | $labels['longacli'] = 'Thư có thể được ghi hoặc sao chép vào giữ liệu'; |
| | |
| | | $labels['longacle'] = 'Thư có thể thải bỏ'; |
| | | $labels['longaclx'] = 'Giữ liệu có thể xóa được hoặc đặt lại tên'; |
| | | $labels['longacla'] = 'Quyên truy cập giữ liệu có thể thay đổi'; |
| | | |
| | | $labels['longaclfull'] = 'Quản lý toàn bộ bao gồm cả sự thi hành giữ liệu'; |
| | | $labels['longaclread'] = 'Giữ liệu có thể được mở để đọc'; |
| | | $labels['longaclwrite'] = 'Thư có thể được đánh dấu, ghi hoăc sao chép vào giữ liệu'; |
| | | $labels['longacldelete'] = 'Thư có thể bị xóa'; |
| | | $labels['deleting'] = 'Xóa quyền truy cập...'; |
| | | $labels['saving'] = 'Lưu quyền truy cập...'; |
| | | $labels['updatesuccess'] = 'Thay đổi quyền truy cập thành công...'; |
| | | $labels['deletesuccess'] = 'Xóa quyền truy cập thành công...'; |
| | | $labels['createsuccess'] = 'Thêm quyền truy cập thành công...'; |
| | | $labels['updateerror'] = 'Không thể cập nhật quyền truy cập'; |
| | | $labels['deleteerror'] = 'Khôngthể xóa quyền truy cập'; |
| | | $labels['createerror'] = 'Không thể thêm quyền truy cập'; |
| | | $labels['deleteconfirm'] = 'Bạn có chắc là muốn xóa bỏ quyền truy cập của người dùng được chọn?'; |
| | | $labels['norights'] = 'Chưa có quyền nào được chỉ định!'; |
| | | $labels['nouser'] = 'Chưa có tên truy nhập được chỉ định!'; |
| | | |
| | | $messages['deleting'] = 'Xóa quyền truy cập...'; |
| | | $messages['saving'] = 'Lưu quyền truy cập...'; |
| | | $messages['updatesuccess'] = 'Thay đổi quyền truy cập thành công...'; |
| | | $messages['deletesuccess'] = 'Xóa quyền truy cập thành công...'; |
| | | $messages['createsuccess'] = 'Thêm quyền truy cập thành công...'; |
| | | $messages['updateerror'] = 'Không thể cập nhật quyền truy cập'; |
| | | $messages['deleteerror'] = 'Khôngthể xóa quyền truy cập'; |
| | | $messages['createerror'] = 'Không thể thêm quyền truy cập'; |
| | | $messages['deleteconfirm'] = 'Bạn có chắc là muốn xóa bỏ quyền truy cập của người dùng được chọn?'; |
| | | $messages['norights'] = 'Chưa có quyền nào được chỉ định!'; |
| | | $messages['nouser'] = 'Chưa có tên truy nhập được chỉ định!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/zh_CN/labels.inc | |
| | | | plugins/acl/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: WeiHua.Deng <mcp2000@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['sharing'] = '共享中'; |
| | | $labels['myrights'] = '访问权限'; |
| | | $labels['username'] = '用户名:'; |
| | | $labels['username'] = '用户:'; |
| | | $labels['advanced'] = '高级模式'; |
| | | $labels['newuser'] = '添加条目'; |
| | | $labels['actions'] = 'Access right actions...'; |
| | | $labels['anyone'] = '所有用户(任何人)'; |
| | | $labels['anonymous'] = '来宾(匿名)'; |
| | | $labels['identifier'] = '标识符'; |
| | | |
| | | $labels['acll'] = '查找'; |
| | | $labels['shortacll'] = '查找'; |
| | | $labels['aclr'] = '读取消息'; |
| | | $labels['acls'] = '保存已读状态'; |
| | | $labels['aclw'] = 'Write flags'; |
| | | $labels['acli'] = '插入(复制至)'; |
| | | $labels['aclp'] = '发送'; |
| | | $labels['shortaclp'] = '发送'; |
| | | $labels['aclc'] = '创建子文件夹'; |
| | | $labels['aclk'] = '创建子文件夹'; |
| | | $labels['acld'] = '删除消息'; |
| | | $labels['aclt'] = '删除消息'; |
| | | $labels['acle'] = '清除'; |
| | | $labels['aclx'] = '删除文件夹'; |
| | | $labels['acla'] = '管理'; |
| | | $labels['shortacla'] = '管理'; |
| | | |
| | | $labels['aclfull'] = '全部控制'; |
| | | $labels['aclother'] = '其他'; |
| | | $labels['shortaclother'] = '其他'; |
| | | $labels['aclread'] = '阅读'; |
| | | $labels['aclwrite'] = '撰写'; |
| | | $labels['shortaclw'] = '撰写'; |
| | | $labels['shortaclwrite'] = '撰写'; |
| | | $labels['acldelete'] = '删除'; |
| | | $labels['shortacld'] = '删除'; |
| | | $labels['shortaclt'] = '删除'; |
| | | $labels['shortacldelete'] = '删除'; |
| | | |
| | | $labels['shortacll'] = '查找'; |
| | | $labels['shortaclr'] = '阅读'; |
| | | $labels['shortacls'] = '保留'; |
| | | $labels['shortaclw'] = '撰写'; |
| | | $labels['shortacli'] = '插入'; |
| | | $labels['shortaclp'] = '发送'; |
| | | $labels['shortaclc'] = '新建'; |
| | | $labels['shortaclk'] = '新建'; |
| | | $labels['shortacld'] = '删除'; |
| | | $labels['shortaclt'] = '删除'; |
| | | $labels['shortacle'] = '清除'; |
| | | $labels['shortaclx'] = '删除文件夹'; |
| | | $labels['shortacla'] = '管理'; |
| | | |
| | | $labels['shortaclother'] = '其他'; |
| | | $labels['shortaclread'] = 'Read'; |
| | | $labels['shortaclwrite'] = '撰写'; |
| | | $labels['shortacldelete'] = '删除'; |
| | | |
| | | $labels['longacll'] = '该文件夹在列表上可见且可被订阅'; |
| | | $labels['longaclr'] = '该文件夹可被打开阅读'; |
| | | $labels['longaclread'] = '该文件夹可被打开阅读'; |
| | | $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'] = '消息可被清除'; |
| | | $labels['longaclx'] = '该文件夹可悲删除或重命名'; |
| | | $labels['deleting'] = '删除访问权限中…'; |
| | | $labels['saving'] = '保存访问权限中…'; |
| | | $labels['updatesuccess'] = '成功修改访问权限'; |
| | | $labels['deletesuccess'] = '成功删除访问权限'; |
| | | $labels['createsuccess'] = '成功添加访问权限'; |
| | | $labels['updateerror'] = '无法更新访问权限'; |
| | | $labels['deleteerror'] = '无法删除访问权限'; |
| | | $labels['createerror'] = '无法添加访问权限'; |
| | | $labels['deleteconfirm'] = '您确定要移除选中用户的访问权限吗?'; |
| | | $labels['norights'] = '没有已指定的权限!'; |
| | | $labels['nouser'] = '没有已指定的用户名!'; |
| | | $labels['longacla'] = '文件夹访问权限可被修改'; |
| | | |
| | | $labels['longaclfull'] = 'Full control including folder administration'; |
| | | $labels['longaclread'] = '该文件夹可被打开阅读'; |
| | | $labels['longaclwrite'] = '消息可被标记,撰写或复制至文件夹中'; |
| | | $labels['longacldelete'] = '信息可被删除'; |
| | | |
| | | $messages['deleting'] = '删除访问权限中…'; |
| | | $messages['saving'] = '保存访问权限中…'; |
| | | $messages['updatesuccess'] = '成功修改访问权限'; |
| | | $messages['deletesuccess'] = '成功删除访问权限'; |
| | | $messages['createsuccess'] = '成功添加访问权限'; |
| | | $messages['updateerror'] = '无法更新访问权限'; |
| | | $messages['deleteerror'] = '无法删除访问权限'; |
| | | $messages['createerror'] = '无法添加访问权限'; |
| | | $messages['deleteconfirm'] = '您确定要移除选中用户的访问权限吗?'; |
| | | $messages['norights'] = '没有已指定的权限!'; |
| | | $messages['nouser'] = '没有已指定的用户名!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/zh_TW/labels.inc | |
| | | | plugins/acl/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: 林子忠 | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['sharing'] = '分享'; |
| | | $labels['myrights'] = '存取權限'; |
| | | $labels['username'] = '使用者:'; |
| | |
| | | $labels['anyone'] = '所有使用者 (anyone)'; |
| | | $labels['anonymous'] = '訪客 (anonymous)'; |
| | | $labels['identifier'] = '識別'; |
| | | |
| | | $labels['acll'] = '尋找'; |
| | | $labels['shortacll'] = '尋找'; |
| | | $labels['aclr'] = '讀取訊息'; |
| | | $labels['acls'] = '保持上線狀態'; |
| | | $labels['aclw'] = '寫入標幟'; |
| | | $labels['acli'] = '插入(複製到這裡)'; |
| | | $labels['aclp'] = '發表'; |
| | | $labels['shortaclp'] = '發表'; |
| | | $labels['aclc'] = '建立子資料夾'; |
| | | $labels['aclk'] = '建立子資料夾'; |
| | | $labels['acld'] = '刪除訊息'; |
| | | $labels['aclt'] = '刪除訊息'; |
| | | $labels['acle'] = '刪去'; |
| | | $labels['shortacle'] = '刪去'; |
| | | $labels['aclx'] = '刪除資料夾'; |
| | | $labels['acla'] = '管理者'; |
| | | $labels['shortacla'] = '管理者'; |
| | | |
| | | $labels['aclfull'] = '完全控制'; |
| | | $labels['aclother'] = '其它'; |
| | | $labels['shortaclother'] = '其它'; |
| | | $labels['aclread'] = '讀取'; |
| | | $labels['shortaclr'] = '讀取'; |
| | | $labels['shortaclread'] = '讀取'; |
| | | $labels['aclwrite'] = '寫入'; |
| | | $labels['shortaclw'] = '寫入'; |
| | | $labels['shortaclwrite'] = '寫入'; |
| | | $labels['acldelete'] = '刪除'; |
| | | $labels['shortacld'] = '刪除'; |
| | | $labels['shortaclt'] = '刪除'; |
| | | $labels['shortacldelete'] = '刪除'; |
| | | |
| | | $labels['shortacll'] = '尋找'; |
| | | $labels['shortaclr'] = '讀取'; |
| | | $labels['shortacls'] = '保存'; |
| | | $labels['shortaclw'] = '寫入'; |
| | | $labels['shortacli'] = '插入'; |
| | | $labels['shortaclp'] = '發表'; |
| | | $labels['shortaclc'] = '建立'; |
| | | $labels['shortaclk'] = '建立'; |
| | | $labels['shortacld'] = '刪除'; |
| | | $labels['shortaclt'] = '刪除'; |
| | | $labels['shortacle'] = '刪去'; |
| | | $labels['shortaclx'] = '資料夾刪除'; |
| | | $labels['shortacla'] = '管理者'; |
| | | |
| | | $labels['shortaclother'] = '其它'; |
| | | $labels['shortaclread'] = '讀取'; |
| | | $labels['shortaclwrite'] = '寫入'; |
| | | $labels['shortacldelete'] = '刪除'; |
| | | |
| | | $labels['longacll'] = 'The folder is visible on lists and can be subscribed to'; |
| | | $labels['longaclr'] = '資料夾能被打開與讀取'; |
| | | $labels['longaclread'] = '資料夾能被打開與讀取'; |
| | | $labels['longacls'] = '能修改訊息標幟'; |
| | | $labels['longaclw'] = 'Messages flags and keywords can be changed, except Seen and Deleted'; |
| | | $labels['longacli'] = '訊息能寫入或複製到資料夾'; |
| | | $labels['longaclp'] = '訊息能被投遞到這個資料夾'; |
| | | $labels['longaclc'] = '這個資料夾之下可以建子資料夾(或重新命名)'; |
| | |
| | | $labels['longacle'] = '能抹除訊息'; |
| | | $labels['longaclx'] = '資料夾能被刪除或重新命名'; |
| | | $labels['longacla'] = '能變更資料夾權限'; |
| | | |
| | | $labels['longaclfull'] = '完全控制包含資料夾管理'; |
| | | $labels['longaclread'] = '資料夾能被打開與讀取'; |
| | | $labels['longaclwrite'] = '信件可以被標記、編寫或複製到資料夾'; |
| | | $labels['longacldelete'] = '訊息能被刪除'; |
| | | $labels['deleting'] = '刪除權限...'; |
| | | $labels['saving'] = '儲存權限...'; |
| | | $labels['updatesuccess'] = '權限變更完成'; |
| | | $labels['deletesuccess'] = '權限刪除完成'; |
| | | $labels['createsuccess'] = '權限新增完成'; |
| | | $labels['updateerror'] = '無法更新權限'; |
| | | $labels['deleteerror'] = '無法刪除權限'; |
| | | $labels['createerror'] = '無法新增權限'; |
| | | $labels['deleteconfirm'] = '您確定要刪除所選取使用者的權限嗎?'; |
| | | $labels['norights'] = '沒有指定任何權限'; |
| | | $labels['nouser'] = '沒有指定用戶名稱'; |
| | | |
| | | $messages['deleting'] = '刪除權限...'; |
| | | $messages['saving'] = '儲存權限...'; |
| | | $messages['updatesuccess'] = '權限變更完成'; |
| | | $messages['deletesuccess'] = '權限刪除完成'; |
| | | $messages['createsuccess'] = '權限新增完成'; |
| | | $messages['updateerror'] = '無法更新權限'; |
| | | $messages['deleteerror'] = '無法刪除權限'; |
| | | $messages['createerror'] = '無法新增權限'; |
| | | $messages['deleteconfirm'] = '您確定要刪除所選取使用者的權限嗎?'; |
| | | $messages['norights'] = '沒有指定任何權限'; |
| | | $messages['nouser'] = '沒有指定用戶名稱'; |
| | | |
| | | ?> |
| | |
| | | <email>alec@alec.pl</email> |
| | | <active>yes</active> |
| | | </lead> |
| | | <date>2012-06-28</date> |
| | | <date>2013-03-01</date> |
| | | <version> |
| | | <release>1.0</release> |
| | | <release>1.2</release> |
| | | <api>0.7</api> |
| | | </version> |
| | | <stability> |
New file |
| | |
| | | <?php |
| | | |
| | | class Acl_Plugin extends PHPUnit_Framework_TestCase |
| | | { |
| | | |
| | | function setUp() |
| | | { |
| | | include_once dirname(__FILE__) . '/../acl.php'; |
| | | } |
| | | |
| | | /** |
| | | * Plugin object construction test |
| | | */ |
| | | function test_constructor() |
| | | { |
| | | $rcube = rcube::get_instance(); |
| | | $plugin = new acl($rcube->api); |
| | | |
| | | $this->assertInstanceOf('acl', $plugin); |
| | | $this->assertInstanceOf('rcube_plugin', $plugin); |
| | | } |
| | | } |
| | | |
New file |
| | |
| | | <?php |
| | | |
| | | class AdditionalMessageHeaders_Plugin extends PHPUnit_Framework_TestCase |
| | | { |
| | | |
| | | function setUp() |
| | | { |
| | | include_once dirname(__FILE__) . '/../additional_message_headers.php'; |
| | | } |
| | | |
| | | /** |
| | | * Plugin object construction test |
| | | */ |
| | | function test_constructor() |
| | | { |
| | | $rcube = rcube::get_instance(); |
| | | $plugin = new additional_message_headers($rcube->api); |
| | | |
| | | $this->assertInstanceOf('additional_message_headers', $plugin); |
| | | $this->assertInstanceOf('rcube_plugin', $plugin); |
| | | } |
| | | } |
| | | |
| | |
| | | /* |
| | | * Archive plugin script |
| | | * @version @package_version@ |
| | | * @version 2.0 |
| | | */ |
| | | |
| | | function rcmail_archive(prop) |
| | |
| | | if (!rcmail.env.uid && (!rcmail.message_list || !rcmail.message_list.get_selection().length)) |
| | | return; |
| | | |
| | | if (rcmail.env.mailbox != rcmail.env.archive_folder) |
| | | rcmail.command('moveto', rcmail.env.archive_folder); |
| | | if (rcmail.env.mailbox.indexOf(rcmail.env.archive_folder) != 0) { |
| | | if (!rcmail.env.archive_type) { |
| | | // simply move to archive folder (if no partition type is set) |
| | | rcmail.command('moveto', rcmail.env.archive_folder); |
| | | } |
| | | else { |
| | | // let the server sort the messages to the according subfolders |
| | | rcmail.http_post( |
| | | 'plugin.move2archive', |
| | | { _uid: rcmail.message_list.get_selection().join(','), _mbox: rcmail.env.mailbox } |
| | | ); |
| | | } |
| | | } |
| | | } |
| | | |
| | | // callback for app-onload event |
| | |
| | | var li; |
| | | if (rcmail.env.archive_folder && (li = rcmail.get_folder_li(rcmail.env.archive_folder, '', true))) |
| | | $(li).addClass('archive'); |
| | | |
| | | // callback for server response |
| | | rcmail.addEventListener('plugin.move2archive_response', function(result) { |
| | | if (result.update) |
| | | rcmail.command('checkmail'); // refresh list |
| | | }); |
| | | }) |
| | | } |
| | | |
| | |
| | | * Plugin that adds a new button to the mailbox toolbar |
| | | * to move messages to a (user selectable) archive folder. |
| | | * |
| | | * @version @package_version@ |
| | | * @version 2.0 |
| | | * @license GNU GPLv3+ |
| | | * @author Andre Rodier, Thomas Bruederli |
| | | */ |
| | |
| | | // register hook to localize the archive folder |
| | | $this->add_hook('render_mailboxlist', array($this, 'render_mailboxlist')); |
| | | |
| | | // set env variable for client |
| | | // set env variables for client |
| | | $rcmail->output->set_env('archive_folder', $archive_folder); |
| | | $rcmail->output->set_env('archive_type', $rcmail->config->get('archive_type','')); |
| | | |
| | | // add archive folder to the list of default mailboxes |
| | | if (($default_folders = $rcmail->config->get('default_folders')) && !in_array($archive_folder, $default_folders)) { |
| | | $default_folders[] = $archive_folder; |
| | | $rcmail->config->set('default_folders', $default_folders); |
| | | } |
| | | } |
| | | } |
| | | else if ($rcmail->task == 'mail') { |
| | | // handler for ajax request |
| | | $this->register_action('plugin.move2archive', array($this, 'move_messages')); |
| | | } |
| | | else if ($rcmail->task == 'settings') { |
| | | $dont_override = $rcmail->config->get('dont_override', array()); |
| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | |
| | | /** |
| | | * Hook to give the archive folder a localized name in the mailbox list |
| | | */ |
| | | function render_mailboxlist($p) |
| | | { |
| | | $rcmail = rcmail::get_instance(); |
| | |
| | | return $p; |
| | | } |
| | | |
| | | function _mod_folder_name(&$list, $folder, $new_name) |
| | | /** |
| | | * Helper method to find the archive folder in the mailbox tree |
| | | */ |
| | | private function _mod_folder_name(&$list, $folder, $new_name) |
| | | { |
| | | foreach ($list as $idx => $item) { |
| | | if ($item['id'] == $folder) { |
| | |
| | | return false; |
| | | } |
| | | |
| | | /** |
| | | * Plugin action to move the submitted list of messages to the archive subfolders |
| | | * according to the user settings and their headers. |
| | | */ |
| | | function move_messages() |
| | | { |
| | | $rcmail = rcmail::get_instance(); |
| | | $this->add_texts('localization'); |
| | | |
| | | $storage = $rcmail->get_storage(); |
| | | $storage->set_folder(($current_mbox = rcube_utils::get_input_value('_mbox', RCUBE_INPUT_POST))); |
| | | |
| | | $delimiter = $storage->get_hierarchy_delimiter(); |
| | | $archive_folder = $rcmail->config->get('archive_mbox'); |
| | | $archive_type = $rcmail->config->get('archive_type', ''); |
| | | |
| | | $result = array('reload' => false, 'update' => false, 'errors' => array()); |
| | | |
| | | $uids = explode(',', rcube_utils::get_input_value('_uid', RCUBE_INPUT_POST)); |
| | | foreach ($uids as $uid) { |
| | | if (!$archive_folder || !($message = $rcmail->storage->get_message($uid))) { |
| | | continue; |
| | | } |
| | | |
| | | $subfolder = null; |
| | | switch ($archive_type) { |
| | | case 'year': |
| | | $subfolder = $rcmail->format_date($message->timestamp, 'Y'); |
| | | break; |
| | | |
| | | case 'month': |
| | | $subfolder = $rcmail->format_date($message->timestamp, 'Y') . $delimiter . $rcmail->format_date($message->timestamp, 'm'); |
| | | break; |
| | | |
| | | case 'folder': |
| | | $subfolder = $current_mbox; |
| | | break; |
| | | |
| | | case 'sender': |
| | | $from = $message->get('from'); |
| | | if (preg_match('/[\b<](.+@.+)[\b>]/i', $from, $m)) { |
| | | $subfolder = $m[1]; |
| | | } |
| | | else { |
| | | $subfolder = $this->gettext('unkownsender'); |
| | | } |
| | | |
| | | // replace reserved characters in folder name |
| | | $repl = $delimiter == '-' ? '_' : '-'; |
| | | $replacements[$delimiter] = $repl; |
| | | $replacements['.'] = $repl; // some IMAP server do not allow . characters |
| | | $subfolder = strtr($subfolder, $replacements); |
| | | break; |
| | | |
| | | default: |
| | | $subfolder = ''; |
| | | break; |
| | | } |
| | | |
| | | // compose full folder path |
| | | $folder = $archive_folder . ($subfolder ? $delimiter . $subfolder : ''); |
| | | |
| | | // create archive subfolder if it doesn't yet exist |
| | | if (!$storage->folder_exists($folder, false)) { |
| | | if ($storage->create_folder($folder, true)) |
| | | $result['reload'] = true; |
| | | } |
| | | |
| | | // move message to target folder |
| | | if ($storage->move_message(array($uid), $folder)) { |
| | | $result['update'] = true; |
| | | } |
| | | else { |
| | | $result['errors'][] = $uid; |
| | | } |
| | | } // end for |
| | | |
| | | // send response |
| | | if ($result['errors']) { |
| | | $rcmail->output->show_message($this->gettext('archiveerror'), 'warning'); |
| | | } |
| | | if ($result['reload']) { |
| | | $rcmail->output->show_message($this->gettext('archivedreload'), 'confirmation'); |
| | | } |
| | | else if ($result['update']) { |
| | | $rcmail->output->show_message($this->gettext('archived'), 'confirmation'); |
| | | } |
| | | |
| | | $rcmail->output->command('plugin.move2archive_response', $result); |
| | | } |
| | | |
| | | /** |
| | | * Hook to inject plugin-specific user settings |
| | | */ |
| | | function prefs_table($args) |
| | | { |
| | | global $CURR_SECTION; |
| | |
| | | |
| | | // load folders list when needed |
| | | if ($CURR_SECTION) |
| | | $select = rcmail_mailbox_select(array('noselection' => '---', 'realnames' => true, |
| | | $select = $rcmail->folder_selector(array('noselection' => '---', 'realnames' => true, |
| | | 'maxlength' => 30, 'exceptions' => array('INBOX'), 'folder_filter' => 'mail', 'folder_rights' => 'w')); |
| | | else |
| | | $select = new html_select(); |
| | |
| | | 'title' => $this->gettext('archivefolder'), |
| | | 'content' => $select->show($rcmail->config->get('archive_mbox'), array('name' => "_archive_mbox")) |
| | | ); |
| | | |
| | | // add option for structuring the archive folder |
| | | $archive_type = new html_select(array('name' => '_archive_type', 'id' => 'ff_archive_type')); |
| | | $archive_type->add($this->gettext('none'), ''); |
| | | $archive_type->add($this->gettext('archivetypeyear'), 'year'); |
| | | $archive_type->add($this->gettext('archivetypemonth'), 'month'); |
| | | $archive_type->add($this->gettext('archivetypesender'), 'sender'); |
| | | $archive_type->add($this->gettext('archivetypefolder'), 'folder'); |
| | | |
| | | $args['blocks']['archive'] = array( |
| | | 'name' => Q(rcube_label('settingstitle', 'archive')), |
| | | 'options' => array('archive_type' => array( |
| | | 'title' => $this->gettext('archivetype'), |
| | | 'content' => $archive_type->show($rcmail->config->get('archive_type')) |
| | | ) |
| | | ) |
| | | ); |
| | | } |
| | | |
| | | return $args; |
| | | } |
| | | |
| | | /** |
| | | * Hook to save plugin-specific user settings |
| | | */ |
| | | function save_prefs($args) |
| | | { |
| | | if ($args['section'] == 'folders') { |
| | | $args['prefs']['archive_mbox'] = get_input_value('_archive_mbox', RCUBE_INPUT_POST); |
| | | $args['prefs']['archive_mbox'] = rcube_utils::get_input_value('_archive_mbox', rcube_utils::INPUT_POST); |
| | | $args['prefs']['archive_type'] = rcube_utils::get_input_value('_archive_type', rcube_utils::INPUT_POST); |
| | | return $args; |
| | | } |
| | | } |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/ar_SA/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Ossama M. Khayat <okhayat@yahoo.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'الأرشيف'; |
| | | $labels['archivefolder'] = 'الأرشيف'; |
| | | $labels['buttontitle'] = 'أرشف هذه الرسالة'; |
| | | $labels['archived'] = 'أُرشفت بنجاح'; |
| | | $labels['archivedreload'] = 'Successfully archived. Reload the page to see the new archive folders.'; |
| | | $labels['archiveerror'] = 'Some messages could not be archived'; |
| | | $labels['archivefolder'] = 'الأرشيف'; |
| | | $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'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/az_AZ/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Orkhan Guliyev <proger@box.az> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'Arxiv'; |
| | | $labels['archivefolder'] = 'Arxiv'; |
| | | $labels['buttontitle'] = 'Mesajı arxivə göndər'; |
| | | $labels['archived'] = 'Arxivə göndərildi'; |
| | | $labels['archivedreload'] = 'Successfully archived. Reload the page to see the new archive folders.'; |
| | | $labels['archiveerror'] = 'Some messages could not be archived'; |
| | | $labels['archivefolder'] = 'Arxiv'; |
| | | $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'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/be_BE/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Alex Nehaichik <alex.nehaichik@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'Архіў'; |
| | | $labels['archivefolder'] = 'Архіў'; |
| | | $labels['buttontitle'] = 'Перанесці ў Архіў'; |
| | | $labels['archived'] = 'Паспяхова перанесены ў Архіў'; |
| | | $labels['archivedreload'] = 'Successfully archived. Reload the page to see the new archive folders.'; |
| | | $labels['archiveerror'] = 'Some messages could not be archived'; |
| | | $labels['archivefolder'] = 'Архіў'; |
| | | $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'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/bg_BG/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Nikolai Nikolov <nick@kytex.bg> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'Архивиране'; |
| | | $labels['archivefolder'] = 'Архивиране'; |
| | | $labels['buttontitle'] = 'Архивиране на съобщението'; |
| | | $labels['archived'] = 'Архивирането е успешно'; |
| | | $labels['archivedreload'] = 'Successfully archived. Reload the page to see the new archive folders.'; |
| | | $labels['archiveerror'] = 'Some messages could not be archived'; |
| | | $labels['archivefolder'] = 'Архивиране'; |
| | | $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'; |
| | | |
| | | ?> |
New file |
| | |
| | | <?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 = array(); |
| | | $labels['buttontext'] = 'Diell'; |
| | | $labels['buttontitle'] = 'Dielliñ ar gemenadenn-mañ'; |
| | | $labels['archived'] = 'Diellet gant berzh'; |
| | | $labels['archivedreload'] = 'Successfully archived. Reload the page to see the new archive folders.'; |
| | | $labels['archiveerror'] = 'Some messages could not be archived'; |
| | | $labels['archivefolder'] = 'Diell'; |
| | | $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'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/bs_BA/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Kenan Dervišević <kenan3008@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'Arhiva'; |
| | | $labels['archivefolder'] = 'Arhiva'; |
| | | $labels['buttontitle'] = 'Arhiviraj ovu poruku'; |
| | | $labels['archived'] = 'Arhiviranje uspješno'; |
| | | $labels['archivedreload'] = 'Uspješno arhivirano. Ponovo učitajte stranicu da biste vidjeli nove foldere za arhiviranje.'; |
| | | $labels['archiveerror'] = 'Neke poruke nisu mogle biti arhivirane'; |
| | | $labels['archivefolder'] = 'Arhiva'; |
| | | $labels['settingstitle'] = 'Arhiva'; |
| | | $labels['archivetype'] = 'Podijeli arhivu po'; |
| | | $labels['archivetypeyear'] = 'Godinama (npr. Arhiva/2012)'; |
| | | $labels['archivetypemonth'] = 'Mjesecima (npr Arhiva/2012/06)'; |
| | | $labels['archivetypefolder'] = 'Originalni folder'; |
| | | $labels['archivetypesender'] = 'Email pošiljaoca'; |
| | | $labels['unkownsender'] = 'nepoznato'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/ca_ES/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Emi Bcn | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'Arxiva'; |
| | | $labels['archivefolder'] = 'Arxiva'; |
| | | $labels['buttontitle'] = 'Arxiva aquest missatge'; |
| | | $labels['archived'] = 'Arxivat correctament'; |
| | | $labels['archivedreload'] = 'Successfully archived. Reload the page to see the new archive folders.'; |
| | | $labels['archiveerror'] = 'Some messages could not be archived'; |
| | | $labels['archivefolder'] = 'Arxiva'; |
| | | $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'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/cs_CZ/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'Archiv'; |
| | | $labels['archivefolder'] = 'Archiv'; |
| | | $labels['buttontitle'] = 'Archivovat zprávu'; |
| | | $labels['archived'] = 'Úspěšně vloženo do archivu'; |
| | | $labels['archivedreload'] = 'Successfully archived. Reload the page to see the new archive folders.'; |
| | | $labels['archiveerror'] = 'Some messages could not be archived'; |
| | | $labels['archivefolder'] = 'Archiv'; |
| | | $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'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/cy_GB/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Dafydd Tomos | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'Archif'; |
| | | $labels['archivefolder'] = 'Archif'; |
| | | $labels['buttontitle'] = 'Archifo\'r neges hwn'; |
| | | $labels['archived'] = 'Archifwyd yn llwyddiannus'; |
| | | $labels['archivedreload'] = 'Successfully archived. Reload the page to see the new archive folders.'; |
| | | $labels['archiveerror'] = 'Some messages could not be archived'; |
| | | $labels['archivefolder'] = 'Archif'; |
| | | $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'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/da_DK/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Johannes Hessellund <osos@openeyes.dk> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'Arkiv'; |
| | | $labels['archivefolder'] = 'Arkiv'; |
| | | $labels['buttontitle'] = 'Arkivér denne besked'; |
| | | $labels['archived'] = 'Succesfuldt arkiveret.'; |
| | | $labels['archivedreload'] = 'Successfully archived. Reload the page to see the new archive folders.'; |
| | | $labels['archiveerror'] = 'Some messages could not be archived'; |
| | | $labels['archivefolder'] = 'Arkiv'; |
| | | $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'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/de_CH/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'Archiv'; |
| | | $labels['buttontitle'] = 'Nachricht(en) archivieren'; |
| | | $labels['archived'] = 'Nachricht(en) erfolgreich archiviert'; |
| | | $labels['archivedreload'] = 'Nachrichten wurden archiviert. Laden Sie die Seite neu, um die neuen Archivordner zu sehen.'; |
| | | $labels['archiveerror'] = 'Einige Nachrichten konnten nicht archiviert werden'; |
| | | $labels['archivefolder'] = 'Archiv'; |
| | | $labels['buttontitle'] = 'Nachricht archivieren'; |
| | | $labels['archived'] = 'Nachricht erfolgreich archiviert'; |
| | | $labels['settingstitle'] = 'Archiv'; |
| | | $labels['archivetype'] = 'Erstelle Unterordner nach'; |
| | | $labels['archivetypeyear'] = 'Jahr (z.B. Archiv/2012)'; |
| | | $labels['archivetypemonth'] = 'Monat (z.B. Archiv/2012/06)'; |
| | | $labels['archivetypefolder'] = 'Originalordner'; |
| | | $labels['archivetypesender'] = 'Absender'; |
| | | $labels['unkownsender'] = 'unbekannt'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/de_DE/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'Archiv'; |
| | | $labels['archivefolder'] = 'Archiv'; |
| | | $labels['buttontitle'] = 'Nachricht archivieren'; |
| | | $labels['archived'] = 'Nachricht erfolgreich archiviert'; |
| | | $labels['archivedreload'] = 'Erfolgreich archiviert. Seite aktualisieren um die neuen Archiv-Ordner zu sehen'; |
| | | $labels['archiveerror'] = 'Einige Nachrichten konnten nicht archiviert werden'; |
| | | $labels['archivefolder'] = 'Archiv'; |
| | | $labels['settingstitle'] = 'Archiv'; |
| | | $labels['archivetype'] = 'Archiv aufteilen nach'; |
| | | $labels['archivetypeyear'] = 'Jahr (z.B. Archiv/2012)'; |
| | | $labels['archivetypemonth'] = 'Monat (z.B. Archiv/2012/06)'; |
| | | $labels['archivetypefolder'] = 'Originalordner'; |
| | | $labels['archivetypesender'] = 'Absender E-Mail'; |
| | | $labels['unkownsender'] = 'unbekannt'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/el_GR/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Nikos Keramidis <info@torus.gr> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'Αρχειοθέτηση'; |
| | | $labels['archivefolder'] = 'Αρχειοθέτηση'; |
| | | $labels['buttontitle'] = 'Αρχειοθέτηση μηνύματος'; |
| | | $labels['archived'] = 'Αρχειοθετήθηκε με επιτυχία'; |
| | | $labels['archivedreload'] = 'Successfully archived. Reload the page to see the new archive folders.'; |
| | | $labels['archiveerror'] = 'Some messages could not be archived'; |
| | | $labels['archivefolder'] = 'Αρχειοθέτηση'; |
| | | $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'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/en_GB/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Chris January | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'Archive'; |
| | | $labels['archivefolder'] = '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'; |
| | | |
| | | ?> |
| | |
| | | <?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 = array(); |
| | | $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'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/eo/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Michael Moroni <michael.moroni@mailoo.org> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'Arkivo'; |
| | | $labels['archivefolder'] = 'Arkivo'; |
| | | $labels['buttontext'] = 'Arkivigi'; |
| | | $labels['buttontitle'] = 'Arkivigi ĉi tiun mesaĝon'; |
| | | $labels['archived'] = 'Sukcese arkivigita'; |
| | | $labels['archivedreload'] = 'Successfully archived. Reload the page to see the new archive folders.'; |
| | | $labels['archiveerror'] = 'Some messages could not be archived'; |
| | | $labels['archivefolder'] = 'Arkivo'; |
| | | $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'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/es_AR/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'Archivo'; |
| | | $labels['archivefolder'] = 'Archivo'; |
| | | $labels['buttontitle'] = 'Archivar este mensaje'; |
| | | $labels['archived'] = 'Mensaje Archivado'; |
| | | $labels['archivedreload'] = 'Successfully archived. Reload the page to see the new archive folders.'; |
| | | $labels['archiveerror'] = 'Some messages could not be archived'; |
| | | $labels['archivefolder'] = 'Archivo'; |
| | | $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'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/es_ES/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'Archivo'; |
| | | $labels['archivefolder'] = 'Archivo'; |
| | | $labels['buttontitle'] = 'Archivar este mensaje'; |
| | | $labels['archived'] = 'Mensaje Archivado'; |
| | | $labels['archivedreload'] = 'Archivado con éxito. Recargue la página para ver las nuevas carpetas de archivo.'; |
| | | $labels['archiveerror'] = 'No se ha podido archivar algunos mensajes'; |
| | | $labels['archivefolder'] = 'Archivo'; |
| | | $labels['settingstitle'] = 'Archivo'; |
| | | $labels['archivetype'] = 'Dividir el archivo por'; |
| | | $labels['archivetypeyear'] = 'Año (p.ej. Archivo/2012)'; |
| | | $labels['archivetypemonth'] = 'Mes (p.ej. Archivo/2012/06)'; |
| | | $labels['archivetypefolder'] = 'Bandeja original'; |
| | | $labels['archivetypesender'] = 'Email del remitente'; |
| | | $labels['unkownsender'] = 'desconocido'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/et_EE/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'Arhiveeri'; |
| | | $labels['archivefolder'] = 'Arhiveeri'; |
| | | $labels['buttontitle'] = 'Arhiveeri see kiri'; |
| | | $labels['archived'] = 'Edukalt arhiveeritud'; |
| | | $labels['archivedreload'] = 'Arhiveerimine õnnestus. Uute arhiivi kaustada nägemiseks laadi leht uuesti.'; |
| | | $labels['archiveerror'] = 'Mõnda kirja ei õnnestusnud arhiveerida'; |
| | | $labels['archivefolder'] = 'Arhiiv'; |
| | | $labels['settingstitle'] = 'Arhiiv'; |
| | | $labels['archivetype'] = 'Jaga arhiiv'; |
| | | $labels['archivetypeyear'] = 'Aasta (nt. Arhiiv/2012)'; |
| | | $labels['archivetypemonth'] = 'Kuu (nt. Arhiiv/2012/06)'; |
| | | $labels['archivetypefolder'] = 'Esialgne kaust'; |
| | | $labels['archivetypesender'] = 'Saatja e-post'; |
| | | $labels['unkownsender'] = 'teadmata'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/fa_IR/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Hamid <abbaszadeh.h@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'بایگانی'; |
| | | $labels['archivefolder'] = 'بایگانی'; |
| | | $labels['buttontitle'] = 'بایگانی این پیغام'; |
| | | $labels['archived'] = 'با موفقیت بایگانی شد'; |
| | | $labels['archivedreload'] = 'با موفقیت بایگانی شد، بارگذاری مجدد صفحه برای دیدن پوشههای بایگانی جدید.'; |
| | | $labels['archiveerror'] = 'برخی پیغامها بایگانی نخواهند شد'; |
| | | $labels['archivefolder'] = 'بایگانی'; |
| | | $labels['settingstitle'] = 'بایگانی'; |
| | | $labels['archivetype'] = 'جدا کردن بایگانی با'; |
| | | $labels['archivetypeyear'] = 'سال (به عنوان مثال بایگانی/۲۰۱۲)'; |
| | | $labels['archivetypemonth'] = 'ماه (به عنوان مثال بایگانی/۲۰۱۲/۰۶)'; |
| | | $labels['archivetypefolder'] = 'پوشه اصلی'; |
| | | $labels['archivetypesender'] = 'ایمیل فرستنده'; |
| | | $labels['unkownsender'] = 'ناشناخته'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/fi_FI/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Jiri Grönroos | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'Arkistoi'; |
| | | $labels['archivefolder'] = 'Arkistoi'; |
| | | $labels['buttontitle'] = 'Arkistoi viesti'; |
| | | $labels['archived'] = 'Arkistoitu onnistuneesti'; |
| | | $labels['archivedreload'] = 'Successfully archived. Reload the page to see the new archive folders.'; |
| | | $labels['archiveerror'] = 'Some messages could not be archived'; |
| | | $labels['archivefolder'] = 'Arkistoi'; |
| | | $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'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/fr_FR/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'Archive'; |
| | | $labels['archivefolder'] = 'Archive'; |
| | | $labels['buttontitle'] = 'Archiver ce message'; |
| | | $labels['archived'] = 'Message archivé avec success'; |
| | | $labels['archivedreload'] = 'Archivé avec succès. Rechargez la page pour voir les nouveaux dossiers d\'archivage.'; |
| | | $labels['archiveerror'] = 'Certains messages n\'ont pas pu être archivés.'; |
| | | $labels['archivefolder'] = 'Archive'; |
| | | $labels['settingstitle'] = 'Archive'; |
| | | $labels['archivetype'] = 'Diviser l\'archive en'; |
| | | $labels['archivetypeyear'] = 'Année (ex Archives/2012)'; |
| | | $labels['archivetypemonth'] = 'Mois (ex Archives/2012/06)'; |
| | | $labels['archivetypefolder'] = 'Dossier original'; |
| | | $labels['archivetypesender'] = 'Email de l\'émetteur'; |
| | | $labels['unkownsender'] = 'inconnu'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/gl_ES/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'Arquivo'; |
| | | $labels['archivefolder'] = 'Arquivo'; |
| | | $labels['buttontitle'] = 'Arquivar esta mensaxe'; |
| | | $labels['archived'] = 'Aquivouse a mensaxe'; |
| | | $labels['archivedreload'] = 'Successfully archived. Reload the page to see the new archive folders.'; |
| | | $labels['archiveerror'] = 'Some messages could not be archived'; |
| | | $labels['archivefolder'] = 'Arquivo'; |
| | | $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'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/he_IL/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Moshe Leibovitch <moish@mln.co.il> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'ארכיון'; |
| | | $labels['archivefolder'] = 'ארכיון'; |
| | | $labels['buttontitle'] = 'משלוח ההודעה לארכיב'; |
| | | $labels['archived'] = 'עדכון הארכיון הצליח'; |
| | | $labels['archivedreload'] = 'Successfully archived. Reload the page to see the new archive folders.'; |
| | | $labels['archiveerror'] = 'Some messages could not be archived'; |
| | | $labels['archivefolder'] = 'ארכיון'; |
| | | $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'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/hr_HR/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Svebor Prstačić <svebor.prstacic@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'Arhiva'; |
| | | $labels['archivefolder'] = 'Arhiva'; |
| | | $labels['buttontitle'] = 'Arhiviraj poruku'; |
| | | $labels['archived'] = 'Uspješno arhivirana'; |
| | | $labels['archivedreload'] = 'Successfully archived. Reload the page to see the new archive folders.'; |
| | | $labels['archiveerror'] = 'Some messages could not be archived'; |
| | | $labels['archivefolder'] = 'Arhiva'; |
| | | $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'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/hu_HU/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Droszler Gabor <droszler@datatrans.hu> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'Archiválás'; |
| | | $labels['archivefolder'] = 'Archiválás'; |
| | | $labels['buttontitle'] = 'Üzenet archiválása'; |
| | | $labels['archived'] = 'Sikeres archiválás'; |
| | | $labels['archivedreload'] = 'Successfully archived. Reload the page to see the new archive folders.'; |
| | | $labels['archiveerror'] = 'Some messages could not be archived'; |
| | | $labels['archivefolder'] = 'Archiválás'; |
| | | $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'] = 'ismeretlen'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/hy_AM/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Vahan Yerkanian <vahan@yerkanian.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'Արխիվ'; |
| | | $labels['archivefolder'] = 'Արխիվ'; |
| | | $labels['buttontitle'] = 'Արխիվացնել այս հաղորդագրությունը'; |
| | | $labels['archived'] = 'Բարեհաջող արխիվացվեց'; |
| | | $labels['archivedreload'] = 'Successfully archived. Reload the page to see the new archive folders.'; |
| | | $labels['archiveerror'] = 'Some messages could not be archived'; |
| | | $labels['archivefolder'] = 'Արխիվ'; |
| | | $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'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/id_ID/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Putu Arya Sabda Wijaya | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'Arsip'; |
| | | $labels['archivefolder'] = 'Arsip'; |
| | | $labels['buttontitle'] = 'Arsipkan pesan ini'; |
| | | $labels['archived'] = 'Berhasil mengarsipkan'; |
| | | $labels['archivedreload'] = 'Berhasil diarsipkan. Reload halaman untuk melihat folder arsip baru.'; |
| | | $labels['archiveerror'] = 'Beberapa pesan tidak dapat diarsipkan'; |
| | | $labels['archivefolder'] = 'Arsip'; |
| | | $labels['settingstitle'] = 'Arsip'; |
| | | $labels['archivetype'] = 'Pisah arsip berdasarkan'; |
| | | $labels['archivetypeyear'] = 'Tahun (contoh: Arsip/2012)'; |
| | | $labels['archivetypemonth'] = 'Bulan (contoh: Arsip/2012/06)'; |
| | | $labels['archivetypefolder'] = 'Folder asli'; |
| | | $labels['archivetypesender'] = 'Email pengirim'; |
| | | $labels['unkownsender'] = 'Tidak dikenal'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/it_IT/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: emilio brambilla | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'Archivio'; |
| | | $labels['archivefolder'] = 'Archivio'; |
| | | $labels['buttontitle'] = 'Archivia questo messaggio'; |
| | | $labels['archived'] = 'Archiviato correttamente'; |
| | | $labels['archivedreload'] = 'Archiviata con successo. Ricarica la pagina per visualizzare le nuove cartelle.'; |
| | | $labels['archiveerror'] = 'Alcuni messaggi non possono essere archiviati'; |
| | | $labels['archivefolder'] = 'Archivio'; |
| | | $labels['settingstitle'] = 'Archivio'; |
| | | $labels['archivetype'] = 'Dividi archivio per'; |
| | | $labels['archivetypeyear'] = 'Anno (es. Archivio/2012)'; |
| | | $labels['archivetypemonth'] = 'Mese (es. Archivio/2012/06)'; |
| | | $labels['archivetypefolder'] = 'Cartella originale'; |
| | | $labels['archivetypesender'] = 'Mittente email'; |
| | | $labels['unkownsender'] = 'sconosciuto'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/ja_JP/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Takahiro Kambe | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'アーカイブ'; |
| | | $labels['archivefolder'] = 'アーカイブ'; |
| | | $labels['buttontitle'] = 'このメッセージをアーカイブ'; |
| | | $labels['archived'] = 'アーカイブしました。'; |
| | | $labels['archivedreload'] = 'アーカイブしました。ページを再読み込みすると、新しいアーカイブのフォルダーを表示します。'; |
| | | $labels['archiveerror'] = 'アーカイブできないメッセージがありました'; |
| | | $labels['archivefolder'] = 'アーカイブ'; |
| | | $labels['settingstitle'] = 'アーカイブ'; |
| | | $labels['archivetype'] = 'アーカイブを分割: '; |
| | | $labels['archivetypeyear'] = '年 (例: アーカイブ/2012)'; |
| | | $labels['archivetypemonth'] = '月 (e.g. アーカイブ/2012/06)'; |
| | | $labels['archivetypefolder'] = '元のフォルダー'; |
| | | $labels['archivetypesender'] = '電子メールの送信者'; |
| | | $labels['unkownsender'] = '不明'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/km_KH/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: samdyk | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'ប័ណ្ណសារ'; |
| | | $labels['archivefolder'] = 'ប័ណ្ណសារ'; |
| | | $labels['buttontitle'] = 'ប័ណ្ណសារ សារលិខិត នេះ'; |
| | | $labels['archived'] = 'ប័ណ្ណសារ បានសំរេច'; |
| | | $labels['archivedreload'] = 'Successfully archived. Reload the page to see the new archive folders.'; |
| | | $labels['archiveerror'] = 'Some messages could not be archived'; |
| | | $labels['archivefolder'] = 'ប័ណ្ណសារ'; |
| | | $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'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/ko_KR/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Kim, Woohyun <woohyun.kim@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = '보관'; |
| | | $labels['archivefolder'] = '보관'; |
| | | $labels['buttontitle'] = '이 메시지를 보관'; |
| | | $labels['archived'] = '성공적으로 보관 됨'; |
| | | $labels['archivedreload'] = 'Successfully archived. Reload the page to see the new archive folders.'; |
| | | $labels['archiveerror'] = 'Some messages could not be archived'; |
| | | $labels['archivefolder'] = '보관'; |
| | | $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'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/ku/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: david absalan <absalan@live.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'Arşîv'; |
| | | $labels['archivefolder'] = 'Arşîv'; |
| | | $labels['buttontitle'] = 'am masaja bxa arşiv'; |
| | | $labels['archived'] = 'ba gşti Arşiv kra'; |
| | | $labels['archivedreload'] = 'Successfully archived. Reload the page to see the new archive folders.'; |
| | | $labels['archiveerror'] = 'Some messages could not be archived'; |
| | | $labels['archivefolder'] = 'Arşîv'; |
| | | $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'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/lt_LT/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Rimas Kudelis <rq@akl.lt> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'Archyvuoti'; |
| | | $labels['archivefolder'] = 'Archyvuoti'; |
| | | $labels['buttontitle'] = 'Perkelti šį laišką į archyvą'; |
| | | $labels['archived'] = 'Laiškas sėkmingai perkeltas į archyvą'; |
| | | $labels['archivedreload'] = 'Successfully archived. Reload the page to see the new archive folders.'; |
| | | $labels['archiveerror'] = 'Some messages could not be archived'; |
| | | $labels['archivefolder'] = 'Archyvuoti'; |
| | | $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'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/lv_LV/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Ivars Strazdiņš | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'Arhīvs'; |
| | | $labels['archivefolder'] = 'Arhīvs'; |
| | | $labels['buttontitle'] = 'Arhivēt vēstuli'; |
| | | $labels['archived'] = 'Vēstule sekmīgi arhivēta'; |
| | | $labels['archivedreload'] = 'Successfully archived. Reload the page to see the new archive folders.'; |
| | | $labels['archiveerror'] = 'Some messages could not be archived'; |
| | | $labels['archivefolder'] = 'Arhīvs'; |
| | | $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'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/ml_IN/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Anish A <aneesh.nl@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'ശേഖരം'; |
| | | $labels['archivefolder'] = 'ശേഖരം'; |
| | | $labels['buttontitle'] = 'ഈ മെസ്സേജ് ശേഖരിക്കുക'; |
| | | $labels['archived'] = 'വിജയകരമായി ശേഖരിച്ചു'; |
| | | $labels['archivedreload'] = 'Successfully archived. Reload the page to see the new archive folders.'; |
| | | $labels['archiveerror'] = 'Some messages could not be archived'; |
| | | $labels['archivefolder'] = 'ശേഖരം'; |
| | | $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'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/mr_IN/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Devendra Buddhikot <devendradb@rediffmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'जतन केलेला'; |
| | | $labels['archivefolder'] = 'जतन केलेला'; |
| | | $labels['buttontitle'] = 'हा संदेश जतन करा'; |
| | | $labels['archived'] = 'यशस्वीरीत्या जतन केला'; |
| | | $labels['archivedreload'] = 'Successfully archived. Reload the page to see the new archive folders.'; |
| | | $labels['archiveerror'] = 'Some messages could not be archived'; |
| | | $labels['archivefolder'] = 'जतन केलेला'; |
| | | $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'; |
| | | |
| | | ?> |
New file |
| | |
| | | <?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 = array(); |
| | | $labels['buttontext'] = 'Arkiv'; |
| | | $labels['buttontitle'] = 'Arkiver meldingen'; |
| | | $labels['archived'] = 'Arkivert'; |
| | | $labels['archivedreload'] = 'Arkivering vellykket. Last inn siden på nytt for å se de nye arkivmappene.'; |
| | | $labels['archiveerror'] = 'Noen meldinger kunne ikke arkiveres'; |
| | | $labels['archivefolder'] = 'Arkiv'; |
| | | $labels['settingstitle'] = 'Arkiv'; |
| | | $labels['archivetype'] = 'Del arkiv etter'; |
| | | $labels['archivetypeyear'] = 'År (f.eks. Arkiv/2012)'; |
| | | $labels['archivetypemonth'] = 'Måned (f.eks. Arkiv/2012/06)'; |
| | | $labels['archivetypefolder'] = 'Opprinnelig mappe'; |
| | | $labels['archivetypesender'] = 'Sender email'; |
| | | $labels['unkownsender'] = 'ukjent'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/nl_NL/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'Archief'; |
| | | $labels['archivefolder'] = 'Archief'; |
| | | $labels['buttontitle'] = 'Archiveer dit bericht'; |
| | | $labels['archived'] = 'Succesvol gearchiveerd'; |
| | | $labels['archivedreload'] = 'Succesvol gearchiveerd. Herlaad de pagina om de nieuwe archiefmappen te bekijken.'; |
| | | $labels['archiveerror'] = 'Sommige berichten kunnen niet gearchiveerd worden'; |
| | | $labels['archivefolder'] = 'Archief'; |
| | | $labels['settingstitle'] = 'Archiveren'; |
| | | $labels['archivetype'] = 'Archief opdelen in'; |
| | | $labels['archivetypeyear'] = 'Jaar (bijv. Archief/2012)'; |
| | | $labels['archivetypemonth'] = 'Maand (bijv. Archief/2012/06)'; |
| | | $labels['archivetypefolder'] = 'Originele map'; |
| | | $labels['archivetypesender'] = 'Afzender e-mail'; |
| | | $labels['unkownsender'] = 'onbekend'; |
| | | |
| | | ?> |
New file |
| | |
| | | <?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 = array(); |
| | | $labels['buttontext'] = 'Arkiver'; |
| | | $labels['buttontitle'] = 'Arkiver meldinga'; |
| | | $labels['archived'] = 'Arkivert'; |
| | | $labels['archivedreload'] = 'Arkivering vellukka. Last inn sida på nytt for å sjå dei nye arkivmappene.'; |
| | | $labels['archiveerror'] = 'Nokre meldingar kunne ikkje arkiverast'; |
| | | $labels['archivefolder'] = 'Arkiver'; |
| | | $labels['settingstitle'] = 'Arkiv'; |
| | | $labels['archivetype'] = 'Del arkiv etter'; |
| | | $labels['archivetypeyear'] = 'År (f.eks. Arkiv/2012)'; |
| | | $labels['archivetypemonth'] = 'Månad (f.eks. Arkiv/2012/06)'; |
| | | $labels['archivetypefolder'] = 'Opprinneleg mappe'; |
| | | $labels['archivetypesender'] = 'Sender email'; |
| | | $labels['unkownsender'] = 'ukjent'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/pl_PL/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'Archiwum'; |
| | | $labels['archivefolder'] = 'Archiwum'; |
| | | $labels['buttontitle'] = 'Przenieś do archiwum'; |
| | | $labels['archived'] = 'Pomyślnie zarchiwizowano'; |
| | | $labels['archivedreload'] = 'Pomyślnie zarchiwizowano. Odśwież stronę aby zobaczyć nowe foldery.'; |
| | | $labels['archiveerror'] = 'Nie można zarchiwizować niektórych wiadomości'; |
| | | $labels['archivefolder'] = 'Archiwum'; |
| | | $labels['settingstitle'] = 'Archiwum'; |
| | | $labels['archivetype'] = 'Podziel archiwum wg'; |
| | | $labels['archivetypeyear'] = 'Roku (np. Archiwum/2012)'; |
| | | $labels['archivetypemonth'] = 'Miesiąca (np. Archiwum/2012/06)'; |
| | | $labels['archivetypefolder'] = 'Oryginalny folder'; |
| | | $labels['archivetypesender'] = 'E-mail nadawcy'; |
| | | $labels['unkownsender'] = 'nieznany'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/pt_BR/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'Arquivo'; |
| | | $labels['archivefolder'] = 'Arquivo'; |
| | | $labels['buttontitle'] = 'Arquivar esta mensagem'; |
| | | $labels['archived'] = 'Arquivada com sucesso'; |
| | | $labels['archivedreload'] = 'Successfully archived. Reload the page to see the new archive folders.'; |
| | | $labels['archiveerror'] = 'Some messages could not be archived'; |
| | | $labels['archivefolder'] = 'Arquivo'; |
| | | $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'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/pt_PT/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: David | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'Arquivo'; |
| | | $labels['archivefolder'] = 'Arquivo'; |
| | | $labels['buttontitle'] = 'Arquivar esta mensagem'; |
| | | $labels['archived'] = 'Arquivada com sucesso'; |
| | | $labels['archivedreload'] = 'Arquivado com sucesso. Recarregue a página para ver as novas pastas de arquivo.'; |
| | | $labels['archiveerror'] = 'Algumas mensagens não puderam ser arquivadas'; |
| | | $labels['archivefolder'] = 'Arquivo'; |
| | | $labels['settingstitle'] = 'Arquivo'; |
| | | $labels['archivetype'] = 'Dividir arquivo por'; |
| | | $labels['archivetypeyear'] = 'Ano (ex. Arquivo/2012)'; |
| | | $labels['archivetypemonth'] = 'Mês (ex. Arquivo/2012/06)'; |
| | | $labels['archivetypefolder'] = 'Pasta original'; |
| | | $labels['archivetypesender'] = 'E-mail do remetente'; |
| | | $labels['unkownsender'] = 'desconhecido'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/ro_RO/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: tudor <tudor@starnet-alba.ro> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'Arhivă'; |
| | | $labels['archivefolder'] = 'Arhivă'; |
| | | $labels['buttontitle'] = 'Arhivează acest mesaj.'; |
| | | $labels['archived'] = 'Arhivare reuşită.'; |
| | | $labels['archivedreload'] = 'Arhivat cu succes. Reîncărcați pagina pentru a vedea noul dosar de arhivare.'; |
| | | $labels['archiveerror'] = 'Câteva mesaje nu au putut fi arhivate'; |
| | | $labels['archivefolder'] = 'Arhivă'; |
| | | $labels['settingstitle'] = 'Arhivă'; |
| | | $labels['archivetype'] = 'Divide arhiva pe'; |
| | | $labels['archivetypeyear'] = 'Ani (ex. Arhiva/2013)'; |
| | | $labels['archivetypemonth'] = 'Luni (ex. Arhiva/2013/06)'; |
| | | $labels['archivetypefolder'] = 'Dosar original'; |
| | | $labels['archivetypesender'] = 'E-mail expeditor'; |
| | | $labels['unkownsender'] = 'necunoscut'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/ru_RU/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'Архив'; |
| | | $labels['archivefolder'] = 'Архив'; |
| | | $labels['buttontitle'] = 'Переместить выбранное в архив'; |
| | | $labels['archived'] = 'Перенесено в Архив'; |
| | | $labels['archivedreload'] = 'Успешно заархивировано. Обновите страницу, чтобы увидеть новые папки архива.'; |
| | | $labels['archiveerror'] = 'Некоторые сообщения не могут быть заархивированы'; |
| | | $labels['archivefolder'] = 'Архив'; |
| | | $labels['settingstitle'] = 'Архив'; |
| | | $labels['archivetype'] = 'Разделить архив по'; |
| | | $labels['archivetypeyear'] = 'Год (например, Архив/2012)'; |
| | | $labels['archivetypemonth'] = 'Месяц (например, Архив/2012/06)'; |
| | | $labels['archivetypefolder'] = 'Исходная папка'; |
| | | $labels['archivetypesender'] = 'Адрес отправителя'; |
| | | $labels['unkownsender'] = 'неизвестно'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/si_LK/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Mohamed Rizmi | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'සංරක්ෂණය'; |
| | | $labels['archivefolder'] = 'සංරක්ෂණය'; |
| | | $labels['buttontitle'] = 'මෙම පණිවිඩය සංරක්ෂණය කරන්න'; |
| | | $labels['archived'] = 'සංරක්ෂණය සාර්ථකයි'; |
| | | $labels['archivedreload'] = 'Successfully archived. Reload the page to see the new archive folders.'; |
| | | $labels['archiveerror'] = 'Some messages could not be archived'; |
| | | $labels['archivefolder'] = 'සංරක්ෂණය'; |
| | | $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'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/sk_SK/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: panda | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'Archivovať'; |
| | | $labels['archivefolder'] = 'Archivovať'; |
| | | $labels['buttontitle'] = 'Archivovať túto správu'; |
| | | $labels['archived'] = 'Úspešne archivované'; |
| | | $labels['archivedreload'] = 'Successfully archived. Reload the page to see the new archive folders.'; |
| | | $labels['archiveerror'] = 'Some messages could not be archived'; |
| | | $labels['archivefolder'] = 'Archivovať'; |
| | | $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'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/sl_SI/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Barbara Krasovec <barbarak@arnes.si> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'Arhiv'; |
| | | $labels['archivefolder'] = 'Arhiv'; |
| | | $labels['buttontitle'] = 'Arhiviraj to sporočilo'; |
| | | $labels['archived'] = 'Sporočilo je bilo uspešno arhivirano'; |
| | | $labels['archivedreload'] = 'Successfully archived. Reload the page to see the new archive folders.'; |
| | | $labels['archiveerror'] = 'Some messages could not be archived'; |
| | | $labels['archivefolder'] = 'Arhiv'; |
| | | $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'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/sr_CS/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Saša Zejnilović <zejnils@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'Arhiva'; |
| | | $labels['archivefolder'] = 'Arhiva'; |
| | | $labels['buttontitle'] = 'Arhivirati ovu poruku'; |
| | | $labels['archived'] = 'Uspěšno arhivirano'; |
| | | $labels['archivedreload'] = 'Successfully archived. Reload the page to see the new archive folders.'; |
| | | $labels['archiveerror'] = 'Some messages could not be archived'; |
| | | $labels['archivefolder'] = 'Arhiva'; |
| | | $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'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/sv_SE/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Jonas Nasholm | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'Arkiv'; |
| | | $labels['archivefolder'] = 'Arkiv'; |
| | | $labels['buttontext'] = 'Arkivera'; |
| | | $labels['buttontitle'] = 'Arkivera meddelande'; |
| | | $labels['archived'] = 'Meddelandet är arkiverat'; |
| | | $labels['archivedreload'] = 'Meddelandet är arkiverat. Ladda om sidan för att se de nya arkivkatalogerna.'; |
| | | $labels['archiveerror'] = 'Några meddelanden kunde inte arkiveras'; |
| | | $labels['archivefolder'] = 'Arkiv'; |
| | | $labels['settingstitle'] = 'Arkiv'; |
| | | $labels['archivetype'] = 'Uppdelning av arkiv'; |
| | | $labels['archivetypeyear'] = 'År (ex. Arkiv/2012)'; |
| | | $labels['archivetypemonth'] = 'Månad (ex. Arkiv/2012/06)'; |
| | | $labels['archivetypefolder'] = 'Ursprunglig katalog'; |
| | | $labels['archivetypesender'] = 'Avsändaradress'; |
| | | $labels['unkownsender'] = 'Okänd'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/tr_TR/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: ismail yenigul | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'Arşiv'; |
| | | $labels['archivefolder'] = 'Arşiv'; |
| | | $labels['buttontitle'] = 'Bu postayı arşivle'; |
| | | $labels['archived'] = 'Başarıyla arşivlendi'; |
| | | $labels['archivedreload'] = 'Successfully archived. Reload the page to see the new archive folders.'; |
| | | $labels['archiveerror'] = 'Some messages could not be archived'; |
| | | $labels['archivefolder'] = 'Arşiv'; |
| | | $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'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/uk_UA/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Anton Gladky | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'Архів'; |
| | | $labels['archivefolder'] = 'Архів'; |
| | | $labels['buttontitle'] = 'Архівувати це повідомлення'; |
| | | $labels['archived'] = 'Перенесено в архів'; |
| | | $labels['archivedreload'] = 'Successfully archived. Reload the page to see the new archive folders.'; |
| | | $labels['archiveerror'] = 'Some messages could not be archived'; |
| | | $labels['archivefolder'] = 'Архів'; |
| | | $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'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/vi_VN/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Kenny Tran <kennethanh@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = 'Lưu trữ'; |
| | | $labels['archivefolder'] = 'Lưu trữ'; |
| | | $labels['buttontitle'] = 'Lưu lại bức thư này'; |
| | | $labels['archived'] = 'Lưu lại thành công'; |
| | | $labels['archivedreload'] = 'Successfully archived. Reload the page to see the new archive folders.'; |
| | | $labels['archiveerror'] = 'Some messages could not be archived'; |
| | | $labels['archivefolder'] = 'Lưu trữ'; |
| | | $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'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/zh_CN/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: waring_id | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = '存档'; |
| | | $labels['archivefolder'] = '存档'; |
| | | $labels['buttontitle'] = '将该信息存档'; |
| | | $labels['archived'] = '存档成功'; |
| | | $labels['archivedreload'] = 'Successfully archived. Reload the page to see the new archive folders.'; |
| | | $labels['archiveerror'] = 'Some messages could not be archived'; |
| | | $labels['archivefolder'] = '存档'; |
| | | $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'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/zh_TW/labels.inc | |
| | | | plugins/archive/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['buttontext'] = '封存'; |
| | | $labels['archivefolder'] = '封存'; |
| | | $labels['buttontitle'] = '封存此信件'; |
| | | $labels['archived'] = '已成功封存'; |
| | | $labels['archivedreload'] = 'Successfully archived. Reload the page to see the new archive folders.'; |
| | | $labels['archiveerror'] = 'Some messages could not be archived'; |
| | | $labels['archivefolder'] = '封存'; |
| | | $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'; |
| | | |
| | | ?> |
| | |
| | | <name>archive</name> |
| | | <channel>pear.roundcube.net</channel> |
| | | <summary>Archive feature for Roundcube</summary> |
| | | <description>This adds a button to move the selected messages to an archive folder. The folder can be selected in the settings panel.</description> |
| | | <description>This adds a button to move the selected messages to an archive folder. The folder (and the optional structure of subfolders) can be selected in the settings panel.</description> |
| | | <lead> |
| | | <name>Thomas Bruederli</name> |
| | | <user>thomasb</user> |
| | | <email>roundcube@gmail.com</email> |
| | | <active>yes</active> |
| | | </lead> |
| | | <date>2011-11-23</date> |
| | | <date>2013-01-20</date> |
| | | <version> |
| | | <release>1.6</release> |
| | | <api>1.6</api> |
| | | <release>2.0</release> |
| | | <api>2.0</api> |
| | | </version> |
| | | <stability> |
| | | <release>stable</release> |
| | |
| | | <tasks:replace from="@name@" to="name" type="package-info"/> |
| | | <tasks:replace from="@package_version@" to="version" type="package-info"/> |
| | | </file> |
| | | <file name="localization/ar_SA.inc" role="data"></file> |
| | | <file name="localization/az_AZ.inc" role="data"></file> |
| | | <file name="localization/be_BE.inc" role="data"></file> |
| | | <file name="localization/bg_BG.inc" role="data"></file> |
| | | <file name="localization/bs_BA.inc" role="data"></file> |
| | | <file name="localization/ca_ES.inc" role="data"></file> |
| | | <file name="localization/cs_CZ.inc" role="data"></file> |
| | | <file name="localization/cy_GB.inc" role="data"></file> |
| | | <file name="localization/da_DK.inc" role="data"></file> |
| | | <file name="localization/de_CH.inc" role="data"></file> |
| | | <file name="localization/de_DE.inc" role="data"></file> |
| | | <file name="localization/el_GR.inc" role="data"></file> |
| | | <file name="localization/eb_GB.inc" role="data"></file> |
| | | <file name="localization/en_US.inc" role="data"></file> |
| | | <file name="localization/es_AR.inc" role="data"></file> |
| | | <file name="localization/es_ES.inc" role="data"></file> |
| | | <file name="localization/et_EE.inc" role="data"></file> |
| | | <file name="localization/fa_IR.inc" role="data"></file> |
| | | <file name="localization/fi_FI.inc" role="data"></file> |
| | | <file name="localization/fr_FR.inc" role="data"></file> |
| | | <file name="localization/gl_ES.inc" role="data"></file> |
| | | <file name="localization/he_IL.inc" role="data"></file> |
| | | <file name="localization/hr_HR.inc" role="data"></file> |
| | | <file name="localization/hu_HU.inc" role="data"></file> |
| | | <file name="localization/hy_AM.inc" role="data"></file> |
| | | <file name="localization/id_ID.inc" role="data"></file> |
| | | <file name="localization/it_IT.inc" role="data"></file> |
| | | <file name="localization/ja_JP.inc" role="data"></file> |
| | | <file name="localization/km_KH.inc" role="data"></file> |
| | | <file name="localization/ko_KR.inc" role="data"></file> |
| | | <file name="localization/lt_LT.inc" role="data"></file> |
| | | <file name="localization/lv_LV.inc" role="data"></file> |
| | | <file name="localization/ml_IN.inc" role="data"></file> |
| | | <file name="localization/nb_NO.inc" role="data"></file> |
| | | <file name="localization/nl_NL.inc" role="data"></file> |
| | | <file name="localization/nn_NO.inc" role="data"></file> |
| | | <file name="localization/pl_PL.inc" role="data"></file> |
| | | <file name="localization/pt_BR.inc" role="data"></file> |
| | | <file name="localization/pt_PT.inc" role="data"></file> |
| | | <file name="localization/ru_RU.inc" role="data"></file> |
| | | <file name="localization/si_LK.inc" role="data"></file> |
| | | <file name="localization/sk_SK.inc" role="data"></file> |
| | | <file name="localization/sl_SI.inc" role="data"></file> |
| | | <file name="localization/sr_CS.inc" role="data"></file> |
| | | <file name="localization/sv_SE.inc" role="data"></file> |
| | | <file name="localization/tr_TR.inc" role="data"></file> |
| | | <file name="localization/uk_UA.inc" role="data"></file> |
| | | <file name="localization/vi_VN.inc" role="data"></file> |
| | | <file name="localization/zh_CN.inc" role="data"></file> |
| | | <file name="localization/zh_TW.inc" role="data"></file> |
| | | <file name="skins/classic/archive_act.png" role="data"></file> |
| | | <file name="skins/classic/archive_pas.png" role="data"></file> |
New file |
| | |
| | | <?php |
| | | |
| | | class Archive_Plugin extends PHPUnit_Framework_TestCase |
| | | { |
| | | |
| | | function setUp() |
| | | { |
| | | include_once dirname(__FILE__) . '/../archive.php'; |
| | | } |
| | | |
| | | /** |
| | | * Plugin object construction test |
| | | */ |
| | | function test_constructor() |
| | | { |
| | | $rcube = rcube::get_instance(); |
| | | $plugin = new archive($rcube->api); |
| | | |
| | | $this->assertInstanceOf('archive', $plugin); |
| | | $this->assertInstanceOf('rcube_plugin', $plugin); |
| | | } |
| | | } |
| | | |
New file |
| | |
| | | <?php |
| | | |
| | | class Autologon_Plugin extends PHPUnit_Framework_TestCase |
| | | { |
| | | |
| | | function setUp() |
| | | { |
| | | include_once dirname(__FILE__) . '/../autologon.php'; |
| | | } |
| | | |
| | | /** |
| | | * Plugin object construction test |
| | | */ |
| | | function test_constructor() |
| | | { |
| | | $rcube = rcube::get_instance(); |
| | | $plugin = new autologon($rcube->api); |
| | | |
| | | $this->assertInstanceOf('autologon', $plugin); |
| | | $this->assertInstanceOf('rcube_plugin', $plugin); |
| | | } |
| | | } |
| | | |
| | |
| | | $data = base64_encode($data); |
| | | |
| | | $status = $rcmail->db->query( |
| | | "INSERT INTO ".get_table_name('cache') |
| | | "INSERT INTO ".$rcmail->db->table_name('cache') |
| | | ." (created, user_id, cache_key, data)" |
| | | ." VALUES (".$rcmail->db->now().", ?, ?, ?)", |
| | | $_SESSION['user_id'], |
| | |
| | | $data = base64_encode($args['data']); |
| | | |
| | | $status = $rcmail->db->query( |
| | | "INSERT INTO ".get_table_name('cache') |
| | | "INSERT INTO ".$rcmail->db->table_name('cache') |
| | | ." (created, user_id, cache_key, data)" |
| | | ." VALUES (".$rcmail->db->now().", ?, ?, ?)", |
| | | $_SESSION['user_id'], |
| | |
| | | $args['status'] = false; |
| | | $rcmail = rcmail::get_instance(); |
| | | $status = $rcmail->db->query( |
| | | "DELETE FROM ".get_table_name('cache') |
| | | "DELETE FROM ".$rcmail->db->table_name('cache') |
| | | ." WHERE user_id = ?" |
| | | ." AND cache_key = ?", |
| | | $_SESSION['user_id'], |
| | |
| | | |
| | | $sql_result = $rcmail->db->query( |
| | | "SELECT data" |
| | | ." FROM ".get_table_name('cache') |
| | | ." FROM ".$rcmail->db->table_name('cache') |
| | | ." WHERE user_id=?" |
| | | ." AND cache_key=?", |
| | | $_SESSION['user_id'], |
| | |
| | | $prefix = $this->cache_prefix . $args['group']; |
| | | $rcmail = rcmail::get_instance(); |
| | | $rcmail->db->query( |
| | | "DELETE FROM ".get_table_name('cache') |
| | | "DELETE FROM ".$rcmail->db->table_name('cache') |
| | | ." WHERE user_id = ?" |
| | | ." AND cache_key LIKE '{$prefix}%'", |
| | | $_SESSION['user_id']); |
New file |
| | |
| | | <?php |
| | | |
| | | class DatabaseAttachments_Plugin extends PHPUnit_Framework_TestCase |
| | | { |
| | | |
| | | function setUp() |
| | | { |
| | | include_once dirname(__FILE__) . '/../database_attachments.php'; |
| | | } |
| | | |
| | | /** |
| | | * Plugin object construction test |
| | | */ |
| | | function test_constructor() |
| | | { |
| | | $rcube = rcube::get_instance(); |
| | | $plugin = new database_attachments($rcube->api); |
| | | |
| | | $this->assertInstanceOf('database_attachments', $plugin); |
| | | $this->assertInstanceOf('rcube_plugin', $plugin); |
| | | } |
| | | } |
| | | |
| | |
| | | return $args; |
| | | } |
| | | |
| | | function __destruct(){ |
| | | $this->runlog->end(); |
| | | function __destruct() |
| | | { |
| | | if ($this->runlog) |
| | | $this->runlog->end(); |
| | | } |
| | | } |
| | | ?> |
New file |
| | |
| | | <?php |
| | | |
| | | class DebugLogger_Plugin extends PHPUnit_Framework_TestCase |
| | | { |
| | | |
| | | function setUp() |
| | | { |
| | | include_once dirname(__FILE__) . '/../debug_logger.php'; |
| | | } |
| | | |
| | | /** |
| | | * Plugin object construction test |
| | | */ |
| | | function test_constructor() |
| | | { |
| | | $rcube = rcube::get_instance(); |
| | | $plugin = new debug_logger($rcube->api); |
| | | |
| | | $this->assertInstanceOf('debug_logger', $plugin); |
| | | $this->assertInstanceOf('rcube_plugin', $plugin); |
| | | } |
| | | } |
| | | |
New file |
| | |
| | | <?php |
| | | |
| | | class Emoticons_Plugin extends PHPUnit_Framework_TestCase |
| | | { |
| | | |
| | | function setUp() |
| | | { |
| | | include_once dirname(__FILE__) . '/../emoticons.php'; |
| | | } |
| | | |
| | | /** |
| | | * Plugin object construction test |
| | | */ |
| | | function test_constructor() |
| | | { |
| | | $rcube = rcube::get_instance(); |
| | | $plugin = new emoticons($rcube->api); |
| | | |
| | | $this->assertInstanceOf('emoticons', $plugin); |
| | | $this->assertInstanceOf('rcube_plugin', $plugin); |
| | | } |
| | | } |
| | | |
| | |
| | | $this->register_action('plugin.enigma', array($this, 'preferences_ui')); |
| | | |
| | | // grab keys/certs management iframe requests |
| | | $section = get_input_value('_section', RCUBE_INPUT_GET); |
| | | $section = rcube_utils::get_input_value('_section', rcube_utils::INPUT_GET); |
| | | if ($this->rc->action == 'edit-prefs' && preg_match('/^enigma(certs|keys)/', $section)) { |
| | | $this->load_ui(); |
| | | $this->ui->init($section); |
| | |
| | | { |
| | | if ($p['section'] == 'enigmasettings') { |
| | | $a['prefs'] = array( |
| | | // 'dummy' => get_input_value('_dummy', RCUBE_INPUT_POST), |
| | | // 'dummy' => rcube_utils::get_input_value('_dummy', rcube_utils::INPUT_POST), |
| | | ); |
| | | } |
| | | |
| | |
| | | $attrib['class'] = 'enigmaerror'; |
| | | $code = $status->getCode(); |
| | | if ($code == enigma_error::E_KEYNOTFOUND) |
| | | $msg = Q(str_replace('$keyid', enigma_key::format_id($status->getData('id')), |
| | | $msg = rcube::Q(str_replace('$keyid', enigma_key::format_id($status->getData('id')), |
| | | $this->gettext('decryptnokey'))); |
| | | else if ($code == enigma_error::E_BADPASS) |
| | | $msg = Q($this->gettext('decryptbadpass')); |
| | | $msg = rcube::Q($this->gettext('decryptbadpass')); |
| | | else |
| | | $msg = Q($this->gettext('decrypterror')); |
| | | $msg = rcube::Q($this->gettext('decrypterror')); |
| | | } |
| | | else { |
| | | $attrib['class'] = 'enigmanotice'; |
| | | $msg = Q($this->gettext('decryptok')); |
| | | $msg = rcube::Q($this->gettext('decryptok')); |
| | | } |
| | | |
| | | $p['prefix'] .= html::div($attrib, $msg); |
| | |
| | | if ($sig->valid) { |
| | | $attrib['class'] = 'enigmanotice'; |
| | | $sender = ($sig->name ? $sig->name . ' ' : '') . '<' . $sig->email . '>'; |
| | | $msg = Q(str_replace('$sender', $sender, $this->gettext('sigvalid'))); |
| | | $msg = rcube::Q(str_replace('$sender', $sender, $this->gettext('sigvalid'))); |
| | | } |
| | | else { |
| | | $attrib['class'] = 'enigmawarning'; |
| | | $sender = ($sig->name ? $sig->name . ' ' : '') . '<' . $sig->email . '>'; |
| | | $msg = Q(str_replace('$sender', $sender, $this->gettext('siginvalid'))); |
| | | $msg = rcube::Q(str_replace('$sender', $sender, $this->gettext('siginvalid'))); |
| | | } |
| | | } |
| | | else if ($sig->getCode() == enigma_error::E_KEYNOTFOUND) { |
| | | $attrib['class'] = 'enigmawarning'; |
| | | $msg = Q(str_replace('$keyid', enigma_key::format_id($sig->getData('id')), |
| | | $msg = rcube::Q(str_replace('$keyid', enigma_key::format_id($sig->getData('id')), |
| | | $this->gettext('signokey'))); |
| | | } |
| | | else { |
| | | $attrib['class'] = 'enigmaerror'; |
| | | $msg = Q($this->gettext('sigerror')); |
| | | $msg = rcube::Q($this->gettext('sigerror')); |
| | | } |
| | | /* |
| | | $msg .= ' ' . html::a(array('href' => "#sigdetails", |
| | | 'onclick' => JS_OBJECT_NAME.".command('enigma-sig-details')"), |
| | | Q($this->gettext('showdetails'))); |
| | | 'onclick' => rcmail_output::JS_OBJECT_NAME.".command('enigma-sig-details')"), |
| | | rcube::Q($this->gettext('showdetails'))); |
| | | */ |
| | | // test |
| | | // $msg .= '<br /><pre>'.$sig->body.'</pre>'; |
| | |
| | | $p['content'] .= html::p(array('style' => $style), |
| | | html::a(array( |
| | | 'href' => "#", |
| | | 'onclick' => "return ".JS_OBJECT_NAME.".enigma_import_attachment('".JQ($part)."')", |
| | | 'onclick' => "return ".rcmail_output::JS_OBJECT_NAME.".enigma_import_attachment('".rcube::JQ($part)."')", |
| | | 'title' => $this->gettext('keyattimport')), |
| | | html::img(array('src' => $this->url('skins/classic/key_add.png'), 'style' => "vertical-align:middle"))) |
| | | . ' ' . html::span(null, $this->gettext('keyattfound'))); |
| | |
| | | $this->pgp_driver = new $driver($username); |
| | | |
| | | if (!$this->pgp_driver) { |
| | | raise_error(array( |
| | | rcube::raise_error(array( |
| | | 'code' => 600, 'type' => 'php', |
| | | 'file' => __FILE__, 'line' => __LINE__, |
| | | 'message' => "Enigma plugin: Unable to load PGP driver: $driver" |
| | |
| | | $result = $this->pgp_driver->init(); |
| | | |
| | | if ($result instanceof enigma_error) { |
| | | raise_error(array( |
| | | rcube::raise_error(array( |
| | | 'code' => 600, 'type' => 'php', |
| | | 'file' => __FILE__, 'line' => __LINE__, |
| | | 'message' => "Enigma plugin: ".$result->getMessage() |
| | |
| | | $this->smime_driver = new $driver($username); |
| | | |
| | | if (!$this->smime_driver) { |
| | | raise_error(array( |
| | | rcube::raise_error(array( |
| | | 'code' => 600, 'type' => 'php', |
| | | 'file' => __FILE__, 'line' => __LINE__, |
| | | 'message' => "Enigma plugin: Unable to load S/MIME driver: $driver" |
| | |
| | | $result = $this->smime_driver->init(); |
| | | |
| | | if ($result instanceof enigma_error) { |
| | | raise_error(array( |
| | | rcube::raise_error(array( |
| | | 'code' => 600, 'type' => 'php', |
| | | 'file' => __FILE__, 'line' => __LINE__, |
| | | 'message' => "Enigma plugin: ".$result->getMessage() |
| | |
| | | $sig = $this->pgp_driver->verify($msg_body, $sig_body); |
| | | |
| | | if (($sig instanceof enigma_error) && $sig->getCode() != enigma_error::E_KEYNOTFOUND) |
| | | raise_error(array( |
| | | rcube::raise_error(array( |
| | | 'code' => 600, 'type' => 'php', |
| | | 'file' => __FILE__, 'line' => __LINE__, |
| | | 'message' => "Enigma plugin: " . $error->getMessage() |
| | |
| | | if ($result instanceof enigma_error) { |
| | | $err_code = $result->getCode(); |
| | | if (!in_array($err_code, array(enigma_error::E_KEYNOTFOUND, enigma_error::E_BADPASS))) |
| | | raise_error(array( |
| | | rcube::raise_error(array( |
| | | 'code' => 600, 'type' => 'php', |
| | | 'file' => __FILE__, 'line' => __LINE__, |
| | | 'message' => "Enigma plugin: " . $result->getMessage() |
| | |
| | | $result = $this->pgp_driver->list_keys($pattern); |
| | | |
| | | if ($result instanceof enigma_error) { |
| | | raise_error(array( |
| | | rcube::raise_error(array( |
| | | 'code' => 600, 'type' => 'php', |
| | | 'file' => __FILE__, 'line' => __LINE__, |
| | | 'message' => "Enigma plugin: " . $result->getMessage() |
| | |
| | | $result = $this->pgp_driver->get_key($keyid); |
| | | |
| | | if ($result instanceof enigma_error) { |
| | | raise_error(array( |
| | | rcube::raise_error(array( |
| | | 'code' => 600, 'type' => 'php', |
| | | 'file' => __FILE__, 'line' => __LINE__, |
| | | 'message' => "Enigma plugin: " . $result->getMessage() |
| | |
| | | $result = $this->pgp_driver->import($content, $isfile); |
| | | |
| | | if ($result instanceof enigma_error) { |
| | | raise_error(array( |
| | | rcube::raise_error(array( |
| | | 'code' => 600, 'type' => 'php', |
| | | 'file' => __FILE__, 'line' => __LINE__, |
| | | 'message' => "Enigma plugin: " . $result->getMessage() |
| | |
| | | */ |
| | | function import_file() |
| | | { |
| | | $uid = get_input_value('_uid', RCUBE_INPUT_POST); |
| | | $mbox = get_input_value('_mbox', RCUBE_INPUT_POST); |
| | | $mime_id = get_input_value('_part', RCUBE_INPUT_POST); |
| | | $uid = rcube_utils::get_input_value('_uid', rcube_utils::INPUT_POST); |
| | | $mbox = rcube_utils::get_input_value('_mbox', rcube_utils::INPUT_POST); |
| | | $mime_id = rcube_utils::get_input_value('_part', rcube_utils::INPUT_POST); |
| | | |
| | | if ($uid && $mime_id) { |
| | | $part = $this->rc->storage->get_message_part($uid, $mime_id); |
| | |
| | | |
| | | // Enigma actions |
| | | if ($this->rc->action == 'plugin.enigma') { |
| | | $action = get_input_value('_a', RCUBE_INPUT_GPC); |
| | | $action = rcube_utils::get_input_value('_a', rcube_utils::INPUT_GPC); |
| | | |
| | | switch ($action) { |
| | | case 'keyedit': |
| | |
| | | $a_show_cols = array('name'); |
| | | |
| | | // create XHTML table |
| | | $out = rcube_table_output($attrib, array(), $a_show_cols, 'id'); |
| | | $out = $this->rc->table_output($attrib, array(), $a_show_cols, 'id'); |
| | | |
| | | // set client env |
| | | $this->rc->output->add_gui_object('keyslist', $attrib['id']); |
| | |
| | | $this->enigma->load_engine(); |
| | | |
| | | $pagesize = $this->rc->config->get('pagesize', 100); |
| | | $page = max(intval(get_input_value('_p', RCUBE_INPUT_GPC)), 1); |
| | | $search = get_input_value('_q', RCUBE_INPUT_GPC); |
| | | $page = max(intval(rcube_utils::get_input_value('_p', rcube_utils::INPUT_GPC)), 1); |
| | | $search = rcube_utils::get_input_value('_q', rcube_utils::INPUT_GPC); |
| | | |
| | | // define list of cols to be displayed |
| | | $a_show_cols = array('name'); |
| | |
| | | // Add rows |
| | | foreach($list as $idx => $key) { |
| | | $this->rc->output->command('enigma_add_list_row', |
| | | array('name' => Q($key->name), 'id' => $key->id)); |
| | | array('name' => rcube::Q($key->name), 'id' => $key->id)); |
| | | } |
| | | } |
| | | } |
| | |
| | | */ |
| | | private function key_info() |
| | | { |
| | | $id = get_input_value('_id', RCUBE_INPUT_GET); |
| | | $id = rcube_utils::get_input_value('_id', rcube_utils::INPUT_GET); |
| | | |
| | | $this->enigma->load_engine(); |
| | | $res = $this->enigma->engine->get_key($id); |
| | |
| | | */ |
| | | function tpl_key_name($attrib) |
| | | { |
| | | return Q($this->data->name); |
| | | return rcube::Q($this->data->name); |
| | | } |
| | | |
| | | /** |
| | |
| | | |
| | | // Key user ID |
| | | $table->add('title', $this->enigma->gettext('keyuserid')); |
| | | $table->add(null, Q($this->data->name)); |
| | | $table->add(null, rcube::Q($this->data->name)); |
| | | // Key ID |
| | | $table->add('title', $this->enigma->gettext('keyid')); |
| | | $table->add(null, $this->data->subkeys[0]->get_short_id()); |
| | |
| | | else if ($err = $_FILES['_file']['error']) { |
| | | if ($err == UPLOAD_ERR_INI_SIZE || $err == UPLOAD_ERR_FORM_SIZE) { |
| | | $this->rc->output->show_message('filesizeerror', 'error', |
| | | array('size' => show_bytes(parse_bytes(ini_get('upload_max_filesize'))))); |
| | | array('size' => $this->rc->show_bytes(parse_bytes(ini_get('upload_max_filesize'))))); |
| | | } else { |
| | | $this->rc->output->show_message('fileuploaderror', 'error'); |
| | | } |
| | |
| | | 'id' => 'rcmimportfile', 'size' => 30)); |
| | | |
| | | $form = html::p(null, |
| | | Q($this->enigma->gettext('keyimporttext'), 'show') |
| | | rcube::Q($this->enigma->gettext('keyimporttext'), 'show') |
| | | . html::br() . html::br() . $upload->show() |
| | | ); |
| | | |
| | |
| | | $chbox = new html_checkbox(array('value' => 1)); |
| | | |
| | | $menu->add(null, html::label(array('for' => 'enigmadefaultopt'), |
| | | Q($this->enigma->gettext('identdefault')))); |
| | | rcube::Q($this->enigma->gettext('identdefault')))); |
| | | $menu->add(null, $chbox->show(1, array('name' => '_enigma_default', 'id' => 'enigmadefaultopt'))); |
| | | |
| | | $menu->add(null, html::label(array('for' => 'enigmasignopt'), |
| | | Q($this->enigma->gettext('signmsg')))); |
| | | rcube::Q($this->enigma->gettext('signmsg')))); |
| | | $menu->add(null, $chbox->show(1, array('name' => '_enigma_sign', 'id' => 'enigmasignopt'))); |
| | | |
| | | $menu->add(null, html::label(array('for' => 'enigmacryptopt'), |
| | | Q($this->enigma->gettext('encryptmsg')))); |
| | | rcube::Q($this->enigma->gettext('encryptmsg')))); |
| | | $menu->add(null, $chbox->show(1, array('name' => '_enigma_crypt', 'id' => 'enigmacryptopt'))); |
| | | |
| | | $menu = html::div(array('id' => 'enigmamenu', 'class' => 'popupmenu'), |
New file |
| | |
| | | <?php |
| | | |
| | | class Enigma_Plugin extends PHPUnit_Framework_TestCase |
| | | { |
| | | |
| | | function setUp() |
| | | { |
| | | include_once dirname(__FILE__) . '/../enigma.php'; |
| | | } |
| | | |
| | | /** |
| | | * Plugin object construction test |
| | | */ |
| | | function test_constructor() |
| | | { |
| | | $rcube = rcube::get_instance(); |
| | | $plugin = new enigma($rcube->api); |
| | | |
| | | $this->assertInstanceOf('enigma', $plugin); |
| | | $this->assertInstanceOf('rcube_plugin', $plugin); |
| | | } |
| | | } |
| | | |
New file |
| | |
| | | <?php |
| | | |
| | | class ExampleAddressbook_Plugin extends PHPUnit_Framework_TestCase |
| | | { |
| | | |
| | | function setUp() |
| | | { |
| | | include_once dirname(__FILE__) . '/../example_addressbook.php'; |
| | | } |
| | | |
| | | /** |
| | | * Plugin object construction test |
| | | */ |
| | | function test_constructor() |
| | | { |
| | | $rcube = rcube::get_instance(); |
| | | $plugin = new example_addressbook($rcube->api); |
| | | |
| | | $this->assertInstanceOf('example_addressbook', $plugin); |
| | | $this->assertInstanceOf('rcube_plugin', $plugin); |
| | | } |
| | | } |
| | | |
New file |
| | |
| | | <?php |
| | | |
| | | class FilesystemAttachments_Plugin extends PHPUnit_Framework_TestCase |
| | | { |
| | | |
| | | function setUp() |
| | | { |
| | | include_once dirname(__FILE__) . '/../filesystem_attachments.php'; |
| | | } |
| | | |
| | | /** |
| | | * Plugin object construction test |
| | | */ |
| | | function test_constructor() |
| | | { |
| | | $rcube = rcube::get_instance(); |
| | | $plugin = new filesystem_attachments($rcube->api); |
| | | |
| | | $this->assertInstanceOf('filesystem_attachments', $plugin); |
| | | $this->assertInstanceOf('rcube_plugin', $plugin); |
| | | } |
| | | } |
| | | |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/ar_SA/labels.inc | |
| | | | plugins/help/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Benfarhat Elyes <benfarhat.elyes@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['about'] = 'حوْل'; |
| | | $labels['license'] = 'الرخصة'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/az_AZ/labels.inc | |
| | | | plugins/help/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Orkhan Guliyev <proger@box.az> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['about'] = 'Haqqında'; |
| | | $labels['license'] = 'Lisenziya'; |
| | | |
| | | ?> |
File was renamed from plugins/zipdownload/localization/zh_CN.inc |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/zh_CN/labels.inc | |
| | | | localization//labels.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
New file |
| | |
| | | <?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 = array(); |
| | | $labels['help'] = 'Skoazell'; |
| | | $labels['about'] = 'Diwar-benn'; |
| | | $labels['license'] = 'Lañvaz'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/bs_BA/labels.inc | |
| | | | plugins/help/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Kenan Dervišević <kenan3008@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['about'] = 'O programu'; |
| | | $labels['license'] = 'Licenca'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/ca_ES/labels.inc | |
| | | | plugins/help/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Jordi Sanfeliu <jordi@fibranet.cat> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['about'] = 'Quant a'; |
| | | $labels['license'] = 'Llicència'; |
| | | |
| | | ?> |
| | |
| | | <?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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/cs_CZ/labels.inc | |
| | | | | |
| | | | Language file of the Roundcube help plugin | |
| | | | Copyright (C) 2005-2009, The Roundcube Dev Team | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Milan Kozak <hodza@hodza.net> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | @version $Id: labels.inc 2993 2009-09-26 18:32:07Z alec $ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/cy_GB/labels.inc | |
| | | | plugins/help/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Dafydd Tomos | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['about'] = 'Amdan'; |
| | | $labels['license'] = 'Trwydded'; |
| | | |
| | | ?> |
| | |
| | | <?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 = array(); |
| | | $labels['help'] = 'Hjælp'; |
| | | $labels['about'] = 'Om'; |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/de_CH/labels.inc | |
| | | | plugins/help/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['about'] = 'Information'; |
| | | $labels['license'] = 'Lizenz'; |
| | | |
| | | ?> |
| | |
| | | <?php |
| | | // translation done by Ulli Heist - http://heist.hobby-site.org/ |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | 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 = array(); |
| | | $labels['help'] = 'Hilfe'; |
| | | $labels['about'] = 'Über'; |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/en_GB/labels.inc | |
| | | | plugins/help/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Anthony Harrington <untaintableangel@ubuntu.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['about'] = 'About'; |
| | | $labels['license'] = 'Licence'; |
| | | |
| | | ?> |
| | |
| | | <?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 = array(); |
| | | $labels['help'] = 'Help'; |
| | | $labels['about'] = 'About'; |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/eo/labels.inc | |
| | | | plugins/help/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Michael Moroni <michael.moroni@mailoo.org> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['about'] = 'Pri'; |
| | | $labels['license'] = 'Permesilo'; |
| | | |
| | | ?> |
| | |
| | | <?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 = array(); |
| | | $labels['help'] = 'Ayuda'; |
| | | $labels['about'] = 'Acerca de'; |
| | |
| | | <?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 = array(); |
| | | $labels['help'] = 'Abi'; |
| | | $labels['about'] = 'Roundcube info'; |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/fa_IR/labels.inc | |
| | | | plugins/help/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Hamid <abbaszadeh.h@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['about'] = 'درباره'; |
| | | $labels['license'] = 'گواهینامه'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/fi_FI/labels.inc | |
| | | | plugins/help/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Jiri Grönroos | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['about'] = 'Tietoja'; |
| | | $labels['license'] = 'Lisenssi'; |
| | | |
| | | ?> |
| | |
| | | <?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 = array(); |
| | | $labels['help'] = 'Aide'; |
| | | $labels['about'] = 'A propos'; |
| | |
| | | <?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 = array(); |
| | | $labels['help'] = 'Axuda'; |
| | | $labels['about'] = 'Acerca de'; |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/he_IL/labels.inc | |
| | | | plugins/help/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Moshe Leibovitch <moish@mln.co.il> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['about'] = 'אודות'; |
| | | $labels['license'] = 'רשיון'; |
| | | |
| | | ?> |
| | |
| | | <?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 = array(); |
| | | $labels['help'] = 'Segítség'; |
| | | $labels['about'] = 'Névjegy'; |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/hy_AM/labels.inc | |
| | | | plugins/help/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Vahan Yerkanian <vahan@yerkanian.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['about'] = 'Նկարագիր'; |
| | | $labels['license'] = 'Արտոնագիր'; |
| | | |
| | | ?> |
New file |
| | |
| | | <?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 = array(); |
| | | $labels['help'] = 'Bantuan'; |
| | | $labels['about'] = 'Tentang'; |
| | | $labels['license'] = 'Lisensi'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/it_IT/labels.inc | |
| | | | plugins/help/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Andrea Bernini <andrea.bernini@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['about'] = 'Informazioni'; |
| | | $labels['license'] = 'Licenza'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/ja_JP/labels.inc | |
| | | | plugins/help/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Takahiro Kambe | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['about'] = 'このプログラムについて'; |
| | | $labels['license'] = 'ライセンス'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/km_KH/labels.inc | |
| | | | plugins/help/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: samdyk | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['about'] = 'អំពី'; |
| | | $labels['license'] = 'អាជ្ញាប័ណ្ណ'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/ko_KR/labels.inc | |
| | | | plugins/help/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Kim, Woohyun <woohyun.kim@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['about'] = '정보'; |
| | | $labels['license'] = '라이센스'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/lt_LT/labels.inc | |
| | | | plugins/help/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Rimas Kudelis <rq@akl.lt> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['about'] = 'Apie'; |
| | | $labels['license'] = 'Licencija'; |
| | | |
| | | ?> |
New file |
| | |
| | | <?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 = array(); |
| | | $labels['help'] = 'Hjelp'; |
| | | $labels['about'] = 'Om'; |
| | | $labels['license'] = 'Lisensvilkår'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/nl_NL/labels.inc | |
| | | | plugins/help/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Geert Wirken | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['about'] = 'Over'; |
| | | $labels['license'] = 'Licentie'; |
| | | |
| | | ?> |
New file |
| | |
| | | <?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 = array(); |
| | | $labels['help'] = 'Hjelp'; |
| | | $labels['about'] = 'Om'; |
| | | $labels['license'] = 'Lisens'; |
| | | |
| | | ?> |
| | |
| | | <?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 = array(); |
| | | $labels['help'] = 'Pomoc'; |
| | | $labels['about'] = 'O programie'; |
| | |
| | | <?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 = array(); |
| | | $labels['help'] = 'Ajuda'; |
| | | $labels['about'] = 'Sobre'; |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/pt_PT/labels.inc | |
| | | | plugins/help/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: David | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['about'] = 'Sobre...'; |
| | | $labels['license'] = 'Licença'; |
| | | |
| | | ?> |
| | |
| | | <?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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | plugins/help/localization/ru_RU.inc | |
| | | | | |
| | | | Language file of the Roundcube help plugin | |
| | | | Copyright (C) 2005-2010, The Roundcube Dev Team | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Sergey Dukachev <iam@dukess.ru> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/sk_SK/labels.inc | |
| | | | plugins/help/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: panda | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['about'] = 'O aplikácii'; |
| | | $labels['license'] = 'Licencia'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/sl_SI/labels.inc | |
| | | | plugins/help/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Barbara Krasovec <barbarak@arnes.si> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['about'] = 'Vizitka'; |
| | | $labels['license'] = 'Licenca'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/sr_CS/labels.inc | |
| | | | plugins/help/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Saša Zejnilović <zejnils@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['about'] = 'Info'; |
| | | $labels['license'] = 'Licenca'; |
| | | |
| | | ?> |
| | |
| | | <?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 = array(); |
| | | $labels['help'] = 'Hjälp'; |
| | | $labels['about'] = 'Om'; |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/tr_TR/labels.inc | |
| | | | plugins/help/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: ismail yenigul | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['about'] = 'Hakkında'; |
| | | $labels['license'] = 'Lisans'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/vi_VN/labels.inc | |
| | | | plugins/help/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Kenny Tran <kennethanh@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['help'] = 'Trợ giúp'; |
| | | $labels['about'] = 'Lời ngõ'; |
| | | $labels['about'] = 'Giới thiệu'; |
| | | $labels['license'] = 'Bản quyền'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/zh_CN/labels.inc | |
| | | | plugins/help/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Christopher Meng <cickumqt@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-help/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['about'] = '关于'; |
| | | $labels['license'] = '许可协议'; |
| | | |
| | | ?> |
| | |
| | | <?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 = array(); |
| | | $labels['help'] = '說明'; |
| | | $labels['about'] = '關於'; |
| | |
| | | } |
| | | |
| | | #taskbar a.button-help span.button-inner { |
| | | background: url(help.png) 2px 0px no-repeat; |
| | | background: url(help.png) 0 0 no-repeat; |
| | | height: 19px; |
| | | } |
| | | |
| | | #taskbar a.button-help:hover span.button-inner, |
| | | #taskbar a.button-help.button-selected span.button-inner { |
| | | background: url(help.png) 2px -24px no-repeat; |
| | | background: url(help.png) 0 -24px no-repeat; |
| | | height: 19px; |
| | | } |
| | | |
| | |
| | | |
| | | <div id="pluginbody" class="uibox offset"> |
| | | <div class="iframebox help_<roundcube:var name='env:action' />"> |
| | | <roundcube:object name="helpcontent" id="helpcontentframe" style="width:100%; height:100%" src="/watermark.html" /> |
| | | <roundcube:object name="helpcontent" id="helpcontentframe" style="width:100%; height:100%" frameborder="0" src="/watermark.html" /> |
| | | </div> |
| | | <roundcube:object name="message" id="message" class="statusbar" /> |
| | | </div> |
New file |
| | |
| | | <?php |
| | | |
| | | class Help_Plugin extends PHPUnit_Framework_TestCase |
| | | { |
| | | |
| | | function setUp() |
| | | { |
| | | include_once dirname(__FILE__) . '/../help.php'; |
| | | } |
| | | |
| | | /** |
| | | * Plugin object construction test |
| | | */ |
| | | function test_constructor() |
| | | { |
| | | $rcube = rcube::get_instance(); |
| | | $plugin = new help($rcube->api); |
| | | |
| | | $this->assertInstanceOf('help', $plugin); |
| | | $this->assertInstanceOf('rcube_plugin', $plugin); |
| | | } |
| | | } |
| | | |
| | |
| | | function save_prefs($args) |
| | | { |
| | | if ($args['section'] == 'mailview') { |
| | | $args['prefs']['hide_blockquote_limit'] = (int) get_input_value('_hide_blockquote_limit', RCUBE_INPUT_POST); |
| | | $args['prefs']['hide_blockquote_limit'] = (int) rcube_utils::get_input_value('_hide_blockquote_limit', rcube_utils::INPUT_POST); |
| | | } |
| | | |
| | | return $args; |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/az_AZ/labels.inc | |
| | | | plugins/hide_blockquote/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Orkhan Guliyev <proger@box.az> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['show'] = 'Göstər'; |
| | | $labels['quotelimit'] = 'Sətr saytı göstəriləndən çoxdursa sitatı gizlə:'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/bs_BA/labels.inc | |
| | | | plugins/hide_blockquote/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Kenan Dervišević <kenan3008@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['show'] = 'Prikaži'; |
| | | $labels['quotelimit'] = 'Sakrij citate kada je broj linija veći od'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/ca_ES/labels.inc | |
| | | | plugins/hide_blockquote/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Jordi Sanfeliu <jordi@fibranet.cat> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['show'] = 'Mostra'; |
| | | $labels['quotelimit'] = 'Amaga la cita quan el nombre de línies sigui més gran de'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/cs_CZ/labels.inc | |
| | | | plugins/hide_blockquote/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Tomáš Kyzlink | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['show'] = 'Zobrazit'; |
| | | $labels['quotelimit'] = 'Skrýt citaci pokud je počet řádků větší než'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/cy_GB/labels.inc | |
| | | | plugins/hide_blockquote/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Dafydd Tomos | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['show'] = 'Dangos'; |
| | | $labels['quotelimit'] = 'Cuddio dyfynniad pan mae\'r nifer o linellau yn fwy na'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/da_DK/labels.inc | |
| | | | plugins/hide_blockquote/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Johannes Hessellund <osos@openeyes.dk> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['show'] = 'Vis'; |
| | | $labels['quotelimit'] = 'Skjul citat antallet af linjer er højere end'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/de_CH/labels.inc | |
| | | | plugins/hide_blockquote/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['show'] = 'einblenden'; |
| | | $labels['quotelimit'] = 'Zitate verbergen ab einer Zeilenlänge von'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/de_DE/labels.inc | |
| | | | plugins/hide_blockquote/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['show'] = 'einblenden'; |
| | | $labels['quotelimit'] = 'Zitate verbergen ab einer Zeilenlänge von'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/en_GB/labels.inc | |
| | | | plugins/hide_blockquote/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Aleksander Machniak <alec@alec.pl> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['show'] = 'Show'; |
| | | $labels['quotelimit'] = 'Hide citation when lines count is greater than'; |
| | | |
| | | ?> |
| | |
| | | <?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 = array(); |
| | | $labels['hide'] = 'Hide'; |
| | | $labels['show'] = 'Show'; |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/eo/labels.inc | |
| | | | plugins/hide_blockquote/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Michael Moroni <michael.moroni@mailoo.org> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['show'] = 'Montri'; |
| | | $labels['quotelimit'] = 'Kaŝi citaĵon kiam la nombro de linioj estas pligranda ol'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/es_ES/labels.inc | |
| | | | plugins/hide_blockquote/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Eduardo Alberto Calvo | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['hide'] = 'Ocultar'; |
| | | $labels['show'] = 'Mostrar'; |
| | | $labels['quotelimit'] = 'Ocultar la cita cuando el numero de lineas es mayor que'; |
| | | $labels['quotelimit'] = 'Ocultar la cita cuando el número de lineas es mayor que'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/et_EE/labels.inc | |
| | | | plugins/hide_blockquote/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: yllar | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['show'] = 'Näita'; |
| | | $labels['quotelimit'] = 'Peida tsitaat kui ridade arv on suurem kui'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/fa_IR/labels.inc | |
| | | | plugins/hide_blockquote/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Hamid <abbaszadeh.h@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['show'] = 'نشان دادن'; |
| | | $labels['quotelimit'] = 'مخفی کردن نقلقول وقتی تعداد خطوط بیشتر است از'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/fi_FI/labels.inc | |
| | | | plugins/hide_blockquote/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Jiri Grönroos | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['hide'] = 'Piilota'; |
| | | $labels['show'] = 'Näytä'; |
| | | $labels['quotelimit'] = 'Piilota lainaus, kun rivien lukumäärä on suurempi kuin'; |
| | | $labels['quotelimit'] = 'Hide citation when lines count is greater than'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/fr_FR/labels.inc | |
| | | | plugins/hide_blockquote/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Patrick Fiquet | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['show'] = 'Afficher'; |
| | | $labels['quotelimit'] = 'Cacher la citation quand le nombre de lignes est plus grand que'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/gl_ES/labels.inc | |
| | | | plugins/hide_blockquote/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: oterobueu <oterobueu@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['show'] = 'Amosar'; |
| | | $labels['quotelimit'] = 'Agochar mencións cando haxa demasiadas liñas'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/he_IL/labels.inc | |
| | | | plugins/hide_blockquote/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Moshe Leibovitch <moish@mln.co.il> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['show'] = 'הצג'; |
| | | $labels['quotelimit'] = 'הסתר ציטוט כאשר מספר השורות גדול מ-'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/hu_HU/labels.inc | |
| | | | plugins/hide_blockquote/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: bela | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['show'] = 'Megjelenítés'; |
| | | $labels['quotelimit'] = 'Idézet elrejtése ha a sorok száma több mint'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/hy_AM/labels.inc | |
| | | | plugins/hide_blockquote/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Vahan Yerkanian <vahan@yerkanian.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['show'] = 'Ցուցադրել'; |
| | | $labels['quotelimit'] = 'Թաքցնել ցիտումը երբ տողերի քանակը գերազանցում է'; |
| | | |
| | | ?> |
New file |
| | |
| | | <?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 = array(); |
| | | $labels['hide'] = 'Sembunyi'; |
| | | $labels['show'] = 'Tampil'; |
| | | $labels['quotelimit'] = 'Sembunyikan kutipan ketika jumlah baris lebih besar dari'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/it_IT/labels.inc | |
| | | | plugins/hide_blockquote/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Andrea Bernini <andrea.bernini@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['show'] = 'Mostra'; |
| | | $labels['quotelimit'] = 'Nascondi la citazione quando il numero di righe è maggiore di'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/ja_JP/labels.inc | |
| | | | plugins/hide_blockquote/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Takahiro Kambe | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['show'] = '表示'; |
| | | $labels['quotelimit'] = '次の行数より多い引用を非表示'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/ko_KR/labels.inc | |
| | | | plugins/hide_blockquote/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Kim, Woohyun <woohyun.kim@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['show'] = '보이기'; |
| | | $labels['quotelimit'] = '라인 개수가 정해진 개수보다 클 때 인용구 감추기'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/lt_LT/labels.inc | |
| | | | plugins/hide_blockquote/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Rimas Kudelis <rq@akl.lt> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['show'] = 'Parodyti'; |
| | | $labels['quotelimit'] = 'Paslėpti citatą, kai joje eilučių daugiau negu'; |
| | | |
| | | ?> |
New file |
| | |
| | | <?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 = array(); |
| | | $labels['hide'] = 'Skjul'; |
| | | $labels['show'] = 'Vis'; |
| | | $labels['quotelimit'] = 'Skjul sitat når antall linjer er flere enn'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/nl_NL/labels.inc | |
| | | | plugins/hide_blockquote/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Geert Wirken | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['show'] = 'Tonen'; |
| | | $labels['quotelimit'] = 'Verberg citaat wanneer aantal regels groter is dan'; |
| | | |
| | | ?> |
New file |
| | |
| | | <?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 = array(); |
| | | $labels['hide'] = 'Gøym'; |
| | | $labels['show'] = 'Vis'; |
| | | $labels['quotelimit'] = 'Gøym sitat når talet på linjer er større enn'; |
| | | |
| | | ?> |
| | |
| | | <?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 = array(); |
| | | $labels['hide'] = 'Ukryj'; |
| | | $labels['show'] = 'Pokaż'; |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/pt_BR/labels.inc | |
| | | | plugins/hide_blockquote/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Victor Benincasa <vbenincasa@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['show'] = 'Exibir'; |
| | | $labels['quotelimit'] = 'Ocultar a citação quando o número de linhas for maior do que'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/pt_PT/labels.inc | |
| | | | plugins/hide_blockquote/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: David | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['show'] = 'Mostrar'; |
| | | $labels['quotelimit'] = 'Ocultar citação quando o numero de linhas for maior que'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/ru_RU/labels.inc | |
| | | | plugins/hide_blockquote/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Sergey Dukachev <admin@mfitness.ru> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['show'] = 'Показать'; |
| | | $labels['quotelimit'] = 'Скрыть цитату, если число строк более чем'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/sk_SK/labels.inc | |
| | | | plugins/hide_blockquote/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: panda | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['show'] = 'Zobraziť'; |
| | | $labels['quotelimit'] = 'Skryť citáciu pokiaľ je počet riadkov väčší než'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/sl_SI/labels.inc | |
| | | | plugins/hide_blockquote/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Barbara Krasovec <barbarak@arnes.si> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['show'] = 'Prikaži'; |
| | | $labels['quotelimit'] = 'Skrij citiran tekst, ko je število vrstic večje od'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/sr_CS/labels.inc | |
| | | | plugins/hide_blockquote/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Saša Zejnilović <zejnils@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['show'] = 'Прикажи'; |
| | | $labels['quotelimit'] = 'Сакриј цитат када је број редова већи од'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/sv_SE/labels.inc | |
| | | | plugins/hide_blockquote/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Jonas Nasholm | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['show'] = 'Visa'; |
| | | $labels['quotelimit'] = 'Dölj citat när antalet rader överstiger'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/tr_TR/labels.inc | |
| | | | plugins/hide_blockquote/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: ismail yenigul | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['show'] = 'Göster'; |
| | | $labels['quotelimit'] = 'Satır sayısı şu satır sayısındna fazla ile alıntıları gizle:'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/vi_VN/labels.inc | |
| | | | plugins/hide_blockquote/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Hung Pham <phamhung77@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['show'] = 'Hiển thị'; |
| | | $labels['quotelimit'] = 'Ẩn trích dẫn khi tổng số dòng lớn hơn'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/zh_CN/labels.inc | |
| | | | plugins/hide_blockquote/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Christopher Meng <cickumqt@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['show'] = '显示'; |
| | | $labels['quotelimit'] = '隐藏引用当行数大于'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/zh_TW/labels.inc | |
| | | | plugins/hide_blockquote/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: 林子忠 | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['show'] = '顯示'; |
| | | $labels['quotelimit'] = '隱藏引文當行數大於'; |
| | | |
| | | ?> |
New file |
| | |
| | | <?php |
| | | |
| | | class HideBlockquote_Plugin extends PHPUnit_Framework_TestCase |
| | | { |
| | | |
| | | function setUp() |
| | | { |
| | | include_once dirname(__FILE__) . '/../hide_blockquote.php'; |
| | | } |
| | | |
| | | /** |
| | | * Plugin object construction test |
| | | */ |
| | | function test_constructor() |
| | | { |
| | | $rcube = rcube::get_instance(); |
| | | $plugin = new hide_blockquote($rcube->api); |
| | | |
| | | $this->assertInstanceOf('hide_blockquote', $plugin); |
| | | $this->assertInstanceOf('rcube_plugin', $plugin); |
| | | } |
| | | } |
| | | |
New file |
| | |
| | | <?php |
| | | |
| | | // HTTP Basic Authentication Plugin options |
| | | // ---------------------------------------- |
| | | // Default mail host to log-in using user/password from HTTP Authentication. |
| | | // This is useful if the users are free to choose arbitrary mail hosts (or |
| | | // from a list), but have one host they usually want to log into. |
| | | // Unlike $rcmail_config['default_host'] this must be a string! |
| | | $rcmail_config['http_authentication_host'] = ''; |
| | |
| | | * |
| | | * See logout.html (in this directory) for an example how HTTP auth can be cleared. |
| | | * |
| | | * For other configuration options, see config.inc.php.dist! |
| | | * |
| | | * @version @package_version@ |
| | | * @license GNU GPLv3+ |
| | | * @author Thomas Bruederli |
| | |
| | | $args['action'] = 'login'; |
| | | } |
| | | // Set user password in session (see shutdown() method for more info) |
| | | else if (!empty($_SESSION['user_id']) && empty($_SESION['password'])) { |
| | | else if (!empty($_SESSION['user_id']) && empty($_SESSION['password'])) { |
| | | $_SESSION['password'] = $rcmail->encrypt($_SERVER['PHP_AUTH_PW']); |
| | | } |
| | | } |
| | |
| | | |
| | | function authenticate($args) |
| | | { |
| | | // Load plugin's config file |
| | | $this->load_config(); |
| | | |
| | | $host = rcmail::get_instance()->config->get('http_authentication_host'); |
| | | if (is_string($host) && trim($host) !== '') |
| | | $args['host'] = rcube_utils::idn_to_ascii(rcube_utils::parse_host($host)); |
| | | |
| | | // Allow entering other user data in login form, |
| | | // e.g. after log out (#1487953) |
| | | if (!empty($args['user'])) { |
New file |
| | |
| | | <?php |
| | | |
| | | class HttpAuthentication_Plugin extends PHPUnit_Framework_TestCase |
| | | { |
| | | |
| | | function setUp() |
| | | { |
| | | include_once dirname(__FILE__) . '/../http_authentication.php'; |
| | | } |
| | | |
| | | /** |
| | | * Plugin object construction test |
| | | */ |
| | | function test_constructor() |
| | | { |
| | | $rcube = rcube::get_instance(); |
| | | $plugin = new http_authentication($rcube->api); |
| | | |
| | | $this->assertInstanceOf('http_authentication', $plugin); |
| | | $this->assertInstanceOf('rcube_plugin', $plugin); |
| | | } |
| | | } |
| | | |
New file |
| | |
| | | <?php |
| | | |
| | | class Jqueryui_Plugin extends PHPUnit_Framework_TestCase |
| | | { |
| | | |
| | | function setUp() |
| | | { |
| | | include_once dirname(__FILE__) . '/../jqueryui.php'; |
| | | } |
| | | |
| | | /** |
| | | * Plugin object construction test |
| | | */ |
| | | function test_constructor() |
| | | { |
| | | $rcube = rcube::get_instance(); |
| | | $plugin = new jqueryui($rcube->api); |
| | | |
| | | $this->assertInstanceOf('jqueryui', $plugin); |
| | | $this->assertInstanceOf('rcube_plugin', $plugin); |
| | | } |
| | | } |
| | | |
| | |
| | | - Add vacation-seconds extension support (RFC 6131) |
| | | |
| | | * version 6.2 [2013-02-17] |
| | | ----------------------------------------------------------- |
| | | - Support tls:// prefix in managesieve_host option |
| | | - Removed depracated functions usage |
| | | - Don't trim whitespace in folder names (#1488955) |
| | | |
| | | * version 6.1 [2012-12-21] |
| | | ----------------------------------------------------------- |
| | | - Fixed filter activation/deactivation confirmation message (#1488765) |
| | | - Moved rcube_* classes to <plugin>/lib/Roundcube for compat. with Roundcube Framework autoloader |
| | | - Fixed filter selection after filter deletion (#1488832) |
| | | - Fixed compatibility with jQueryUI-1.9 |
| | | - Don't force 'stop' action on last rule in a script |
| | | |
| | | * version 6.0 [2012-10-03] |
| | | ----------------------------------------------------------- |
| | |
| | | $rcmail_config['managesieve_auth_pw'] = null; |
| | | |
| | | // use or not TLS for managesieve server connection |
| | | // it's because I've problems with TLS and dovecot's managesieve plugin |
| | | // and it's not needed on localhost |
| | | // Note: tls:// prefix in managesieve_host is also supported |
| | | $rcmail_config['managesieve_usetls'] = false; |
| | | |
| | | // default contents of filters script (eg. default spam filter) |
| | |
| | | return $this->_set_error(SIEVE_ERROR_LOGIN); |
| | | } |
| | | |
| | | $this->exts = $this->get_extensions(); |
| | | $this->exts = $this->get_extensions(); |
| | | |
| | | // disable features by config |
| | | if (!empty($disabled)) { |
| | |
| | | continue 2; |
| | | } |
| | | } |
| | | if (empty($script->content[$idx+1]) || $script->content[$idx+1]['type'] != 'if') { |
| | | if (!empty($script->content[$idx+1]) && $script->content[$idx+1]['type'] != 'if') { |
| | | $script->content[$idx]['actions'][] = array('type' => 'stop'); |
| | | } |
| | | } |
| | |
| | | */ |
| | | public function debug_handler(&$sieve, $message) |
| | | { |
| | | write_log('sieve', preg_replace('/\r\n$/', '', $message)); |
| | | rcube::write_log('sieve', preg_replace('/\r\n$/', '', $message)); |
| | | } |
| | | } |
| | |
| | | 'ereject', // RFC5429 |
| | | 'copy', // RFC3894 |
| | | 'vacation', // RFC5230 |
| | | 'vacation-seconds', // RFC6131 |
| | | 'relational', // RFC3431 |
| | | 'regex', // draft-ietf-sieve-regex-01 |
| | | 'imapflags', // draft-melnikov-sieve-imapflags-06 |
| | |
| | | case 'vacation': |
| | | array_push($exts, 'vacation'); |
| | | $action_script .= 'vacation'; |
| | | if (!empty($action['days'])) |
| | | $action_script .= " :days " . $action['days']; |
| | | if (isset($action['seconds'])) { |
| | | array_push($exts, 'vacation-seconds'); |
| | | $action_script .= " :seconds " . intval($action['seconds']); |
| | | } |
| | | else if (!empty($action['days'])) { |
| | | $action_script .= " :days " . intval($action['days']); |
| | | } |
| | | if (!empty($action['addresses'])) |
| | | $action_script .= " :addresses " . self::escape_string($action['addresses']); |
| | | if (!empty($action['subject'])) |
| | |
| | | } |
| | | |
| | | // requires |
| | | if (!empty($exts)) |
| | | $output = 'require ["' . implode('","', array_unique($exts)) . "\"];\n" . $output; |
| | | if (!empty($exts)) { |
| | | $exts = array_unique($exts); |
| | | |
| | | if (in_array('vacation-seconds', $exts) && ($key = array_search('vacation', $exts)) !== false) { |
| | | unset($exts[$key]); |
| | | } |
| | | |
| | | $output = 'require ["' . implode('","', $exts) . "\"];\n" . $output; |
| | | } |
| | | |
| | | if (!empty($this->prefix)) { |
| | | $output = $this->prefix . "\n\n" . $output; |
| | |
| | | |
| | | for ($i=0, $len=count($tokens); $i<$len; $i++) { |
| | | $tok = strtolower($tokens[$i]); |
| | | if ($tok == ':days') { |
| | | $vacation['days'] = $tokens[++$i]; |
| | | } |
| | | else if ($tok == ':subject') { |
| | | $vacation['subject'] = $tokens[++$i]; |
| | | } |
| | | else if ($tok == ':addresses') { |
| | | $vacation['addresses'] = $tokens[++$i]; |
| | | } |
| | | else if ($tok == ':handle') { |
| | | $vacation['handle'] = $tokens[++$i]; |
| | | } |
| | | else if ($tok == ':from') { |
| | | $vacation['from'] = $tokens[++$i]; |
| | | } |
| | | else if ($tok == ':mime') { |
| | | if ($tok == ':mime') { |
| | | $vacation['mime'] = true; |
| | | } |
| | | else if ($tok[0] == ':') { |
| | | $vacation[substr($tok, 1)] = $tokens[++$i]; |
| | | } |
| | | } |
| | | |
| | | $result[] = $vacation; |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/az_AZ/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Orkhan Guliyev <proger@box.az> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['filters'] = 'Süzgəclər'; |
| | | $labels['managefilters'] = 'Gələn məktub üçün süzgəclərin idarəsi'; |
| | | $labels['filtername'] = 'Süzgəcin adı'; |
| | |
| | | $labels['movedown'] = 'Aşağı apar'; |
| | | $labels['filterallof'] = 'göstərilən bütün qaydalara uyur'; |
| | | $labels['filteranyof'] = 'verilmiş istənilən qaydaya uyur'; |
| | | $labels['filterany'] = 'bütün məktublar'; |
| | | $labels['filtercontains'] = 'daxildir'; |
| | | $labels['filternotcontains'] = 'daxil deyil'; |
| | | $labels['filteris'] = 'uyğundur'; |
| | | $labels['filterisnot'] = 'uyğun deyil'; |
| | | $labels['filterexists'] = 'mövcuddur'; |
| | | $labels['filternotexists'] = 'mövcud deyil'; |
| | | $labels['filtermatches'] = 'ifadə ilə üst-üstə düşür'; |
| | | $labels['filternotmatches'] = 'ifadə ilə üst-üstə düşmür'; |
| | | $labels['filterregex'] = 'daimi ifadənin nəticəsi ilə üst-üstə düşür'; |
| | | $labels['filternotregex'] = 'daimi ifadə ilə üst-üstə düşmür'; |
| | | $labels['filterunder'] = 'altında'; |
| | | $labels['filterover'] = 'yuxarıda'; |
| | | $labels['addrule'] = 'Qayda əlavə et'; |
| | | $labels['delrule'] = 'Qaydanı sil'; |
| | | $labels['messagemoveto'] = 'Məktubu köçür'; |
| | | $labels['messageredirect'] = 'Məktubu yolla'; |
| | | $labels['messagecopyto'] = 'Məktubu kopyala'; |
| | | $labels['messagesendcopy'] = 'Məktubun kopyasını göndər'; |
| | | $labels['messagereply'] = 'Məktubla cavab ver'; |
| | | $labels['messagedelete'] = 'Sil'; |
| | | $labels['messagediscard'] = 'Məktubla rədd et'; |
| | | $labels['messagesrules'] = 'Daxil olan məktub üçün:'; |
| | | $labels['messagesactions'] = '...növbəti hərəkəti yerinə yetir:'; |
| | | $labels['add'] = 'Əlavə et'; |
| | | $labels['del'] = 'Sil'; |
| | | $labels['sender'] = 'Göndərən'; |
| | | $labels['recipient'] = 'Qəbul edən'; |
| | | $labels['vacationaddresses'] = 'Əlavə ünvanlarım üçün siyahı (vergüllər ilə ayrılmış):'; |
| | | $labels['vacationdays'] = 'Məktub neçə müddətdən bir göndərilsin (gündə):'; |
| | | $labels['vacationinterval'] = 'How often send messages:'; |
| | | $labels['days'] = 'days'; |
| | | $labels['seconds'] = 'seconds'; |
| | | $labels['vacationreason'] = 'Məktubun mətni (səbəb yoxdur):'; |
| | | $labels['vacationsubject'] = 'Məktubun mövzusu:'; |
| | | $labels['rulestop'] = 'Yerinə yetirməyi dayandır'; |
| | | $labels['enable'] = 'Yandır/Söndür'; |
| | | $labels['filterset'] = 'Süzgəc dəsti'; |
| | | $labels['filtersets'] = 'Süzgəc dəstləri'; |
| | | $labels['filtersetadd'] = 'Süzgəc dəsti əlavə et'; |
| | | $labels['filtersetdel'] = 'İndiki sücgəc dəstini sil'; |
| | | $labels['filtersetact'] = 'İndiki sücgəc dəstini yandır'; |
| | | $labels['filtersetdeact'] = 'İndiki süzgəc dəstini söndür'; |
| | | $labels['filterdef'] = 'Süzgəcin təsviri'; |
| | | $labels['filtersetname'] = 'Süzgəc dəstinin adı'; |
| | | $labels['newfilterset'] = 'Yeni süzgəc dəsti'; |
| | | $labels['active'] = 'aktiv'; |
| | | $labels['none'] = 'heç biri'; |
| | | $labels['fromset'] = 'dəstdən'; |
| | | $labels['fromfile'] = 'fayldan'; |
| | | $labels['filterdisabled'] = 'Süzgəci söndür'; |
| | | $labels['countisgreaterthan'] = 'sayı buradan daha çoxdur'; |
| | | $labels['countisgreaterthanequal'] = 'say çox və ya bərabərdir'; |
| | | $labels['countislessthan'] = 'say buradan azdır'; |
| | | $labels['countislessthanequal'] = 'say azdır və ya bərabərdir'; |
| | | $labels['countequals'] = 'say bərabərdir'; |
| | | $labels['countnotequals'] = 'say bərabər deyil'; |
| | | $labels['valueisgreaterthan'] = 'dəyər buradan daha böyükdür'; |
| | | $labels['valueisgreaterthanequal'] = 'dəyər çoxdur və ya bərabərdir'; |
| | | $labels['valueislessthan'] = 'dəyər buradan azdır'; |
| | | $labels['valueislessthanequal'] = 'dəyər azdır və ya bərabərdir'; |
| | | $labels['valueequals'] = 'dəyər bərabərdir'; |
| | | $labels['valuenotequals'] = 'dəyər bərabər deyil'; |
| | | $labels['setflags'] = 'Məktublara flaq quraşdır'; |
| | | $labels['addflags'] = 'Məktuba flaq əlavə et'; |
| | | $labels['removeflags'] = 'Məktubdan flaqları sil'; |
| | | $labels['flagread'] = 'Oxu'; |
| | | $labels['flagdeleted'] = 'Silindi'; |
| | | $labels['flaganswered'] = 'Cavab verilmiş'; |
| | | $labels['flagflagged'] = 'İşarəlilər'; |
| | | $labels['flagdraft'] = 'Qaralama'; |
| | | $labels['setvariable'] = 'Set variable'; |
| | | $labels['setvarname'] = 'Variable name:'; |
| | | $labels['setvarvalue'] = 'Variable value:'; |
| | | $labels['setvarmodifiers'] = 'Modifikatorlar'; |
| | | $labels['varlower'] = 'aşağı registr'; |
| | | $labels['varupper'] = 'yuxarı registr'; |
| | | $labels['varlowerfirst'] = 'aşağı registrdə birinci simvol'; |
| | | $labels['varupperfirst'] = 'yuxarı registrdə birinci simvol'; |
| | | $labels['varquotewildcard'] = 'dırnaq simvolu'; |
| | | $labels['varlength'] = 'uzunluq'; |
| | | $labels['notify'] = 'Bildiriş göndər'; |
| | | $labels['notifyaddress'] = 'Poçt ünvanı:'; |
| | | $labels['notifybody'] = 'Bildiriş mətni'; |
| | | $labels['notifysubject'] = 'Bildiriş mövzusu'; |
| | | $labels['notifyfrom'] = 'Bildirişi yolla:'; |
| | | $labels['notifyimportance'] = 'Vaciblik'; |
| | | $labels['notifyimportancelow'] = 'aşağı'; |
| | | $labels['notifyimportancenormal'] = 'normal'; |
| | | $labels['notifyimportancehigh'] = 'yuxarı'; |
| | | $labels['filtercreate'] = 'Süzgəc yarat'; |
| | | $labels['usedata'] = 'Süzgəcdə bu məlumatları istifadə et:'; |
| | | $labels['nextstep'] = 'Sonrakı'; |
| | | $labels['...'] = '...'; |
| | | $labels['advancedopts'] = 'Əlavə ayarlar'; |
| | | $labels['body'] = 'Məzmun'; |
| | | $labels['address'] = 'ünvan'; |
| | | $labels['envelope'] = 'zərf'; |
| | | $labels['modifier'] = 'modifikator:'; |
| | | $labels['text'] = 'mətn'; |
| | | $labels['undecoded'] = 'emal olunmamış (xammal)'; |
| | | $labels['contenttype'] = 'məzmun növü'; |
| | | $labels['modtype'] = 'növ:'; |
| | | $labels['allparts'] = 'hamısı'; |
| | | $labels['domain'] = 'domen'; |
| | | $labels['localpart'] = 'lokal hissə'; |
| | | $labels['user'] = 'istifadəçi'; |
| | | $labels['detail'] = 'təfsilat'; |
| | | $labels['comparator'] = 'komparator:'; |
| | | $labels['default'] = 'ön qurğulu'; |
| | | $labels['octet'] = 'ciddi (oktet)'; |
| | | $labels['asciicasemap'] = 'qeydiyyat üzrə müstəqil (ascii-casemap)'; |
| | | $labels['asciinumeric'] = 'ədədi (ascii-numeric)'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = 'Serverin naməlum xətası.'; |
| | | $messages['filterconnerror'] = 'Serverə qoşulmaq alınmır'; |
| | | $messages['filterdeleteerror'] = 'Süzgəci silmək mümkün deyil. Server xətası.'; |
| | | $messages['filterdeleted'] = 'Süzgəc uğurla silindi.'; |
| | | $messages['filtersaved'] = 'Süzgəc uğurla saxlanıldı.'; |
| | | $messages['filtersaveerror'] = 'Süzgəci saxlamaq mümkün deyil. Server xətası.'; |
| | | $messages['filterdeleteconfirm'] = 'Siz həqiqətən süzgəci silmək istəyirsiniz?'; |
| | | $messages['ruledeleteconfirm'] = 'Bu qaydanı silməkdə əminsiniz?'; |
| | | $messages['actiondeleteconfirm'] = 'Bu hərəkəti silməkdə əminsiniz?'; |
| | | $messages['forbiddenchars'] = 'Sahədə qadağan edilən işarələr.'; |
| | | $messages['cannotbeempty'] = 'Sahə boş ola bilməz.'; |
| | | $messages['ruleexist'] = 'Bu adla süzgəc artıq mövcuddur.'; |
| | | $messages['setactivateerror'] = 'Seçilmiş süzgəc dəstini yandırmaq mümkün deyil. Server xətası.'; |
| | | $messages['setdeactivateerror'] = 'Seçilmiş süzgəc dəstini söndürmək mümkün deyil. Server xətası.'; |
| | | $messages['setdeleteerror'] = 'Seçilmiş süzgəc dəstini silmək mümkün deyil. Server xətası.'; |
| | | $messages['setactivated'] = 'Süzgəc dəsti yandırıldı.'; |
| | | $messages['setdeactivated'] = 'Süzgəc dəsti söndürüldü.'; |
| | | $messages['setdeleted'] = 'Süzgəc dəsti silindi.'; |
| | | $messages['setdeleteconfirm'] = 'Bu süzgəc dəstini silməkdə əminsiniz?'; |
| | | $messages['setcreateerror'] = 'Süzgəc dəstini yaratmaq mümkün deyil. Server xərası.'; |
| | | $messages['setcreated'] = 'Süzgəc dəsti uğurla yaradıldı.'; |
| | | $messages['activateerror'] = 'Seçilmiş süzgəc(lər)i yandırmaq mümkün deyil. Server xətası.'; |
| | | $messages['deactivateerror'] = 'Seçilmiş süzgəc(lər)i söndürmək mümkün deyil. Server xətası.'; |
| | | $messages['deactivated'] = 'Süzgəc(lər) uğurla yandırıldı.'; |
| | | $messages['activated'] = 'Süzgəc(lər) uğurla söndürüldü.'; |
| | | $messages['moved'] = 'Süzgəc uğurla köçürüldü.'; |
| | | $messages['moveerror'] = 'Süzgəci köçürmək mümkün deyil. Server xətası.'; |
| | | $messages['nametoolong'] = 'Süzgəc dəstini yaratmaq mümkün deyil. Ad çox uzundur.'; |
| | | $messages['namereserved'] = 'Rezerv edilmiş ad.'; |
| | | $messages['setexist'] = 'Dəst artıq mövcuddur.'; |
| | | $messages['nodata'] = 'Heç olmasa bir mövqe tutmaq lazımdır!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/be_BE/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Alex Nehaichik <nab@mail.by> | |
| | | +-----------------------------------------------------------------------+ |
| | | @version $Id$ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['filters'] = 'Фільтры'; |
| | | $labels['managefilters'] = 'Кіраваць фільтрамі ўваходнае пошты'; |
| | | $labels['filtername'] = 'Назва фільтра'; |
| | |
| | | $labels['filternotmatches'] = 'не супадае з выразам'; |
| | | $labels['filterregex'] = 'супадае са сталым выразам'; |
| | | $labels['filternotregex'] = 'не супадае са сталым выразам'; |
| | | $labels['filterunder'] = 'under'; |
| | | $labels['filterover'] = 'over'; |
| | | $labels['addrule'] = 'Дадаць правіла'; |
| | | $labels['delrule'] = 'Выдаліць правіла'; |
| | | $labels['messagemoveto'] = 'Перамясціць паведамленне ў'; |
| | |
| | | $labels['messagesendcopy'] = 'Даслаць копію на'; |
| | | $labels['messagereply'] = 'Адказаць наступнае'; |
| | | $labels['messagedelete'] = 'Выдаліць паведамленне'; |
| | | $labels['messagediscard'] = 'Discard with message'; |
| | | $labels['messagesrules'] = 'For incoming mail:'; |
| | | $labels['messagesactions'] = '...execute the following actions:'; |
| | | $labels['add'] = 'Дадаць'; |
| | | $labels['del'] = 'Выдаліць'; |
| | | $labels['sender'] = 'Ад каго'; |
| | | $labels['recipient'] = 'Каму'; |
| | | $labels['vacationaddresses'] = 'Дадатковы спіс атрымальнікаў (праз коску):'; |
| | | $labels['vacationdays'] = 'Як часта дасылаць паведамленні (ў днях):'; |
| | | $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 does not equal'; |
| | | $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 does not equal'; |
| | | $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['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)'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = 'Unknown server error.'; |
| | | $messages['filterconnerror'] = 'Unable to connect to server.'; |
| | | $messages['filterdeleteerror'] = 'Unable to delete filter. Server error occured.'; |
| | | $messages['filterdeleted'] = 'Filter deleted successfully.'; |
| | | $messages['filtersaved'] = 'Filter saved successfully.'; |
| | | $messages['filtersaveerror'] = 'Unable to save filter. Server error occured.'; |
| | | $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 occured.'; |
| | | $messages['setdeactivateerror'] = 'Unable to deactivate selected filters set. Server error occured.'; |
| | | $messages['setdeleteerror'] = 'Unable to delete selected filters set. Server error occured.'; |
| | | $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 occured.'; |
| | | $messages['setcreated'] = 'Filters set created successfully.'; |
| | | $messages['activateerror'] = 'Unable to enable selected filter(s). Server error occured.'; |
| | | $messages['deactivateerror'] = 'Unable to disable selected filter(s). Server error occured.'; |
| | | $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 occured.'; |
| | | $messages['nametoolong'] = 'Name too long.'; |
| | | $messages['namereserved'] = 'Reserved name.'; |
| | | $messages['setexist'] = 'Set already exists.'; |
| | | $messages['nodata'] = 'At least one position must be selected!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/bg_BG/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas <Unknown> | |
| | | +-----------------------------------------------------------------------+ |
| | | @version $Id$ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['filters'] = 'Филтри'; |
| | | $labels['managefilters'] = 'Управление на филтри за входяща поща'; |
| | | $labels['filtername'] = 'Име на филтър'; |
| | |
| | | $labels['filterisnot'] = 'не е равно на'; |
| | | $labels['filterexists'] = 'съществува'; |
| | | $labels['filternotexists'] = 'не съществува'; |
| | | $labels['filtermatches'] = 'съответствия при израз'; |
| | | $labels['filternotmatches'] = 'няма съвпадения при израз'; |
| | | $labels['filterregex'] = 'съвпадения при обикновен израз'; |
| | | $labels['filternotregex'] = 'няма съвпадения при обикновен израз'; |
| | | $labels['filterunder'] = 'под'; |
| | | $labels['filterover'] = 'над'; |
| | | $labels['addrule'] = 'Добавяне на правило'; |
| | | $labels['delrule'] = 'Изтриване на правило'; |
| | | $labels['messagemoveto'] = 'Преместване на съобщението в'; |
| | | $labels['messageredirect'] = 'Пренасочване на съобщението до'; |
| | | $labels['messagecopyto'] = 'Копиране на съобщенията в'; |
| | | $labels['messagesendcopy'] = 'Изпращане на копие до'; |
| | | $labels['messagereply'] = 'Отговор със съобщение'; |
| | | $labels['messagedelete'] = 'Изтриване на съобщение'; |
| | | $labels['messagediscard'] = 'Отхвърляне със съобщение'; |
| | | $labels['messagesrules'] = 'За входящата поща:'; |
| | | $labels['messagesactions'] = '...изпълнение на следните действия'; |
| | | $labels['messagesactions'] = '... изпълнение на следните действия:'; |
| | | $labels['add'] = 'Добавяне'; |
| | | $labels['del'] = 'Изтриване'; |
| | | $labels['sender'] = 'Подател'; |
| | | $labels['recipient'] = 'Получател'; |
| | | $labels['filterunknownerror'] = 'Неизвестна грешка на сървъра'; |
| | | $labels['filterconnerror'] = 'Невъзможност за свързване с managesieve сървъра'; |
| | | $labels['filterdeleteerror'] = 'Невъзможност за изтриване на филтър. Сървър грешка'; |
| | | $labels['filterdeleted'] = 'Филтърът е изтрит успешно'; |
| | | $labels['filtersaved'] = 'Филтърът е записан успешно'; |
| | | $labels['filtersaveerror'] = 'Филтърът не може да бъде записан. Сървър грешка.'; |
| | | $labels['filterdeleteconfirm'] = 'Наистина ли искате да изтриете избрания филтър?'; |
| | | $labels['ruledeleteconfirm'] = 'Сигурни ли сте, че искате да изтриете избраното правило?'; |
| | | $labels['actiondeleteconfirm'] = 'Сигурни ли сте, че искате да изтриете избраното действие?'; |
| | | $labels['forbiddenchars'] = 'Забранени символи в полето'; |
| | | $labels['cannotbeempty'] = 'Полето не може да бъде празно'; |
| | | $labels['vacationaddresses'] = 'Допълнителни e-mail адреси (разделени със запетая):'; |
| | | $labels['vacationdays'] = 'Колко често пращате съобщения (в дни):'; |
| | | $labels['vacationinterval'] = 'How often send messages:'; |
| | | $labels['days'] = 'days'; |
| | | $labels['seconds'] = 'seconds'; |
| | | $labels['vacationreason'] = 'Текст на съобщението (причина за ваканцията)'; |
| | | $labels['vacationsubject'] = 'Тема на съобщението'; |
| | | $labels['rulestop'] = 'Правила за спиране'; |
| | | $labels['enable'] = 'Включено/Изключено'; |
| | | $labels['filterset'] = 'Избрани филтри'; |
| | | $labels['filtersets'] = 'Избрани филтри'; |
| | | $labels['filtersetadd'] = 'Добавяне на избран филтър'; |
| | | $labels['filtersetdel'] = 'Изтриване на текущ филтър'; |
| | | $labels['filtersetact'] = 'Активиране на текущи филтри'; |
| | | $labels['filtersetdeact'] = 'Деактивиране на текущи филтри'; |
| | | $labels['filterdef'] = 'Дефиниране на филтър'; |
| | | $labels['filtersetname'] = 'Име на филтър'; |
| | | $labels['newfilterset'] = 'Нов филтър'; |
| | | $labels['active'] = 'активен'; |
| | | $labels['none'] = 'няма'; |
| | | $labels['fromset'] = 'от набор'; |
| | | $labels['fromfile'] = 'от файл'; |
| | | $labels['filterdisabled'] = 'Изключен филтър'; |
| | | $labels['countisgreaterthan'] = 'отброявай като по-висок от'; |
| | | $labels['countisgreaterthanequal'] = 'отброявай като по-висок или равен на'; |
| | | $labels['countislessthan'] = 'отброявай като по-малък'; |
| | | $labels['countislessthanequal'] = 'отброявай като по-малък или равен на'; |
| | | $labels['countequals'] = 'отброявай като равен на'; |
| | | $labels['countnotequals'] = 'отброявай неравните'; |
| | | $labels['valueisgreaterthan'] = 'стойността е по-висока от'; |
| | | $labels['valueisgreaterthanequal'] = 'стойността е по-висока от или равна на'; |
| | | $labels['valueislessthan'] = 'стойността е по-ниска от'; |
| | | $labels['valueislessthanequal'] = 'стойността е по-ниска или равна на'; |
| | | $labels['valueequals'] = 'стойността е равна на'; |
| | | $labels['valuenotequals'] = 'стойността не е равна'; |
| | | $labels['setflags'] = 'Избор на флагове за съобщенията'; |
| | | $labels['addflags'] = 'Добавяне на флагове за съобщенията'; |
| | | $labels['removeflags'] = 'Премахване на флагове от съобщенията'; |
| | | $labels['flagread'] = 'Четене'; |
| | | $labels['flagdeleted'] = 'Изтрито'; |
| | | $labels['flaganswered'] = 'Отговорено'; |
| | | $labels['flagflagged'] = 'Отбелязано'; |
| | | $labels['flagdraft'] = 'Чернова'; |
| | | $labels['setvariable'] = 'Въвеждане на променлива'; |
| | | $labels['setvarname'] = 'Име на променлива:'; |
| | | $labels['setvarvalue'] = 'Стойност на променлива:'; |
| | | $labels['setvarmodifiers'] = 'Промени:'; |
| | | $labels['varlower'] = 'малки букви'; |
| | | $labels['varupper'] = 'главни букви'; |
| | | $labels['varlowerfirst'] = 'първи знак с малка буква'; |
| | | $labels['varupperfirst'] = 'първи знак с главна буква'; |
| | | $labels['varquotewildcard'] = 'цитиране на специални знаци'; |
| | | $labels['varlength'] = 'дължина'; |
| | | $labels['notify'] = 'Известие за изпращане'; |
| | | $labels['notifyaddress'] = 'До e-mail адреси:'; |
| | | $labels['notifybody'] = 'Известие:'; |
| | | $labels['notifysubject'] = 'Тема на известието'; |
| | | $labels['notifyfrom'] = 'Подател на известието'; |
| | | $labels['notifyimportance'] = 'Важност:'; |
| | | $labels['notifyimportancelow'] = 'ниска'; |
| | | $labels['notifyimportancenormal'] = 'нормална'; |
| | | $labels['notifyimportancehigh'] = 'висока'; |
| | | $labels['filtercreate'] = 'Нов филтър'; |
| | | $labels['usedata'] = 'Ползват се следните данни във филтъра:'; |
| | | $labels['nextstep'] = 'Следваща стъпка'; |
| | | $labels['...'] = '...'; |
| | | $labels['advancedopts'] = 'Разширени настройки'; |
| | | $labels['body'] = 'Основа'; |
| | | $labels['address'] = 'адрес'; |
| | | $labels['envelope'] = 'плик'; |
| | | $labels['modifier'] = 'промени:'; |
| | | $labels['text'] = 'текст'; |
| | | $labels['undecoded'] = 'без кодиране'; |
| | | $labels['contenttype'] = 'тип на съдържанието'; |
| | | $labels['modtype'] = 'тип:'; |
| | | $labels['allparts'] = 'всичко'; |
| | | $labels['domain'] = 'домейн'; |
| | | $labels['localpart'] = 'локална част'; |
| | | $labels['user'] = 'потребител'; |
| | | $labels['detail'] = 'данни'; |
| | | $labels['comparator'] = 'за сравнение:'; |
| | | $labels['default'] = 'по подразбиране'; |
| | | $labels['octet'] = 'стриктно'; |
| | | $labels['asciicasemap'] = 'без значение от малки/големи букви'; |
| | | $labels['asciinumeric'] = 'цифрово'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = 'Неизвестна грешка на сървъра'; |
| | | $messages['filterconnerror'] = 'Невъзможност за свързване с managesieve сървъра'; |
| | | $messages['filterdeleteerror'] = 'Невъзможност за изтриване на филтър. Сървър грешка'; |
| | | $messages['filterdeleted'] = 'Филтърът е изтрит успешно'; |
| | | $messages['filtersaved'] = 'Филтърът е записан успешно'; |
| | | $messages['filtersaveerror'] = 'Филтърът не може да бъде записан. Сървър грешка.'; |
| | | $messages['filterdeleteconfirm'] = 'Наистина ли искате да изтриете избрания филтър?'; |
| | | $messages['ruledeleteconfirm'] = 'Сигурни ли сте, че искате да изтриете избраното правило?'; |
| | | $messages['actiondeleteconfirm'] = 'Сигурни ли сте, че искате да изтриете избраното действие?'; |
| | | $messages['forbiddenchars'] = 'Забранени символи в полето'; |
| | | $messages['cannotbeempty'] = 'Полето не може да бъде празно'; |
| | | $messages['ruleexist'] = 'Вече има филтър с указаното име.'; |
| | | $messages['setactivateerror'] = 'Невъзможно активиране на избраните филтри, възникна сървърна грешка.'; |
| | | $messages['setdeactivateerror'] = 'Невъзможно деактивиране на избраните филтри, възникна сървърна грешка.'; |
| | | $messages['setdeleteerror'] = 'Невъзможно изтриване на избраните филтри, възникна сървърна грешка.'; |
| | | $messages['setactivated'] = 'Филтрите са активиране.'; |
| | | $messages['setdeactivated'] = 'Филтрите са деактивирани.'; |
| | | $messages['setdeleted'] = 'Филтрите са изтрити.'; |
| | | $messages['setdeleteconfirm'] = 'Сигурни ли сте, че желаете да изтриете избраните филтири?'; |
| | | $messages['setcreateerror'] = 'Невъзможно създаване на филтри, възникна сървърна грешка.'; |
| | | $messages['setcreated'] = 'Филтрите са създадени.'; |
| | | $messages['activateerror'] = 'Невъзможно включване на филтрите, възникна сървърна грешка.'; |
| | | $messages['deactivateerror'] = 'Невъзможно изключване на филтрите, възникна сървърна грешка.'; |
| | | $messages['deactivated'] = 'Филтрите са изключени.'; |
| | | $messages['activated'] = 'Филтрите са включени.'; |
| | | $messages['moved'] = 'Филтрите са преместени.'; |
| | | $messages['moveerror'] = 'Невъзможно преместване на филтрите, възникна сървърна грешка.'; |
| | | $messages['nametoolong'] = 'Името е прекалено дълго.'; |
| | | $messages['namereserved'] = 'Резервирано име.'; |
| | | $messages['setexist'] = 'Вече има такъв набор филтри.'; |
| | | $messages['nodata'] = 'Поне една позиция трябва да е избрана!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/bs_BA/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Kenan Dervišević <kenan3008@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['filters'] = 'Filteri'; |
| | | $labels['managefilters'] = 'Upravljanje dolaznim email filterima'; |
| | | $labels['filtername'] = 'Naziv filtera'; |
| | |
| | | $labels['recipient'] = 'Primaoc'; |
| | | $labels['vacationaddresses'] = 'Moje dodatne email adrese (odvojite zarezima):'; |
| | | $labels['vacationdays'] = 'Frekvencija slanja poruka (u danima):'; |
| | | $labels['vacationinterval'] = 'How often send messages:'; |
| | | $labels['days'] = 'days'; |
| | | $labels['seconds'] = 'seconds'; |
| | | $labels['vacationreason'] = 'Tijelo poruke (razlog za odmor):'; |
| | | $labels['vacationsubject'] = 'Naslov poruke:'; |
| | | $labels['rulestop'] = 'Prestani procjenjivati pravila'; |
| | |
| | | $labels['flaganswered'] = 'Odgovoreno'; |
| | | $labels['flagflagged'] = 'Važno'; |
| | | $labels['flagdraft'] = 'Skica'; |
| | | $labels['setvariable'] = 'Postavi promjenjivu'; |
| | | $labels['setvarname'] = 'Naziv promjenjive:'; |
| | | $labels['setvarvalue'] = 'Vrijednost promjenjive:'; |
| | | $labels['setvarmodifiers'] = 'Parametri:'; |
| | | $labels['varlower'] = 'mala slova'; |
| | | $labels['varupper'] = 'velika slova'; |
| | | $labels['varlowerfirst'] = 'prvi znak malim slovom'; |
| | | $labels['varupperfirst'] = 'prvi znak velikim slovom'; |
| | | $labels['varquotewildcard'] = 'citiraj specijalne znakove'; |
| | | $labels['varlength'] = 'dužina'; |
| | | $labels['notify'] = 'Pošalji napomenu'; |
| | | $labels['notifyaddress'] = 'Na email adresu:'; |
| | | $labels['notifybody'] = 'Sadržaj napomene:'; |
| | | $labels['notifysubject'] = 'Naslov napomene:'; |
| | | $labels['notifyfrom'] = 'Pošiljalac napomene:'; |
| | | $labels['notifyimportance'] = 'Prioritet:'; |
| | | $labels['notifyimportancelow'] = 'mali'; |
| | | $labels['notifyimportancenormal'] = 'obični'; |
| | | $labels['notifyimportancehigh'] = 'veliki'; |
| | | $labels['filtercreate'] = 'Kreiraj filter'; |
| | | $labels['usedata'] = 'Koristite sljedeće podatke u filteru:'; |
| | | $labels['nextstep'] = 'Sljedeći korak'; |
| | |
| | | $labels['octet'] = 'striktno (oktet)'; |
| | | $labels['asciicasemap'] = 'osjetljivo na velika/mala slova (ascii-casemap)'; |
| | | $labels['asciinumeric'] = 'numerički (ascii-numeric)'; |
| | | $labels['filterunknownerror'] = 'Nepoznata serverska greška.'; |
| | | $labels['filterconnerror'] = 'Nije se moguće povezati na server.'; |
| | | $labels['filterdeleteerror'] = 'Nije moguće obrisati filter. Desila se serverska greška.'; |
| | | $labels['filterdeleted'] = 'Filter je uspješno obrisan.'; |
| | | $labels['filtersaved'] = 'Filter je uspješno sačuvan.'; |
| | | $labels['filtersaveerror'] = 'Nije moguće sačuvati filter. Desila se serverska greška.'; |
| | | $labels['filterdeleteconfirm'] = 'Da li zaista želite obrisati označeni filter?'; |
| | | $labels['ruledeleteconfirm'] = 'Jeste li sigurni da želite obrisati označeno pravilo?'; |
| | | $labels['actiondeleteconfirm'] = 'Jeste li sigurni da želite obrisati označenu akciju?'; |
| | | $labels['forbiddenchars'] = 'U polje su uneseni nedozvoljeni znakovi.'; |
| | | $labels['cannotbeempty'] = 'Polje ne može biti prazno.'; |
| | | $labels['ruleexist'] = 'Filter s tim imenom već postoji.'; |
| | | $labels['setactivateerror'] = 'Nije moguće aktivirati označeni set filtera. Desila se serverska greška.'; |
| | | $labels['setdeactivateerror'] = 'Nije moguće deaktivirati označeni set filtera. Desila se serverska greška.'; |
| | | $labels['setdeleteerror'] = 'Nije moguće obrisati označeni set filtera. Desila se serverska greška.'; |
| | | $labels['setactivated'] = 'Set filtera je uspješno aktiviran.'; |
| | | $labels['setdeactivated'] = 'Set filtera je uspješno deaktiviran.'; |
| | | $labels['setdeleted'] = 'Set filtera je uspješno obrisan.'; |
| | | $labels['setdeleteconfirm'] = 'Jeste li sigurni da želite obrisati označeni set filtera?'; |
| | | $labels['setcreateerror'] = 'Nije moguće kreirati se filtera. Desila se serverska greška.'; |
| | | $labels['setcreated'] = 'Set filtera je uspješno kreiran.'; |
| | | $labels['activateerror'] = 'Nije moguće omogućiti označene filtere. Desila se serverska greška.'; |
| | | $labels['deactivateerror'] = 'Nije moguće onemogućiti označene filtere. Desila se serverska greška.'; |
| | | $labels['activated'] = 'Filteri su uspješno onemogućeni.'; |
| | | $labels['deactivated'] = 'Filteri su uspješno omogućeni.'; |
| | | $labels['moved'] = 'Filteri su uspješno premješteni.'; |
| | | $labels['moveerror'] = 'Nije moguće premjestiti označeni filter. Desila se serverska greška.'; |
| | | $labels['nametoolong'] = 'Ime je predugo.'; |
| | | $labels['namereserved'] = 'Ime je rezervisano.'; |
| | | $labels['setexist'] = 'Set već postoji.'; |
| | | $labels['nodata'] = 'Morate označiti barem jednu poziciju!'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = 'Nepoznata serverska greška.'; |
| | | $messages['filterconnerror'] = 'Nije se moguće povezati na server.'; |
| | | $messages['filterdeleteerror'] = 'Nije moguće obrisati filter. Desila se serverska greška.'; |
| | | $messages['filterdeleted'] = 'Filter je uspješno obrisan.'; |
| | | $messages['filtersaved'] = 'Filter je uspješno sačuvan.'; |
| | | $messages['filtersaveerror'] = 'Nije moguće sačuvati filter. Desila se serverska greška.'; |
| | | $messages['filterdeleteconfirm'] = 'Da li zaista želite obrisati označeni filter?'; |
| | | $messages['ruledeleteconfirm'] = 'Jeste li sigurni da želite obrisati označeno pravilo?'; |
| | | $messages['actiondeleteconfirm'] = 'Jeste li sigurni da želite obrisati označenu akciju?'; |
| | | $messages['forbiddenchars'] = 'U polje su uneseni nedozvoljeni znakovi.'; |
| | | $messages['cannotbeempty'] = 'Polje ne može biti prazno.'; |
| | | $messages['ruleexist'] = 'Filter s tim imenom već postoji.'; |
| | | $messages['setactivateerror'] = 'Nije moguće aktivirati označeni set filtera. Desila se serverska greška.'; |
| | | $messages['setdeactivateerror'] = 'Nije moguće deaktivirati označeni set filtera. Desila se serverska greška.'; |
| | | $messages['setdeleteerror'] = 'Nije moguće obrisati označeni set filtera. Desila se serverska greška.'; |
| | | $messages['setactivated'] = 'Set filtera je uspješno aktiviran.'; |
| | | $messages['setdeactivated'] = 'Set filtera je uspješno deaktiviran.'; |
| | | $messages['setdeleted'] = 'Set filtera je uspješno obrisan.'; |
| | | $messages['setdeleteconfirm'] = 'Jeste li sigurni da želite obrisati označeni set filtera?'; |
| | | $messages['setcreateerror'] = 'Nije moguće kreirati se filtera. Desila se serverska greška.'; |
| | | $messages['setcreated'] = 'Set filtera je uspješno kreiran.'; |
| | | $messages['activateerror'] = 'Nije moguće omogućiti označene filtere. Desila se serverska greška.'; |
| | | $messages['deactivateerror'] = 'Nije moguće onemogućiti označene filtere. Desila se serverska greška.'; |
| | | $messages['deactivated'] = 'Filteri su uspješno omogućeni.'; |
| | | $messages['activated'] = 'Filteri su uspješno onemogućeni.'; |
| | | $messages['moved'] = 'Filteri su uspješno premješteni.'; |
| | | $messages['moveerror'] = 'Nije moguće premjestiti označeni filter. Desila se serverska greška.'; |
| | | $messages['nametoolong'] = 'Ime je predugo.'; |
| | | $messages['namereserved'] = 'Ime je rezervisano.'; |
| | | $messages['setexist'] = 'Set već postoji.'; |
| | | $messages['nodata'] = 'Morate označiti barem jednu poziciju!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/ca_ES/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Jordi Sanfeliu <jordi@fibranet.cat> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['filters'] = 'Filtres'; |
| | | $labels['managefilters'] = 'Gestiona els filtres dels missatges d\'entrada'; |
| | | $labels['filtername'] = 'Nom del filtre'; |
| | |
| | | $labels['recipient'] = 'Destinatari/a'; |
| | | $labels['vacationaddresses'] = 'Altres adreces electròniques meves (separades per coma)'; |
| | | $labels['vacationdays'] = 'Cada quan enviar un missatge (en dies):'; |
| | | $labels['vacationinterval'] = 'How often send messages:'; |
| | | $labels['days'] = 'days'; |
| | | $labels['seconds'] = 'seconds'; |
| | | $labels['vacationreason'] = 'Cos del missatge (raó de les vacances):'; |
| | | $labels['vacationsubject'] = 'Assumpte del missatge:'; |
| | | $labels['rulestop'] = 'Deixa d\'avaluar regles'; |
| | |
| | | $labels['flaganswered'] = 'Respost'; |
| | | $labels['flagflagged'] = 'Marcat'; |
| | | $labels['flagdraft'] = 'Esborrany'; |
| | | $labels['setvariable'] = 'Ajusta la variable'; |
| | | $labels['setvarname'] = 'Nom de la variable:'; |
| | | $labels['setvarvalue'] = 'Valor de la variable:'; |
| | | $labels['setvarmodifiers'] = 'Modificadors:'; |
| | | $labels['varlower'] = 'minúscules'; |
| | | $labels['varupper'] = 'majúscules'; |
| | | $labels['varlowerfirst'] = 'el primer caràcter és minúscul'; |
| | | $labels['varupperfirst'] = 'el primer caràcter és majúscul'; |
| | | $labels['varquotewildcard'] = 'engloba els caràcters especials amb cometes'; |
| | | $labels['varlength'] = 'llargada'; |
| | | $labels['notify'] = 'Envia notificació'; |
| | | $labels['notifyaddress'] = 'Per a adreça de correu electrònic:'; |
| | | $labels['notifybody'] = 'Cos de la notificació'; |
| | | $labels['notifysubject'] = 'Tema de la notificació:'; |
| | | $labels['notifyfrom'] = 'Remitent de la notificació:'; |
| | | $labels['notifyimportance'] = 'Importànica:'; |
| | | $labels['notifyimportancelow'] = 'baixa'; |
| | | $labels['notifyimportancenormal'] = 'normal'; |
| | | $labels['notifyimportancehigh'] = 'alta'; |
| | | $labels['filtercreate'] = 'Crea filtre'; |
| | | $labels['usedata'] = 'Fes servir les següents dades al filtre:'; |
| | | $labels['nextstep'] = 'Següent pas'; |
| | |
| | | $labels['octet'] = 'estricte (octet)'; |
| | | $labels['asciicasemap'] = 'No distingeix entre majúscules i minúscules (ascii-casemap)'; |
| | | $labels['asciinumeric'] = 'numèric (ascii-numeric)'; |
| | | $labels['filterunknownerror'] = 'Error desconegut al servidor.'; |
| | | $labels['filterconnerror'] = 'No s\'ha pogut connectar al servidor.'; |
| | | $labels['filterdeleteerror'] = 'No s\'ha pogut suprimir el filtre. Hi ha hagut un error al servidor.'; |
| | | $labels['filterdeleted'] = 'El filtre s\'ha suprimit correctament.'; |
| | | $labels['filtersaved'] = 'Filtre desat correctament.'; |
| | | $labels['filtersaveerror'] = 'No s\'ha pogut desar el filtre. Hi ha hagut un error al servidor.'; |
| | | $labels['filterdeleteconfirm'] = 'Realment voleu suprimit el filtre seleccionat?'; |
| | | $labels['ruledeleteconfirm'] = 'Esteu segur que voleu suprimir la norma seleccionada?'; |
| | | $labels['actiondeleteconfirm'] = 'Esteu segur que voleu suprimir l\'acció seleccionada?'; |
| | | $labels['forbiddenchars'] = 'El camp conté caràcters prohibits.'; |
| | | $labels['cannotbeempty'] = 'El camp no pot estar buit.'; |
| | | $labels['ruleexist'] = 'Ja existeix un filtre amb aquest nom'; |
| | | $labels['setactivateerror'] = 'No s\'ha pogut activar el fitlre seleccionat. Hi ha hagut un error al servidor.'; |
| | | $labels['setdeactivateerror'] = 'No s\'ha pogut desactivar el fitlre seleccionat. Hi ha hagut un error al servidor.'; |
| | | $labels['setdeleteerror'] = 'No s\'ha pogut suprimir el conjunt de filtres seleccionats. Hi ha hagut un error al servidor.'; |
| | | $labels['setactivated'] = 'El conjunt de filtres s\'ha activat correctament.'; |
| | | $labels['setdeactivated'] = 'El conjunt de filtres s\'ha desactivat correctament.'; |
| | | $labels['setdeleted'] = 'El conjunt de filtres s\'ha suprimit correctament.'; |
| | | $labels['setdeleteconfirm'] = 'Esteu segurs que voleu suprimir el conjunt de filtres seleccionats?'; |
| | | $labels['setcreateerror'] = 'No s\'ha pogut crear el conjunt de filtres. Hi ha hagut un error al servidor.'; |
| | | $labels['setcreated'] = 'S\'ha creat correctament el conjunt de filtres.'; |
| | | $labels['activateerror'] = 'No s\'ha pogut habilitar el(s) filtre(s) seleccionat(s). Hi ha hagut un error al servidor.'; |
| | | $labels['deactivateerror'] = 'No s\'ha pogut deshabilitar el(s) filtre(s) seleccionat(s). Hi ha hagut un error al servidor.'; |
| | | $labels['activated'] = 'Filtre(s) deshabilitat(s) correctament.'; |
| | | $labels['deactivated'] = 'Filtre(s) habilitat(s) correctament.'; |
| | | $labels['moved'] = 'S\'ha mogut correctament el filtre.'; |
| | | $labels['moveerror'] = 'No s\'ha pogut moure el filtre seleccionat. Hi ha hagut un error al servidor.'; |
| | | $labels['nametoolong'] = 'El nom és massa llarg.'; |
| | | $labels['namereserved'] = 'Nom reservat.'; |
| | | $labels['setexist'] = 'El conjunt ja existeix.'; |
| | | $labels['nodata'] = 'S\'ha de seleccionar com a mínim una posició!'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = 'Error desconegut al servidor.'; |
| | | $messages['filterconnerror'] = 'No s\'ha pogut connectar al servidor.'; |
| | | $messages['filterdeleteerror'] = 'No s\'ha pogut suprimir el filtre. Hi ha hagut un error al servidor.'; |
| | | $messages['filterdeleted'] = 'El filtre s\'ha suprimit correctament.'; |
| | | $messages['filtersaved'] = 'Filtre desat correctament.'; |
| | | $messages['filtersaveerror'] = 'No s\'ha pogut desar el filtre. Hi ha hagut un error al servidor.'; |
| | | $messages['filterdeleteconfirm'] = 'Realment voleu suprimit el filtre seleccionat?'; |
| | | $messages['ruledeleteconfirm'] = 'Esteu segur que voleu suprimir la norma seleccionada?'; |
| | | $messages['actiondeleteconfirm'] = 'Esteu segur que voleu suprimir l\'acció seleccionada?'; |
| | | $messages['forbiddenchars'] = 'El camp conté caràcters prohibits.'; |
| | | $messages['cannotbeempty'] = 'El camp no pot estar buit.'; |
| | | $messages['ruleexist'] = 'Ja existeix un filtre amb aquest nom'; |
| | | $messages['setactivateerror'] = 'No s\'ha pogut activar el fitlre seleccionat. Hi ha hagut un error al servidor.'; |
| | | $messages['setdeactivateerror'] = 'No s\'ha pogut desactivar el fitlre seleccionat. Hi ha hagut un error al servidor.'; |
| | | $messages['setdeleteerror'] = 'No s\'ha pogut suprimir el conjunt de filtres seleccionats. Hi ha hagut un error al servidor.'; |
| | | $messages['setactivated'] = 'El conjunt de filtres s\'ha activat correctament.'; |
| | | $messages['setdeactivated'] = 'El conjunt de filtres s\'ha desactivat correctament.'; |
| | | $messages['setdeleted'] = 'El conjunt de filtres s\'ha suprimit correctament.'; |
| | | $messages['setdeleteconfirm'] = 'Esteu segurs que voleu suprimir el conjunt de filtres seleccionats?'; |
| | | $messages['setcreateerror'] = 'No s\'ha pogut crear el conjunt de filtres. Hi ha hagut un error al servidor.'; |
| | | $messages['setcreated'] = 'S\'ha creat correctament el conjunt de filtres.'; |
| | | $messages['activateerror'] = 'No s\'ha pogut habilitar el(s) filtre(s) seleccionat(s). Hi ha hagut un error al servidor.'; |
| | | $messages['deactivateerror'] = 'No s\'ha pogut deshabilitar el(s) filtre(s) seleccionat(s). Hi ha hagut un error al servidor.'; |
| | | $messages['deactivated'] = 'Filtre(s) habilitat(s) correctament.'; |
| | | $messages['activated'] = 'Filtre(s) deshabilitat(s) correctament.'; |
| | | $messages['moved'] = 'S\'ha mogut correctament el filtre.'; |
| | | $messages['moveerror'] = 'No s\'ha pogut moure el filtre seleccionat. Hi ha hagut un error al servidor.'; |
| | | $messages['nametoolong'] = 'El nom és massa llarg.'; |
| | | $messages['namereserved'] = 'Nom reservat.'; |
| | | $messages['setexist'] = 'El conjunt ja existeix.'; |
| | | $messages['nodata'] = 'S\'ha de seleccionar com a mínim una posició!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/cs_CZ/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['filters'] = 'Filtry'; |
| | | $labels['managefilters'] = 'Nastavení filtrů'; |
| | | $labels['filtername'] = 'Název filtru'; |
| | |
| | | $labels['del'] = 'Smaž'; |
| | | $labels['sender'] = 'Odesílatel'; |
| | | $labels['recipient'] = 'Příjemce'; |
| | | $labels['vacationaddresses'] = 'Seznam příjemců, kterým nebude zpráva odeslána (oddělené čárkou):'; |
| | | $labels['vacationaddresses'] = 'Moje další e-mailové adresy (aliasy) spojené s tímto účtem (oddělené čárkou):'; |
| | | $labels['vacationdays'] = 'Počet dnů mezi automatickými odpověďmi:'; |
| | | $labels['vacationinterval'] = 'Prodleva mezi automatickými odpověďmi:'; |
| | | $labels['days'] = 'dnů'; |
| | | $labels['seconds'] = 'sekund'; |
| | | $labels['vacationreason'] = 'Zpráva (Důvod nepřítomnosti):'; |
| | | $labels['vacationsubject'] = 'Předmět zprávy:'; |
| | | $labels['rulestop'] = 'Zastavit pravidla'; |
| | |
| | | $labels['flaganswered'] = 'Odpovězené'; |
| | | $labels['flagflagged'] = 'Označeno'; |
| | | $labels['flagdraft'] = 'Koncept'; |
| | | $labels['setvariable'] = 'Nastavit proměnnou'; |
| | | $labels['setvarname'] = 'Název proměnné:'; |
| | | $labels['setvarvalue'] = 'Hodnota proměnné:'; |
| | | $labels['setvarmodifiers'] = 'Modifikátory:'; |
| | | $labels['varlower'] = 'malá písmena'; |
| | | $labels['varupper'] = 'velká písmena'; |
| | | $labels['varlowerfirst'] = 'první písmeno malé'; |
| | | $labels['varupperfirst'] = 'první písmeno velké'; |
| | | $labels['varquotewildcard'] = 'uvodit speciální znaky uvozovkama'; |
| | | $labels['varlength'] = 'délka'; |
| | | $labels['notify'] = 'Odeslat oznámení'; |
| | | $labels['notifyaddress'] = 'Na emailovou adresu:'; |
| | | $labels['notifybody'] = 'Zpráva oznámení:'; |
| | | $labels['notifysubject'] = 'Předmět oznámení:'; |
| | | $labels['notifyfrom'] = 'Odesílatel oznámení:'; |
| | | $labels['notifyimportance'] = 'Důležitost:'; |
| | | $labels['notifyimportancelow'] = 'nízká'; |
| | | $labels['notifyimportancenormal'] = 'normální'; |
| | | $labels['notifyimportancehigh'] = 'vysoká'; |
| | | $labels['filtercreate'] = 'Vytvořit filtr'; |
| | | $labels['usedata'] = 'Použít následující údaje ve filtru:'; |
| | | $labels['nextstep'] = 'Další krok'; |
| | |
| | | $labels['octet'] = 'striktní (oktet)'; |
| | | $labels['asciicasemap'] = 'necitlivé na velikost písmen (ascii-casemap)'; |
| | | $labels['asciinumeric'] = 'číslené (ascii-numeric)'; |
| | | $labels['filterunknownerror'] = 'Neznámá chyba serveru'; |
| | | $labels['filterconnerror'] = 'Nebylo možné se připojit k sieve serveru'; |
| | | $labels['filterdeleteerror'] = 'Nebylo možné smazat filtr. Server nahlásil chybu'; |
| | | $labels['filterdeleted'] = 'Filtr byl smazán'; |
| | | $labels['filtersaved'] = 'Filtr byl uložen'; |
| | | $labels['filtersaveerror'] = 'Nebylo možné uložit filtr. Server nahlásil chybu.'; |
| | | $labels['filterdeleteconfirm'] = 'Opravdu chcete smazat vybraný filtr?'; |
| | | $labels['ruledeleteconfirm'] = 'Jste si jisti, že chcete smazat vybrané pravidlo?'; |
| | | $labels['actiondeleteconfirm'] = 'Jste si jisti, že chcete smazat vybranou akci?'; |
| | | $labels['forbiddenchars'] = 'Zakázané znaky v poli'; |
| | | $labels['cannotbeempty'] = 'Pole nemůže být prázdné'; |
| | | $labels['ruleexist'] = 'Filtr s uvedeným názvem již existuje.'; |
| | | $labels['setactivateerror'] = 'Nelze zapnout vybranou sadu filtrů. Došlo k chybě serveru.'; |
| | | $labels['setdeactivateerror'] = 'Nelze vypnout vybranou sadu filtrů. Došlo k chybě serveru.'; |
| | | $labels['setdeleteerror'] = 'Nelze odstranit vybranou sadu filtrů. Došlo k chybě serveru.'; |
| | | $labels['setactivated'] = 'Sada filtrů úspěšně zapnuta.'; |
| | | $labels['setdeactivated'] = 'Sada filtrů úspěšně vypnuta.'; |
| | | $labels['setdeleted'] = 'Sada filtrů úspěšně odstraněna.'; |
| | | $labels['setdeleteconfirm'] = 'Opravdu si přejete odebrat vybranou sadu filtrů.'; |
| | | $labels['setcreateerror'] = 'Nelze vytvořit sadu filtrů. Došlo k chybě serveru.'; |
| | | $labels['setcreated'] = 'Sada filtrů úspěšně vytvořena.'; |
| | | $labels['activateerror'] = 'Nelze zapnout vybrané filtr/y. Došlo k chybě serveru.'; |
| | | $labels['deactivateerror'] = 'Nelze vypnout vybrané filtr/y. Došlo k chybě serveru.'; |
| | | $labels['activated'] = 'Filtr/y úspěšne vypnuty.'; |
| | | $labels['deactivated'] = 'Filtr/y úspěšně zapnuty.'; |
| | | $labels['moved'] = 'Filtr byl úspěšně přesunut.'; |
| | | $labels['moveerror'] = 'Nelze přesunout vybraný filtr. Došlo k chybě na serveru.'; |
| | | $labels['nametoolong'] = 'Příliš dlouhý název.'; |
| | | $labels['namereserved'] = 'Vyhrazený název.'; |
| | | $labels['setexist'] = 'Sada již existuje.'; |
| | | $labels['nodata'] = 'Musí být vybrána minimálně jedna pozice!'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = 'Neznámá chyba serveru'; |
| | | $messages['filterconnerror'] = 'Nebylo možné se připojit k sieve serveru'; |
| | | $messages['filterdeleteerror'] = 'Nebylo možné smazat filtr. Server nahlásil chybu'; |
| | | $messages['filterdeleted'] = 'Filtr byl smazán'; |
| | | $messages['filtersaved'] = 'Filtr byl uložen'; |
| | | $messages['filtersaveerror'] = 'Nebylo možné uložit filtr. Server nahlásil chybu.'; |
| | | $messages['filterdeleteconfirm'] = 'Opravdu chcete smazat vybraný filtr?'; |
| | | $messages['ruledeleteconfirm'] = 'Jste si jisti, že chcete smazat vybrané pravidlo?'; |
| | | $messages['actiondeleteconfirm'] = 'Jste si jisti, že chcete smazat vybranou akci?'; |
| | | $messages['forbiddenchars'] = 'Zakázané znaky v poli'; |
| | | $messages['cannotbeempty'] = 'Pole nemůže být prázdné'; |
| | | $messages['ruleexist'] = 'Filtr s uvedeným názvem již existuje.'; |
| | | $messages['setactivateerror'] = 'Nelze zapnout vybranou sadu filtrů. Došlo k chybě serveru.'; |
| | | $messages['setdeactivateerror'] = 'Nelze vypnout vybranou sadu filtrů. Došlo k chybě serveru.'; |
| | | $messages['setdeleteerror'] = 'Nelze odstranit vybranou sadu filtrů. Došlo k chybě serveru.'; |
| | | $messages['setactivated'] = 'Sada filtrů úspěšně zapnuta.'; |
| | | $messages['setdeactivated'] = 'Sada filtrů úspěšně vypnuta.'; |
| | | $messages['setdeleted'] = 'Sada filtrů úspěšně odstraněna.'; |
| | | $messages['setdeleteconfirm'] = 'Opravdu si přejete odebrat vybranou sadu filtrů.'; |
| | | $messages['setcreateerror'] = 'Nelze vytvořit sadu filtrů. Došlo k chybě serveru.'; |
| | | $messages['setcreated'] = 'Sada filtrů úspěšně vytvořena.'; |
| | | $messages['activateerror'] = 'Nelze zapnout vybrané filtr/y. Došlo k chybě serveru.'; |
| | | $messages['deactivateerror'] = 'Nelze vypnout vybrané filtr/y. Došlo k chybě serveru.'; |
| | | $messages['deactivated'] = 'Filtr/y úspěšně zapnuty.'; |
| | | $messages['activated'] = 'Filtr/y úspěšne vypnuty.'; |
| | | $messages['moved'] = 'Filtr byl úspěšně přesunut.'; |
| | | $messages['moveerror'] = 'Nelze přesunout vybraný filtr. Došlo k chybě na serveru.'; |
| | | $messages['nametoolong'] = 'Příliš dlouhý název.'; |
| | | $messages['namereserved'] = 'Vyhrazený název.'; |
| | | $messages['setexist'] = 'Sada již existuje.'; |
| | | $messages['nodata'] = 'Musí být vybrána minimálně jedna pozice!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/cy_GB/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Dafydd Tomos | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['filters'] = 'Hidlyddion'; |
| | | $labels['managefilters'] = 'Rheoli hidlyddion ebost i fewn'; |
| | | $labels['filtername'] = 'Enw hidlydd'; |
| | |
| | | $labels['recipient'] = 'Derbynnwr'; |
| | | $labels['vacationaddresses'] = 'Fy chyfeiriadau ebost ychwanegol (gwahanir gyda coma):'; |
| | | $labels['vacationdays'] = 'Pa mor aml i ddanfon negeseuon (mewn dyddiau):'; |
| | | $labels['vacationinterval'] = 'How often send messages:'; |
| | | $labels['days'] = 'days'; |
| | | $labels['seconds'] = 'seconds'; |
| | | $labels['vacationreason'] = 'Corff neges (rheswm ar wyliau):'; |
| | | $labels['vacationsubject'] = 'Pwnc neges:'; |
| | | $labels['rulestop'] = 'Stopio gwerthuso rheolau'; |
| | |
| | | $labels['flaganswered'] = 'Atebwyd'; |
| | | $labels['flagflagged'] = 'Nodwyd'; |
| | | $labels['flagdraft'] = 'Drafft'; |
| | | $labels['setvariable'] = 'Gosod newidyn'; |
| | | $labels['setvarname'] = 'Enw newidyn:'; |
| | | $labels['setvarvalue'] = 'Gwerth newidyn:'; |
| | | $labels['setvarmodifiers'] = 'Addasydd:'; |
| | | $labels['varlower'] = 'llythrennau bychain'; |
| | | $labels['varupper'] = 'priflythrennau'; |
| | | $labels['varlowerfirst'] = 'llythyren gyntaf yn fach'; |
| | | $labels['varupperfirst'] = 'llythyren gyntaf yn briflythyren'; |
| | | $labels['varquotewildcard'] = 'dyfynnu nodau arbennig'; |
| | | $labels['varlength'] = 'hyd'; |
| | | $labels['notify'] = 'Anfon hysbysiad'; |
| | | $labels['notifyaddress'] = 'I gyfeiriad ebost:'; |
| | | $labels['notifybody'] = 'Corff hysbysiad:'; |
| | | $labels['notifysubject'] = 'Pwnc hysbysiad:'; |
| | | $labels['notifyfrom'] = 'Anfonwr hysbysiad:'; |
| | | $labels['notifyimportance'] = 'Pwysigrwydd:'; |
| | | $labels['notifyimportancelow'] = 'isel'; |
| | | $labels['notifyimportancenormal'] = 'arferol'; |
| | | $labels['notifyimportancehigh'] = 'uchel'; |
| | | $labels['filtercreate'] = 'Creu hidlydd'; |
| | | $labels['usedata'] = 'Defnyddio\'r wybodaeth ganlynol yn yr hidlydd:'; |
| | | $labels['nextstep'] = 'Cam nesaf'; |
| | |
| | | $labels['octet'] = 'llym (octet)'; |
| | | $labels['asciicasemap'] = 'maint llythrennau (ascii-casemap)'; |
| | | $labels['asciinumeric'] = 'rhifau (ascii-numeric)'; |
| | | $labels['filterunknownerror'] = 'Gwall gweinydd anhysbys.'; |
| | | $labels['filterconnerror'] = 'Methwyd cysylltu a\'r gweinydd.'; |
| | | $labels['filterdeleteerror'] = 'Methwyd dileu hidlydd. Cafwydd gwall gweinydd.'; |
| | | $labels['filterdeleted'] = 'Dilëuwyd hidlydd yn llwyddiannus.'; |
| | | $labels['filtersaved'] = 'Cadwyd hidlydd yn llwyddiannus.'; |
| | | $labels['filtersaveerror'] = 'Methwyd cadw hidlydd. Cafwyd gwall gweinydd.'; |
| | | $labels['filterdeleteconfirm'] = 'Ydych chi wir am ddileu yr hidlydd ddewiswyd?'; |
| | | $labels['ruledeleteconfirm'] = 'Ydych chi\'n siwr eich bod am ddileu\'r rheol ddewiswyd?'; |
| | | $labels['actiondeleteconfirm'] = 'Ydych chi\'n siwr eich bod am ddileu\'r weithred ddewiswyd?'; |
| | | $labels['forbiddenchars'] = 'Llythrennau gwaharddedig yn y maes.'; |
| | | $labels['cannotbeempty'] = 'Ni all y maes fod yn wag.'; |
| | | $labels['ruleexist'] = 'Mae hidlydd gyda\'r enw yma yn bodoli\'n barod.'; |
| | | $labels['setactivateerror'] = 'Methwyd bywiogi y set hidlydd dewiswyd. Cafwyd gwall gweinydd.'; |
| | | $labels['setdeactivateerror'] = 'Methwyd dadfywiogi y set hidlydd dewiswyd. Cafwyd gwall gweinydd.'; |
| | | $labels['setdeleteerror'] = 'Methwyd dileu y set hidlydd dewiswyd. Cafwyd gwall gweinydd.'; |
| | | $labels['setactivated'] = 'Bywiogwyd y set hidlydd yn llwyddiannus.'; |
| | | $labels['setdeactivated'] = 'Dadfywiogwyd y set hidlydd yn llwyddiannus.'; |
| | | $labels['setdeleted'] = 'Dilëuwyd y set hidlydd yn llwyddiannus.'; |
| | | $labels['setdeleteconfirm'] = 'Ydych chi\'n siwr eich bod am ddileu\'r set hidlydd ddewiswyd?'; |
| | | $labels['setcreateerror'] = 'Methwyd creu set hidlydd. Cafwyd gwall gweinydd.'; |
| | | $labels['setcreated'] = 'Crëuwyd y set hidlydd yn llwyddiannus.'; |
| | | $labels['activateerror'] = 'Methwyd galluogi y hidlydd(ion) dewiswyd. Cafwyd gwall gweinydd.'; |
| | | $labels['deactivateerror'] = 'Methwyd analluogi y hidlydd(ion) dewiswyd. Cafwyd gwall gweinydd.'; |
| | | $labels['activated'] = 'Analluogwyd y hidlydd(ion) yn llwyddiannus.'; |
| | | $labels['deactivated'] = 'Galluogwyd y hidlydd(ion) yn llwyddiannus.'; |
| | | $labels['moved'] = 'Symudwyd y hidlydd yn llwyddiannus.'; |
| | | $labels['moveerror'] = 'Methwyd symud y hidlydd dewiswyd. Cafwyd gwall gweinydd.'; |
| | | $labels['nametoolong'] = 'Enw yn rhy hir.'; |
| | | $labels['namereserved'] = 'Enw neilltuedig.'; |
| | | $labels['setexist'] = 'Mae\'r set yn bodoli\'n barod.'; |
| | | $labels['nodata'] = 'Rhaid dewis o leia un safle!'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = 'Gwall gweinydd anhysbys.'; |
| | | $messages['filterconnerror'] = 'Methwyd cysylltu a\'r gweinydd.'; |
| | | $messages['filterdeleteerror'] = 'Methwyd dileu hidlydd. Cafwydd gwall gweinydd.'; |
| | | $messages['filterdeleted'] = 'Dilëuwyd hidlydd yn llwyddiannus.'; |
| | | $messages['filtersaved'] = 'Cadwyd hidlydd yn llwyddiannus.'; |
| | | $messages['filtersaveerror'] = 'Methwyd cadw hidlydd. Cafwyd gwall gweinydd.'; |
| | | $messages['filterdeleteconfirm'] = 'Ydych chi wir am ddileu yr hidlydd ddewiswyd?'; |
| | | $messages['ruledeleteconfirm'] = 'Ydych chi\'n siwr eich bod am ddileu\'r rheol ddewiswyd?'; |
| | | $messages['actiondeleteconfirm'] = 'Ydych chi\'n siwr eich bod am ddileu\'r weithred ddewiswyd?'; |
| | | $messages['forbiddenchars'] = 'Llythrennau gwaharddedig yn y maes.'; |
| | | $messages['cannotbeempty'] = 'Ni all y maes fod yn wag.'; |
| | | $messages['ruleexist'] = 'Mae hidlydd gyda\'r enw yma yn bodoli\'n barod.'; |
| | | $messages['setactivateerror'] = 'Methwyd bywiogi y set hidlydd dewiswyd. Cafwyd gwall gweinydd.'; |
| | | $messages['setdeactivateerror'] = 'Methwyd dadfywiogi y set hidlydd dewiswyd. Cafwyd gwall gweinydd.'; |
| | | $messages['setdeleteerror'] = 'Methwyd dileu y set hidlydd dewiswyd. Cafwyd gwall gweinydd.'; |
| | | $messages['setactivated'] = 'Bywiogwyd y set hidlydd yn llwyddiannus.'; |
| | | $messages['setdeactivated'] = 'Dadfywiogwyd y set hidlydd yn llwyddiannus.'; |
| | | $messages['setdeleted'] = 'Dilëuwyd y set hidlydd yn llwyddiannus.'; |
| | | $messages['setdeleteconfirm'] = 'Ydych chi\'n siwr eich bod am ddileu\'r set hidlydd ddewiswyd?'; |
| | | $messages['setcreateerror'] = 'Methwyd creu set hidlydd. Cafwyd gwall gweinydd.'; |
| | | $messages['setcreated'] = 'Crëuwyd y set hidlydd yn llwyddiannus.'; |
| | | $messages['activateerror'] = 'Methwyd galluogi y hidlydd(ion) dewiswyd. Cafwyd gwall gweinydd.'; |
| | | $messages['deactivateerror'] = 'Methwyd analluogi y hidlydd(ion) dewiswyd. Cafwyd gwall gweinydd.'; |
| | | $messages['deactivated'] = 'Galluogwyd y hidlydd(ion) yn llwyddiannus.'; |
| | | $messages['activated'] = 'Analluogwyd y hidlydd(ion) yn llwyddiannus.'; |
| | | $messages['moved'] = 'Symudwyd y hidlydd yn llwyddiannus.'; |
| | | $messages['moveerror'] = 'Methwyd symud y hidlydd dewiswyd. Cafwyd gwall gweinydd.'; |
| | | $messages['nametoolong'] = 'Enw yn rhy hir.'; |
| | | $messages['namereserved'] = 'Enw neilltuedig.'; |
| | | $messages['setexist'] = 'Mae\'r set yn bodoli\'n barod.'; |
| | | $messages['nodata'] = 'Rhaid dewis o leia un safle!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/da_DK/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Johannes Hessellund <osos@openeyes.dk> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['filters'] = 'Filtre'; |
| | | $labels['managefilters'] = 'Ændre indgående mail filtreing'; |
| | | $labels['filtername'] = 'Filter navn'; |
| | |
| | | $labels['recipient'] = 'Modtager'; |
| | | $labels['vacationaddresses'] = 'Mine alternative e-mailadresser (kommasepareret):'; |
| | | $labels['vacationdays'] = 'Hvor tit skal besked sendes (i dage):'; |
| | | $labels['vacationinterval'] = 'How often send messages:'; |
| | | $labels['days'] = 'days'; |
| | | $labels['seconds'] = 'seconds'; |
| | | $labels['vacationreason'] = 'Besked (ved ferie):'; |
| | | $labels['vacationsubject'] = 'Besked emne:'; |
| | | $labels['rulestop'] = 'Stop behandling af regler'; |
| | |
| | | $labels['flaganswered'] = 'Besvaret'; |
| | | $labels['flagflagged'] = 'Markeret'; |
| | | $labels['flagdraft'] = 'Kladde'; |
| | | $labels['setvariable'] = 'Skriv variablen'; |
| | | $labels['setvarname'] = 'Variabel navn:'; |
| | | $labels['setvarvalue'] = 'Variabel værdi:'; |
| | | $labels['setvarmodifiers'] = 'Modifikator'; |
| | | $labels['varlower'] = 'små bogstaver'; |
| | | $labels['varupper'] = 'store bogstaver'; |
| | | $labels['varlowerfirst'] = 'første bogstav lille'; |
| | | $labels['varupperfirst'] = 'Første bogstav stort'; |
| | | $labels['varquotewildcard'] = 'Sæt specialle tegn i citationstegn '; |
| | | $labels['varlength'] = 'længde'; |
| | | $labels['notify'] = 'Send meddelelse'; |
| | | $labels['notifyaddress'] = 'Til e-mail adresse:'; |
| | | $labels['notifybody'] = 'meddelelses indhold:'; |
| | | $labels['notifysubject'] = 'Meddelelses emne:'; |
| | | $labels['notifyfrom'] = 'Meddelelses afsender:'; |
| | | $labels['notifyimportance'] = 'Vigtighed:'; |
| | | $labels['notifyimportancelow'] = 'lav'; |
| | | $labels['notifyimportancenormal'] = 'normal'; |
| | | $labels['notifyimportancehigh'] = 'høj'; |
| | | $labels['filtercreate'] = 'Opret filter'; |
| | | $labels['usedata'] = 'Brug følgende data i filteret:'; |
| | | $labels['nextstep'] = 'Næste trin'; |
| | |
| | | $labels['octet'] = 'præcis (oktet)'; |
| | | $labels['asciicasemap'] = 'store og små bogstaver (ascii-bogstaver)'; |
| | | $labels['asciinumeric'] = 'numerisk (ascii-numerisk)'; |
| | | $labels['filterunknownerror'] = 'Ukendt server fejl.'; |
| | | $labels['filterconnerror'] = 'Kan ikke forbinde til server.'; |
| | | $labels['filterdeleteerror'] = 'Kan ikke slette filter. Server fejl.'; |
| | | $labels['filterdeleted'] = 'Filter slettet.'; |
| | | $labels['filtersaved'] = 'Filter gemt.'; |
| | | $labels['filtersaveerror'] = 'Kan ikke gemme filter. Server fejl.'; |
| | | $labels['filterdeleteconfirm'] = 'Vil du slette det valgte filter?'; |
| | | $labels['ruledeleteconfirm'] = 'Er du sikker på at du vil slette den valgte regel?'; |
| | | $labels['actiondeleteconfirm'] = 'Er du sikker på du vil slette den valgte handling?'; |
| | | $labels['forbiddenchars'] = 'Ulovlige tegn i feltet'; |
| | | $labels['cannotbeempty'] = 'Feltet kan ikke være tomt.'; |
| | | $labels['ruleexist'] = 'Filter med dette navn eksisterer allerede.'; |
| | | $labels['setactivateerror'] = 'Kan ikke aktiverer valgt filter sæt. Server fejl.'; |
| | | $labels['setdeactivateerror'] = 'Kan ikke deaktivere valgt filter sæt. Server fejl.'; |
| | | $labels['setdeleteerror'] = 'Kan ikke slette valgt filter sæt. Server fejl.'; |
| | | $labels['setactivated'] = 'Filter sæt aktiveret.'; |
| | | $labels['setdeactivated'] = 'Filter sæt deaktiveret.'; |
| | | $labels['setdeleted'] = 'Filter sæt slettet.'; |
| | | $labels['setdeleteconfirm'] = 'Er du sikker på du vil slette valgt filter sæt?'; |
| | | $labels['setcreateerror'] = 'Kan ikke oprette filter sæt. Server fejl.'; |
| | | $labels['setcreated'] = 'Filter sæt oprettet.'; |
| | | $labels['activateerror'] = 'Kan ikek aktivere valgt filter sæt. Server fejl.'; |
| | | $labels['deactivateerror'] = 'Kan ikke deaktivere valgt filter sæt. Server fejl.'; |
| | | $labels['activated'] = 'Filter(filtre) deaktiveret.'; |
| | | $labels['deactivated'] = 'Filter(filtre) aktiveret.'; |
| | | $labels['moved'] = 'Filter flyttet.'; |
| | | $labels['moveerror'] = 'Kan ikke flytte valgt filter. Server fejl.'; |
| | | $labels['nametoolong'] = 'Navn er for langt.'; |
| | | $labels['namereserved'] = 'Reserveret navn.'; |
| | | $labels['setexist'] = 'Filterv sæt eksisterer allerede'; |
| | | $labels['nodata'] = 'Mindst en position skal vælges!'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = 'Ukendt server fejl.'; |
| | | $messages['filterconnerror'] = 'Kan ikke forbinde til server.'; |
| | | $messages['filterdeleteerror'] = 'Kan ikke slette filter. Server fejl.'; |
| | | $messages['filterdeleted'] = 'Filter slettet.'; |
| | | $messages['filtersaved'] = 'Filter gemt.'; |
| | | $messages['filtersaveerror'] = 'Kan ikke gemme filter. Server fejl.'; |
| | | $messages['filterdeleteconfirm'] = 'Vil du slette det valgte filter?'; |
| | | $messages['ruledeleteconfirm'] = 'Er du sikker på at du vil slette den valgte regel?'; |
| | | $messages['actiondeleteconfirm'] = 'Er du sikker på du vil slette den valgte handling?'; |
| | | $messages['forbiddenchars'] = 'Ulovlige tegn i feltet'; |
| | | $messages['cannotbeempty'] = 'Feltet kan ikke være tomt.'; |
| | | $messages['ruleexist'] = 'Filter med dette navn eksisterer allerede.'; |
| | | $messages['setactivateerror'] = 'Kan ikke aktiverer valgt filter sæt. Server fejl.'; |
| | | $messages['setdeactivateerror'] = 'Kan ikke deaktivere valgt filter sæt. Server fejl.'; |
| | | $messages['setdeleteerror'] = 'Kan ikke slette valgt filter sæt. Server fejl.'; |
| | | $messages['setactivated'] = 'Filter sæt aktiveret.'; |
| | | $messages['setdeactivated'] = 'Filter sæt deaktiveret.'; |
| | | $messages['setdeleted'] = 'Filter sæt slettet.'; |
| | | $messages['setdeleteconfirm'] = 'Er du sikker på du vil slette valgt filter sæt?'; |
| | | $messages['setcreateerror'] = 'Kan ikke oprette filter sæt. Server fejl.'; |
| | | $messages['setcreated'] = 'Filter sæt oprettet.'; |
| | | $messages['activateerror'] = 'Kan ikek aktivere valgt filter sæt. Server fejl.'; |
| | | $messages['deactivateerror'] = 'Kan ikke deaktivere valgt filter sæt. Server fejl.'; |
| | | $messages['deactivated'] = 'Filter(filtre) aktiveret.'; |
| | | $messages['activated'] = 'Filter(filtre) deaktiveret.'; |
| | | $messages['moved'] = 'Filter flyttet.'; |
| | | $messages['moveerror'] = 'Kan ikke flytte valgt filter. Server fejl.'; |
| | | $messages['nametoolong'] = 'Navn er for langt.'; |
| | | $messages['namereserved'] = 'Reserveret navn.'; |
| | | $messages['setexist'] = 'Filterv sæt eksisterer allerede'; |
| | | $messages['nodata'] = 'Mindst en position skal vælges!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/de_CH/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['filters'] = 'Filter'; |
| | | $labels['managefilters'] = 'Verwalte eingehende Nachrichtenfilter'; |
| | | $labels['filtername'] = 'Filtername'; |
| | |
| | | $labels['recipient'] = 'Empfänger'; |
| | | $labels['vacationaddresses'] = 'Zusätzliche Liste von Empfängern (Komma getrennt):'; |
| | | $labels['vacationdays'] = 'Antwort wird erneut gesendet nach (in Tagen):'; |
| | | $labels['vacationinterval'] = 'Wie oft senden:'; |
| | | $labels['days'] = 'Tage'; |
| | | $labels['seconds'] = 'Sekunden'; |
| | | $labels['vacationreason'] = 'Inhalt der Nachricht (Abwesenheitsgrund):'; |
| | | $labels['vacationsubject'] = 'Betreff'; |
| | | $labels['rulestop'] = 'Regelauswertung anhalten'; |
| | |
| | | $labels['flaganswered'] = 'Beantwortet'; |
| | | $labels['flagflagged'] = 'Markiert'; |
| | | $labels['flagdraft'] = 'Entwurf'; |
| | | $labels['setvariable'] = 'Setze Variable'; |
| | | $labels['setvarname'] = 'Variablenname:'; |
| | | $labels['setvarvalue'] = 'Variablenwert:'; |
| | | $labels['setvarmodifiers'] = 'Umwandler:'; |
| | | $labels['varlower'] = 'Kleinschreibung'; |
| | | $labels['varupper'] = 'Grossschreibung'; |
| | | $labels['varlowerfirst'] = 'Erster Buchstabe klein'; |
| | | $labels['varupperfirst'] = 'Erster Buchstabe gross'; |
| | | $labels['varquotewildcard'] = 'Sonderzeichen auszeichnen'; |
| | | $labels['varlength'] = 'Länge'; |
| | | $labels['notify'] = 'Mitteilung senden'; |
| | | $labels['notifyaddress'] = 'Empfängeradresse:'; |
| | | $labels['notifybody'] = 'Mitteilungstext:'; |
| | | $labels['notifysubject'] = 'Mitteilungsbetreff:'; |
| | | $labels['notifyfrom'] = 'Absender:'; |
| | | $labels['notifyimportance'] = 'Wichtigkeit:'; |
| | | $labels['notifyimportancelow'] = 'tief'; |
| | | $labels['notifyimportancenormal'] = 'normal'; |
| | | $labels['notifyimportancehigh'] = 'hoch'; |
| | | $labels['filtercreate'] = 'Filter erstellen'; |
| | | $labels['usedata'] = 'Die folgenden Daten im Filter benutzen:'; |
| | | $labels['nextstep'] = 'Nächster Schritt'; |
| | |
| | | $labels['octet'] = 'strikt (Oktet)'; |
| | | $labels['asciicasemap'] = 'Gross-/Kleinschreibung ignorieren'; |
| | | $labels['asciinumeric'] = 'numerisch (ascii-numeric)'; |
| | | $labels['filterunknownerror'] = 'Unbekannter Serverfehler'; |
| | | $labels['filterconnerror'] = 'Kann nicht zum Sieve-Server verbinden'; |
| | | $labels['filterdeleteerror'] = 'Fehler beim des löschen Filters. Serverfehler'; |
| | | $labels['filterdeleted'] = 'Filter erfolgreich gelöscht'; |
| | | $labels['filtersaved'] = 'Filter gespeichert'; |
| | | $labels['filtersaveerror'] = 'Serverfehler, konnte den Filter nicht speichern.'; |
| | | $labels['filterdeleteconfirm'] = 'Möchten Sie den Filter löschen ?'; |
| | | $labels['ruledeleteconfirm'] = 'Sicher, dass Sie die Regel löschen wollen?'; |
| | | $labels['actiondeleteconfirm'] = 'Sicher, dass Sie die ausgewaehlte Aktion löschen wollen?'; |
| | | $labels['forbiddenchars'] = 'Unerlaubte Zeichen im Feld'; |
| | | $labels['cannotbeempty'] = 'Feld darf nicht leer sein'; |
| | | $labels['ruleexist'] = 'Ein Filter mit dem angegebenen Namen existiert bereits.'; |
| | | $labels['setactivateerror'] = 'Filtersatz kann nicht aktiviert werden. Serverfehler.'; |
| | | $labels['setdeactivateerror'] = 'Filtersatz kann nicht deaktiviert werden. Serverfehler.'; |
| | | $labels['setdeleteerror'] = 'Filtersatz kann nicht gelöscht werden. Serverfehler.'; |
| | | $labels['setactivated'] = 'Filtersatz erfolgreich aktiviert.'; |
| | | $labels['setdeactivated'] = 'Filtersatz erfolgreich deaktiviert.'; |
| | | $labels['setdeleted'] = 'Filtersatz erfolgreich gelöscht.'; |
| | | $labels['setdeleteconfirm'] = 'Sind Sie sicher, dass Sie den ausgewählten Filtersatz löschen möchten?'; |
| | | $labels['setcreateerror'] = 'Filtersatz kann nicht erstellt werden. Serverfehler.'; |
| | | $labels['setcreated'] = 'Filter erfolgreich erstellt.'; |
| | | $labels['activateerror'] = 'Filter kann nicht aktiviert werden. Serverfehler.'; |
| | | $labels['deactivateerror'] = 'Filter kann nicht deaktiviert werden. Serverfehler.'; |
| | | $labels['activated'] = 'Filter erfolgreich deaktiviert.'; |
| | | $labels['deactivated'] = 'Filter erfolgreich aktiviert.'; |
| | | $labels['moved'] = 'Filter erfolgreich verschoben.'; |
| | | $labels['moveerror'] = 'Filter kann nicht verschoben werden. Serverfehler.'; |
| | | $labels['nametoolong'] = 'Filtersatz kann nicht erstellt werden. Name zu lang.'; |
| | | $labels['namereserved'] = 'Reservierter Name.'; |
| | | $labels['setexist'] = 'Filtersatz existiert bereits.'; |
| | | $labels['nodata'] = 'Mindestens eine Position muss ausgewählt werden!'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = 'Unbekannter Serverfehler'; |
| | | $messages['filterconnerror'] = 'Kann nicht zum Sieve-Server verbinden'; |
| | | $messages['filterdeleteerror'] = 'Fehler beim des löschen Filters. Serverfehler'; |
| | | $messages['filterdeleted'] = 'Filter erfolgreich gelöscht'; |
| | | $messages['filtersaved'] = 'Filter gespeichert'; |
| | | $messages['filtersaveerror'] = 'Serverfehler, konnte den Filter nicht speichern.'; |
| | | $messages['filterdeleteconfirm'] = 'Möchten Sie den Filter löschen ?'; |
| | | $messages['ruledeleteconfirm'] = 'Sicher, dass Sie die Regel löschen wollen?'; |
| | | $messages['actiondeleteconfirm'] = 'Sicher, dass Sie die ausgewaehlte Aktion löschen wollen?'; |
| | | $messages['forbiddenchars'] = 'Unerlaubte Zeichen im Feld'; |
| | | $messages['cannotbeempty'] = 'Feld darf nicht leer sein'; |
| | | $messages['ruleexist'] = 'Ein Filter mit dem angegebenen Namen existiert bereits.'; |
| | | $messages['setactivateerror'] = 'Filtersatz kann nicht aktiviert werden. Serverfehler.'; |
| | | $messages['setdeactivateerror'] = 'Filtersatz kann nicht deaktiviert werden. Serverfehler.'; |
| | | $messages['setdeleteerror'] = 'Filtersatz kann nicht gelöscht werden. Serverfehler.'; |
| | | $messages['setactivated'] = 'Filtersatz erfolgreich aktiviert.'; |
| | | $messages['setdeactivated'] = 'Filtersatz erfolgreich deaktiviert.'; |
| | | $messages['setdeleted'] = 'Filtersatz erfolgreich gelöscht.'; |
| | | $messages['setdeleteconfirm'] = 'Sind Sie sicher, dass Sie den ausgewählten Filtersatz löschen möchten?'; |
| | | $messages['setcreateerror'] = 'Filtersatz kann nicht erstellt werden. Serverfehler.'; |
| | | $messages['setcreated'] = 'Filter erfolgreich erstellt.'; |
| | | $messages['activateerror'] = 'Filter kann nicht aktiviert werden. Serverfehler.'; |
| | | $messages['deactivateerror'] = 'Filter kann nicht deaktiviert werden. Serverfehler.'; |
| | | $messages['deactivated'] = 'Filter erfolgreich aktiviert.'; |
| | | $messages['activated'] = 'Filter erfolgreich deaktiviert.'; |
| | | $messages['moved'] = 'Filter erfolgreich verschoben.'; |
| | | $messages['moveerror'] = 'Filter kann nicht verschoben werden. Serverfehler.'; |
| | | $messages['nametoolong'] = 'Filtersatz kann nicht erstellt werden. Name zu lang.'; |
| | | $messages['namereserved'] = 'Reservierter Name.'; |
| | | $messages['setexist'] = 'Filtersatz existiert bereits.'; |
| | | $messages['nodata'] = 'Mindestens eine Position muss ausgewählt werden!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/de_DE/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: SimonFS <simonschuette@arcor.de> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['filters'] = 'Filter'; |
| | | $labels['managefilters'] = 'Filter für eingehende Nachrichten verwalten'; |
| | | $labels['filtername'] = 'Filtername'; |
| | |
| | | $labels['recipient'] = 'Empfänger'; |
| | | $labels['vacationaddresses'] = 'Zusätzliche Liste von E-Mail Empfängern (Komma getrennt):'; |
| | | $labels['vacationdays'] = 'Wie oft sollen Nachrichten gesendet werden (in Tagen):'; |
| | | $labels['vacationinterval'] = 'How often send messages:'; |
| | | $labels['days'] = 'days'; |
| | | $labels['seconds'] = 'seconds'; |
| | | $labels['vacationreason'] = 'Nachrichteninhalt (Abwesenheitsgrund):'; |
| | | $labels['vacationsubject'] = 'Nachrichtenbetreff'; |
| | | $labels['rulestop'] = 'Regelauswertung anhalten'; |
| | |
| | | $labels['flaganswered'] = 'Beantwortet'; |
| | | $labels['flagflagged'] = 'Markiert'; |
| | | $labels['flagdraft'] = 'Entwurf'; |
| | | $labels['setvariable'] = 'Variable setzen'; |
| | | $labels['setvarname'] = 'Name der Variable:'; |
| | | $labels['setvarvalue'] = 'Wert der Variable:'; |
| | | $labels['setvarmodifiers'] = 'Modifikatoren:'; |
| | | $labels['varlower'] = 'Kleinschreibung'; |
| | | $labels['varupper'] = 'Großschreibung'; |
| | | $labels['varlowerfirst'] = 'Erster Buchstabe kleingeschrieben'; |
| | | $labels['varupperfirst'] = 'Erster Buchstabe großgeschrieben'; |
| | | $labels['varquotewildcard'] = 'maskiere Sonderzeichen'; |
| | | $labels['varlength'] = 'Länge'; |
| | | $labels['notify'] = 'Sende Benachrichtigung'; |
| | | $labels['notifyaddress'] = 'An Email Adresse:'; |
| | | $labels['notifybody'] = 'Benachrichtigungs-Text:'; |
| | | $labels['notifysubject'] = 'Benachrichtigungs-Betreff:'; |
| | | $labels['notifyfrom'] = 'Benachrichtigungs-Absender:'; |
| | | $labels['notifyimportance'] = 'Priorität:'; |
| | | $labels['notifyimportancelow'] = 'niedrig'; |
| | | $labels['notifyimportancenormal'] = 'normal'; |
| | | $labels['notifyimportancehigh'] = 'hoch'; |
| | | $labels['filtercreate'] = 'Filter erstellen'; |
| | | $labels['usedata'] = 'Die folgenden Daten im Filter benutzen:'; |
| | | $labels['nextstep'] = 'Nächster Schritt'; |
| | |
| | | $labels['octet'] = 'strikt (Oktett)'; |
| | | $labels['asciicasemap'] = 'Groß-/Kleinschreibung ignorieren'; |
| | | $labels['asciinumeric'] = 'numerisch (ascii-numeric)'; |
| | | $labels['filterunknownerror'] = 'Unbekannter Serverfehler'; |
| | | $labels['filterconnerror'] = 'Kann keine Verbindung mit Managesieve-Server herstellen'; |
| | | $labels['filterdeleteerror'] = 'Fehler beim Löschen des Filters. Serverfehler'; |
| | | $labels['filterdeleted'] = 'Filter erfolgreich gelöscht'; |
| | | $labels['filtersaved'] = 'Filter erfolgreich gespeichert'; |
| | | $labels['filtersaveerror'] = 'Fehler beim Speichern des Filters. Serverfehler'; |
| | | $labels['filterdeleteconfirm'] = 'Möchten Sie den ausgewählten Filter wirklich löschen?'; |
| | | $labels['ruledeleteconfirm'] = 'Sind Sie sicher, dass Sie die ausgewählte Regel löschen möchten?'; |
| | | $labels['actiondeleteconfirm'] = 'Sind Sie sicher, dass Sie die ausgewählte Aktion löschen möchten?'; |
| | | $labels['forbiddenchars'] = 'Unzulässige Zeichen im Eingabefeld'; |
| | | $labels['cannotbeempty'] = 'Eingabefeld darf nicht leer sein'; |
| | | $labels['ruleexist'] = 'Ein Filter mit dem angegebenen Namen existiert bereits.'; |
| | | $labels['setactivateerror'] = 'Kann ausgewählten Filtersatz nicht aktivieren. Serverfehler'; |
| | | $labels['setdeactivateerror'] = 'Kann ausgewählten Filtersatz nicht deaktivieren. Serverfehler'; |
| | | $labels['setdeleteerror'] = 'Kann ausgewählten Filtersatz nicht löschen. Serverfehler'; |
| | | $labels['setactivated'] = 'Filtersatz wurde erfolgreich aktiviert'; |
| | | $labels['setdeactivated'] = 'Filtersatz wurde erfolgreich deaktiviert'; |
| | | $labels['setdeleted'] = 'Filtersatz wurde erfolgreich gelöscht'; |
| | | $labels['setdeleteconfirm'] = 'Sind Sie sicher, dass Sie den ausgewählten Filtersatz löschen möchten?'; |
| | | $labels['setcreateerror'] = 'Erstellen von Filter Sätzen nicht möglich. Es ist ein Server Fehler aufgetreten.'; |
| | | $labels['setcreated'] = 'Filtersatz wurde erfolgreich erstellt'; |
| | | $labels['activateerror'] = 'Filter kann nicht aktiviert werden. Serverfehler.'; |
| | | $labels['deactivateerror'] = 'Filter kann nicht deaktiviert werden. Serverfehler.'; |
| | | $labels['activated'] = 'Filter erfolgreich aktiviert.'; |
| | | $labels['deactivated'] = 'Filter erfolgreich deaktiviert.'; |
| | | $labels['moved'] = 'Filter erfolgreich verschoben.'; |
| | | $labels['moveerror'] = 'Filter kann nicht verschoben werden. Serverfehler.'; |
| | | $labels['nametoolong'] = 'Kann Filtersatz nicht erstellen. Name zu lang'; |
| | | $labels['namereserved'] = 'Reservierter Name.'; |
| | | $labels['setexist'] = 'Filtersatz existiert bereits.'; |
| | | $labels['nodata'] = 'Mindestens eine Position muss ausgewählt werden!'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = 'Unbekannter Serverfehler'; |
| | | $messages['filterconnerror'] = 'Kann keine Verbindung mit Managesieve-Server herstellen'; |
| | | $messages['filterdeleteerror'] = 'Fehler beim Löschen des Filters. Serverfehler'; |
| | | $messages['filterdeleted'] = 'Filter erfolgreich gelöscht'; |
| | | $messages['filtersaved'] = 'Filter erfolgreich gespeichert'; |
| | | $messages['filtersaveerror'] = 'Fehler beim Speichern des Filters. Serverfehler'; |
| | | $messages['filterdeleteconfirm'] = 'Möchten Sie den ausgewählten Filter wirklich löschen?'; |
| | | $messages['ruledeleteconfirm'] = 'Sind Sie sicher, dass Sie die ausgewählte Regel löschen möchten?'; |
| | | $messages['actiondeleteconfirm'] = 'Sind Sie sicher, dass Sie die ausgewählte Aktion löschen möchten?'; |
| | | $messages['forbiddenchars'] = 'Unzulässige Zeichen im Eingabefeld'; |
| | | $messages['cannotbeempty'] = 'Eingabefeld darf nicht leer sein'; |
| | | $messages['ruleexist'] = 'Ein Filter mit dem angegebenen Namen existiert bereits.'; |
| | | $messages['setactivateerror'] = 'Kann ausgewählten Filtersatz nicht aktivieren. Serverfehler'; |
| | | $messages['setdeactivateerror'] = 'Kann ausgewählten Filtersatz nicht deaktivieren. Serverfehler'; |
| | | $messages['setdeleteerror'] = 'Kann ausgewählten Filtersatz nicht löschen. Serverfehler'; |
| | | $messages['setactivated'] = 'Filtersatz wurde erfolgreich aktiviert'; |
| | | $messages['setdeactivated'] = 'Filtersatz wurde erfolgreich deaktiviert'; |
| | | $messages['setdeleted'] = 'Filtersatz wurde erfolgreich gelöscht'; |
| | | $messages['setdeleteconfirm'] = 'Sind Sie sicher, dass Sie den ausgewählten Filtersatz löschen möchten?'; |
| | | $messages['setcreateerror'] = 'Erstellen von Filter Sätzen nicht möglich. Es ist ein Server Fehler aufgetreten.'; |
| | | $messages['setcreated'] = 'Filtersatz wurde erfolgreich erstellt'; |
| | | $messages['activateerror'] = 'Filter kann nicht aktiviert werden. Serverfehler.'; |
| | | $messages['deactivateerror'] = 'Filter kann nicht deaktiviert werden. Serverfehler.'; |
| | | $messages['deactivated'] = 'Filter erfolgreich deaktiviert.'; |
| | | $messages['activated'] = 'Filter erfolgreich aktiviert.'; |
| | | $messages['moved'] = 'Filter erfolgreich verschoben.'; |
| | | $messages['moveerror'] = 'Filter kann nicht verschoben werden. Serverfehler.'; |
| | | $messages['nametoolong'] = 'Kann Filtersatz nicht erstellen. Name zu lang'; |
| | | $messages['namereserved'] = 'Reservierter Name.'; |
| | | $messages['setexist'] = 'Filtersatz existiert bereits.'; |
| | | $messages['nodata'] = 'Mindestens eine Position muss ausgewählt werden!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/el_GR/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas <Unknown> | |
| | | +-----------------------------------------------------------------------+ |
| | | @version $Id$ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['filters'] = 'Φίλτρα'; |
| | | $labels['managefilters'] = 'Διαχείριση φίλτρων εισερχόμενων'; |
| | | $labels['filtername'] = 'Ονομασία φίλτρου'; |
| | |
| | | $labels['filterisnot'] = 'δεν είναι ίσο με'; |
| | | $labels['filterexists'] = 'υπάρχει'; |
| | | $labels['filternotexists'] = 'δεν υπάρχει'; |
| | | $labels['filtermatches'] = 'matches expression'; |
| | | $labels['filternotmatches'] = 'not matches expression'; |
| | | $labels['filterregex'] = 'matches regular expression'; |
| | | $labels['filternotregex'] = 'not matches regular expression'; |
| | | $labels['filterunder'] = 'κάτω'; |
| | | $labels['filterover'] = 'πάνω'; |
| | | $labels['addrule'] = 'Προσθήκη κανόνα'; |
| | | $labels['delrule'] = 'Διαγραφή κανόνα'; |
| | | $labels['messagemoveto'] = 'Μετακίνηση μηνύματος στο'; |
| | | $labels['messageredirect'] = 'Προώθηση μηνύματος στο'; |
| | | $labels['messagecopyto'] = 'Copy message to'; |
| | | $labels['messagesendcopy'] = 'Send message copy to'; |
| | | $labels['messagereply'] = 'Απάντηση με μήνυμα'; |
| | | $labels['messagedelete'] = 'Διαγραφή μηνύματος'; |
| | | $labels['messagediscard'] = 'Απόρριψη με μήνυμα'; |
| | |
| | | $labels['recipient'] = 'Παραλήπτης'; |
| | | $labels['vacationaddresses'] = 'Πρόσθετη λίστα email παραληπτών (διαχωρισμένη με κόμματα):'; |
| | | $labels['vacationdays'] = 'Συχνότητα αποστολής μηνυμάτων (σε ημέρες):'; |
| | | $labels['vacationinterval'] = 'How often send messages:'; |
| | | $labels['days'] = 'days'; |
| | | $labels['seconds'] = 'seconds'; |
| | | $labels['vacationreason'] = 'Σώμα μηνύματος (λόγος απουσίας):'; |
| | | $labels['vacationsubject'] = 'Message subject:'; |
| | | $labels['rulestop'] = 'Παύση επαλήθευσης κανόνων'; |
| | | $labels['filterunknownerror'] = 'Άγνωστο σφάλμα διακομιστή'; |
| | | $labels['filterconnerror'] = 'Αδυναμία σύνδεσης στον διακομιστή managesieve'; |
| | | $labels['filterdeleteerror'] = 'Αδυναμία διαγραφής φίλτρου. Προέκυψε σφάλμα στον διακομιστή'; |
| | | $labels['filterdeleted'] = 'Το φίλτρο διαγράφηκε επιτυχώς'; |
| | | $labels['filtersaved'] = 'Το φίλτρο αποθηκεύτηκε επιτυχώς'; |
| | | $labels['filtersaveerror'] = 'Αδυναμία αποθήκευσης φίλτρου. Προέκυψε σφάλμα στον διακομιστή'; |
| | | $labels['ruledeleteconfirm'] = 'Θέλετε όντως να διαγράψετε τον επιλεγμένο κανόνα;'; |
| | | $labels['actiondeleteconfirm'] = 'Θέλετε όντως να διαγράψετε την επιλεγμένη ενέργεια;'; |
| | | $labels['forbiddenchars'] = 'Μη επιτρεπτοί χαρακτήρες στο πεδίο'; |
| | | $labels['cannotbeempty'] = 'Το πεδίο δεν μπορεί να είναι κενό'; |
| | | $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 does not equal'; |
| | | $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 does not equal'; |
| | | $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['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)'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = 'Άγνωστο σφάλμα διακομιστή'; |
| | | $messages['filterconnerror'] = 'Αδυναμία σύνδεσης στον διακομιστή managesieve'; |
| | | $messages['filterdeleteerror'] = 'Αδυναμία διαγραφής φίλτρου. Προέκυψε σφάλμα στον διακομιστή'; |
| | | $messages['filterdeleted'] = 'Το φίλτρο διαγράφηκε επιτυχώς'; |
| | | $messages['filtersaved'] = 'Το φίλτρο αποθηκεύτηκε επιτυχώς'; |
| | | $messages['filtersaveerror'] = 'Αδυναμία αποθήκευσης φίλτρου. Προέκυψε σφάλμα στον διακομιστή'; |
| | | $messages['filterdeleteconfirm'] = 'Do you really want to delete selected filter?'; |
| | | $messages['ruledeleteconfirm'] = 'Θέλετε όντως να διαγράψετε τον επιλεγμένο κανόνα;'; |
| | | $messages['actiondeleteconfirm'] = 'Θέλετε όντως να διαγράψετε την επιλεγμένη ενέργεια;'; |
| | | $messages['forbiddenchars'] = 'Μη επιτρεπτοί χαρακτήρες στο πεδίο'; |
| | | $messages['cannotbeempty'] = 'Το πεδίο δεν μπορεί να είναι κενό'; |
| | | $messages['ruleexist'] = 'Filter with specified name already exists.'; |
| | | $messages['setactivateerror'] = 'Unable to activate selected filters set. Server error occured.'; |
| | | $messages['setdeactivateerror'] = 'Unable to deactivate selected filters set. Server error occured.'; |
| | | $messages['setdeleteerror'] = 'Unable to delete selected filters set. Server error occured.'; |
| | | $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 occured.'; |
| | | $messages['setcreated'] = 'Filters set created successfully.'; |
| | | $messages['activateerror'] = 'Unable to enable selected filter(s). Server error occured.'; |
| | | $messages['deactivateerror'] = 'Unable to disable selected filter(s). Server error occured.'; |
| | | $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 occured.'; |
| | | $messages['nametoolong'] = 'Name too long.'; |
| | | $messages['namereserved'] = 'Reserved name.'; |
| | | $messages['setexist'] = 'Set already exists.'; |
| | | $messages['nodata'] = 'At least one position must be selected!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/en_GB/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Sebastian Schweizer | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['filters'] = 'Filters'; |
| | | $labels['managefilters'] = 'Manage incoming mail filters'; |
| | | $labels['filtername'] = 'Filter name'; |
| | |
| | | $labels['recipient'] = 'Recipient'; |
| | | $labels['vacationaddresses'] = 'Additional list of recipient e-mails (comma separated):'; |
| | | $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['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['octet'] = 'strict (octet)'; |
| | | $labels['asciicasemap'] = 'case insensitive (ascii-casemap)'; |
| | | $labels['asciinumeric'] = 'numeric (ascii-numeric)'; |
| | | $labels['filterunknownerror'] = 'Unknown server error'; |
| | | $labels['filterconnerror'] = 'Unable to connect to managesieve server'; |
| | | $labels['filterdeleteerror'] = 'Unable to delete filter. Server error occured'; |
| | | $labels['filterdeleted'] = 'Filter deleted successfully'; |
| | | $labels['filtersaved'] = 'Filter saved successfully'; |
| | | $labels['filtersaveerror'] = 'Unable to save filter. Server error occured.'; |
| | | $labels['filterdeleteconfirm'] = 'Do you really want to delete selected filter?'; |
| | | $labels['ruledeleteconfirm'] = 'Are you sure, you want to delete selected rule?'; |
| | | $labels['actiondeleteconfirm'] = 'Are you sure, you want to delete selected action?'; |
| | | $labels['forbiddenchars'] = 'Forbidden characters in field'; |
| | | $labels['cannotbeempty'] = 'Field cannot be empty'; |
| | | $labels['ruleexist'] = 'Filter with specified name already exists.'; |
| | | $labels['setactivateerror'] = 'Unable to activate selected filters set. Server error occured.'; |
| | | $labels['setdeactivateerror'] = 'Unable to deactivate selected filters set. Server error occured.'; |
| | | $labels['setdeleteerror'] = 'Unable to delete selected filters set. Server error occured.'; |
| | | $labels['setactivated'] = 'Filters set activated successfully.'; |
| | | $labels['setdeactivated'] = 'Filters set deactivated successfully.'; |
| | | $labels['setdeleted'] = 'Filters set deleted successfully.'; |
| | | $labels['setdeleteconfirm'] = 'Are you sure, you want to delete selected filters set?'; |
| | | $labels['setcreated'] = 'Filters set created successfully.'; |
| | | $labels['activateerror'] = 'Unable to enable selected filter(s). Server error occured.'; |
| | | $labels['deactivateerror'] = 'Unable to disable selected filter(s). Server error occured.'; |
| | | $labels['activated'] = 'Filter(s) enabled successfully.'; |
| | | $labels['deactivated'] = 'Filter(s) disabled successfully.'; |
| | | $labels['moved'] = 'Filter moved successfully.'; |
| | | $labels['moveerror'] = 'Unable to move selected filter. Server error occured.'; |
| | | $labels['nametoolong'] = 'Name too long.'; |
| | | $labels['namereserved'] = 'Reserved name.'; |
| | | $labels['setexist'] = 'Set already exists.'; |
| | | $labels['nodata'] = 'At least one position must be selected!'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = 'Unknown server error'; |
| | | $messages['filterconnerror'] = 'Unable to connect to managesieve server'; |
| | | $messages['filterdeleteerror'] = 'Unable to delete filter. Server error occured'; |
| | | $messages['filterdeleted'] = 'Filter deleted successfully'; |
| | | $messages['filtersaved'] = 'Filter saved successfully'; |
| | | $messages['filtersaveerror'] = 'Unable to save filter. Server error occured.'; |
| | | $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 occured.'; |
| | | $messages['setdeactivateerror'] = 'Unable to deactivate selected filters set. Server error occured.'; |
| | | $messages['setdeleteerror'] = 'Unable to delete selected filters set. Server error occured.'; |
| | | $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 occured.'; |
| | | $messages['setcreated'] = 'Filters set created successfully.'; |
| | | $messages['activateerror'] = 'Unable to enable selected filter(s). Server error occured.'; |
| | | $messages['deactivateerror'] = 'Unable to disable selected filter(s). Server error occured.'; |
| | | $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 occured.'; |
| | | $messages['nametoolong'] = 'Name too long.'; |
| | | $messages['namereserved'] = 'Reserved name.'; |
| | | $messages['setexist'] = 'Set already exists.'; |
| | | $messages['nodata'] = 'At least one position must be selected!'; |
| | | |
| | | ?> |
| | |
| | | <?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['recipient'] = 'Recipient'; |
| | | $labels['vacationaddresses'] = 'My additional e-mail addresse(s) (comma-separated):'; |
| | | $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'; |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/eo/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Michael Moroni <michael.moroni@mailoo.org> | |
| | | +-----------------------------------------------------------------------+ |
| | | @version $Id$ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['filters'] = 'Filtriloj'; |
| | | $labels['managefilters'] = 'Mastrumi filtrilojn pri enirantaj mesaĝoj'; |
| | | $labels['filtername'] = 'Nomo de filtrilo'; |
| | |
| | | $labels['filterdel'] = 'Forigi filtrilon'; |
| | | $labels['moveup'] = 'Movi supren'; |
| | | $labels['movedown'] = 'Movi malsupren'; |
| | | $labels['filterallof'] = 'matching all of the following rules'; |
| | | $labels['filteranyof'] = 'matching any of the following rules'; |
| | | $labels['filterany'] = 'ĉiuj mesaĝoj'; |
| | | $labels['filtercontains'] = 'enhavas'; |
| | | $labels['filternotcontains'] = 'ne enhavas'; |
| | |
| | | $labels['messagesendcopy'] = 'Sendi kopion de mesaĝo al'; |
| | | $labels['messagereply'] = 'Respondi per mesaĝo'; |
| | | $labels['messagedelete'] = 'Forigi mesaĝon'; |
| | | $labels['messagediscard'] = 'Discard with message'; |
| | | $labels['messagesrules'] = 'For incoming mail:'; |
| | | $labels['messagesactions'] = '...execute the following actions:'; |
| | | $labels['add'] = 'Aldoni'; |
| | | $labels['del'] = 'Forigi'; |
| | | $labels['sender'] = 'Sendanto'; |
| | | $labels['recipient'] = 'Ricevanto'; |
| | | $labels['vacationaddresses'] = 'My additional e-mail addresse(s) (comma-separated):'; |
| | | $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 does not equal'; |
| | | $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 does not equal'; |
| | | $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['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)'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = 'Unknown server error.'; |
| | | $messages['filterconnerror'] = 'Unable to connect to server.'; |
| | | $messages['filterdeleteerror'] = 'Unable to delete filter. Server error occured.'; |
| | | $messages['filterdeleted'] = 'Filter deleted successfully.'; |
| | | $messages['filtersaved'] = 'Filter saved successfully.'; |
| | | $messages['filtersaveerror'] = 'Unable to save filter. Server error occured.'; |
| | | $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 occured.'; |
| | | $messages['setdeactivateerror'] = 'Unable to deactivate selected filters set. Server error occured.'; |
| | | $messages['setdeleteerror'] = 'Unable to delete selected filters set. Server error occured.'; |
| | | $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 occured.'; |
| | | $messages['setcreated'] = 'Filters set created successfully.'; |
| | | $messages['activateerror'] = 'Unable to enable selected filter(s). Server error occured.'; |
| | | $messages['deactivateerror'] = 'Unable to disable selected filter(s). Server error occured.'; |
| | | $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 occured.'; |
| | | $messages['nametoolong'] = 'Name too long.'; |
| | | $messages['namereserved'] = 'Reserved name.'; |
| | | $messages['setexist'] = 'Set already exists.'; |
| | | $messages['nodata'] = 'At least one position must be selected!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/es_AR/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas <Unknown> | |
| | | +-----------------------------------------------------------------------+ |
| | | @version $Id$ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['filters'] = 'Filtros'; |
| | | $labels['managefilters'] = 'Administrar filtros de correo entrante'; |
| | | $labels['filtername'] = 'Nombre del filtro'; |
| | |
| | | $labels['filterisnot'] = 'no es igual a'; |
| | | $labels['filterexists'] = 'existe'; |
| | | $labels['filternotexists'] = 'no existe'; |
| | | $labels['filtermatches'] = 'matches expression'; |
| | | $labels['filternotmatches'] = 'not matches expression'; |
| | | $labels['filterregex'] = 'matches regular expression'; |
| | | $labels['filternotregex'] = 'not matches regular expression'; |
| | | $labels['filterunder'] = 'bajo'; |
| | | $labels['filterover'] = 'sobre'; |
| | | $labels['addrule'] = 'Agregar regla'; |
| | |
| | | $labels['recipient'] = 'Destinatario'; |
| | | $labels['vacationaddresses'] = 'Lista de direcciones de correo de destinatarios adicionales (separados por comas):'; |
| | | $labels['vacationdays'] = 'Cada cuanto enviar mensajes (en días):'; |
| | | $labels['vacationinterval'] = 'How often send messages:'; |
| | | $labels['days'] = 'days'; |
| | | $labels['seconds'] = 'seconds'; |
| | | $labels['vacationreason'] = 'Cuerpo del mensaje (razón de vacaciones):'; |
| | | $labels['vacationsubject'] = 'Message subject:'; |
| | | $labels['rulestop'] = 'Parar de evaluar reglas'; |
| | | $labels['enable'] = 'Enable/Disable'; |
| | | $labels['filterset'] = 'Conjunto de filtros'; |
| | | $labels['filtersets'] = 'Filter sets'; |
| | | $labels['filtersetadd'] = 'Agregar conjunto de filtros'; |
| | | $labels['filtersetdel'] = 'Eliminar conjunto de filtros'; |
| | | $labels['filtersetact'] = 'Activar conjunto de filtros'; |
| | |
| | | $labels['fromset'] = 'desde conjunto'; |
| | | $labels['fromfile'] = 'desde archivo'; |
| | | $labels['filterdisabled'] = 'Filtro deshabilitado'; |
| | | $labels['filterunknownerror'] = 'Error desconocido de servidor'; |
| | | $labels['filterconnerror'] = 'Imposible conectar con el servidor managesieve'; |
| | | $labels['filterdeleteerror'] = 'Imposible borrar filtro. Ha ocurrido un error en el servidor'; |
| | | $labels['filterdeleted'] = 'Filtro borrado satisfactoriamente'; |
| | | $labels['filtersaved'] = 'Filtro guardado satisfactoriamente'; |
| | | $labels['filtersaveerror'] = 'Imposible guardar ell filtro. Ha ocurrido un error en el servidor'; |
| | | $labels['filterdeleteconfirm'] = '¿Realmente desea borrar el filtro seleccionado?'; |
| | | $labels['ruledeleteconfirm'] = '¿Está seguro de que desea borrar la regla seleccionada?'; |
| | | $labels['actiondeleteconfirm'] = '¿Está seguro de que desea borrar la acción seleccionada?'; |
| | | $labels['forbiddenchars'] = 'Caracteres prohibidos en el campo'; |
| | | $labels['cannotbeempty'] = 'El campo no puede estar vacío'; |
| | | $labels['setactivateerror'] = 'Imposible activar el conjunto de filtros. Error en el servidor.'; |
| | | $labels['setdeactivateerror'] = 'Imposible desactivar el conjunto de filtros. Error en el servidor.'; |
| | | $labels['setdeleteerror'] = 'Imposible eliminar el conjunto de filtros. Error en el servidor.'; |
| | | $labels['setactivated'] = 'Conjunto de filtros activados correctamente'; |
| | | $labels['setdeactivated'] = 'Conjunto de filtros desactivados correctamente'; |
| | | $labels['setdeleted'] = 'Conjunto de filtros eliminados correctamente'; |
| | | $labels['setdeleteconfirm'] = '¿Esta seguro, que quiere eliminar el conjunto de filtros seleccionado?'; |
| | | $labels['setcreateerror'] = 'Imposible crear el conjunto de filtros. Error en el servidor.'; |
| | | $labels['setcreated'] = 'Conjunto de filtros creados correctamente'; |
| | | $labels['nametoolong'] = 'Imposible crear el conjunto de filtros. Nombre del conjunto de filtros muy largo'; |
| | | $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 does not equal'; |
| | | $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 does not equal'; |
| | | $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['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)'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = 'Error desconocido de servidor'; |
| | | $messages['filterconnerror'] = 'Imposible conectar con el servidor managesieve'; |
| | | $messages['filterdeleteerror'] = 'Imposible borrar filtro. Ha ocurrido un error en el servidor'; |
| | | $messages['filterdeleted'] = 'Filtro borrado satisfactoriamente'; |
| | | $messages['filtersaved'] = 'Filtro guardado satisfactoriamente'; |
| | | $messages['filtersaveerror'] = 'Imposible guardar ell filtro. Ha ocurrido un error en el servidor'; |
| | | $messages['filterdeleteconfirm'] = '¿Realmente desea borrar el filtro seleccionado?'; |
| | | $messages['ruledeleteconfirm'] = '¿Está seguro de que desea borrar la regla seleccionada?'; |
| | | $messages['actiondeleteconfirm'] = '¿Está seguro de que desea borrar la acción seleccionada?'; |
| | | $messages['forbiddenchars'] = 'Caracteres prohibidos en el campo'; |
| | | $messages['cannotbeempty'] = 'El campo no puede estar vacío'; |
| | | $messages['ruleexist'] = 'Filter with specified name already exists.'; |
| | | $messages['setactivateerror'] = 'Imposible activar el conjunto de filtros. Error en el servidor.'; |
| | | $messages['setdeactivateerror'] = 'Imposible desactivar el conjunto de filtros. Error en el servidor.'; |
| | | $messages['setdeleteerror'] = 'Imposible eliminar el conjunto de filtros. Error en el servidor.'; |
| | | $messages['setactivated'] = 'Conjunto de filtros activados correctamente'; |
| | | $messages['setdeactivated'] = 'Conjunto de filtros desactivados correctamente'; |
| | | $messages['setdeleted'] = 'Conjunto de filtros eliminados correctamente'; |
| | | $messages['setdeleteconfirm'] = '¿Esta seguro, que quiere eliminar el conjunto de filtros seleccionado?'; |
| | | $messages['setcreateerror'] = 'Imposible crear el conjunto de filtros. Error en el servidor.'; |
| | | $messages['setcreated'] = 'Conjunto de filtros creados correctamente'; |
| | | $messages['activateerror'] = 'Unable to enable selected filter(s). Server error occured.'; |
| | | $messages['deactivateerror'] = 'Unable to disable selected filter(s). Server error occured.'; |
| | | $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 occured.'; |
| | | $messages['nametoolong'] = 'Imposible crear el conjunto de filtros. Nombre del conjunto de filtros muy largo'; |
| | | $messages['namereserved'] = 'Reserved name.'; |
| | | $messages['setexist'] = 'Set already exists.'; |
| | | $messages['nodata'] = 'At least one position must be selected!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/es_ES/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['filters'] = 'Filtros'; |
| | | $labels['managefilters'] = 'Administrar filtros de correo entrante'; |
| | | $labels['filtername'] = 'Nombre del filtro'; |
| | |
| | | $labels['sender'] = 'Remitente'; |
| | | $labels['recipient'] = 'Destinatario'; |
| | | $labels['vacationaddresses'] = 'Lista de direcciones de correo de destinatarios adicionales (separados por comas):'; |
| | | $labels['vacationdays'] = 'Cada cuanto enviar mensajes (en días):'; |
| | | $labels['vacationdays'] = 'Cada cuánto enviar mensajes (en días):'; |
| | | $labels['vacationinterval'] = 'How often send messages:'; |
| | | $labels['days'] = 'days'; |
| | | $labels['seconds'] = 'seconds'; |
| | | $labels['vacationreason'] = 'Cuerpo del mensaje (razón de vacaciones):'; |
| | | $labels['vacationsubject'] = 'Asunto del Mensaje:'; |
| | | $labels['rulestop'] = 'Parar de evaluar reglas'; |
| | | $labels['enable'] = 'Habilitar/Deshabilitar'; |
| | | $labels['filterset'] = 'Conjunto de filtros'; |
| | | $labels['filtersets'] = 'Conjunto de filtros'; |
| | | $labels['filtersets'] = 'Conjuntos de filtros'; |
| | | $labels['filtersetadd'] = 'Agregar conjunto de filtros'; |
| | | $labels['filtersetdel'] = 'Eliminar conjunto de filtros actual'; |
| | | $labels['filtersetact'] = 'Activar conjunto de filtros actual'; |
| | |
| | | $labels['valueequals'] = 'el valor es igual que'; |
| | | $labels['valuenotequals'] = 'el valor es distinto que'; |
| | | $labels['setflags'] = 'Etiquetar el mensaje'; |
| | | $labels['addflags'] = 'Agregar etiqueta al mensaje'; |
| | | $labels['addflags'] = 'Agregar etiquetas al mensaje'; |
| | | $labels['removeflags'] = 'Eliminar etiquetas al mensaje'; |
| | | $labels['flagread'] = 'Leido'; |
| | | $labels['flagread'] = 'Leído'; |
| | | $labels['flagdeleted'] = 'Eliminado'; |
| | | $labels['flaganswered'] = 'Respondido'; |
| | | $labels['flagflagged'] = 'Marcado'; |
| | | $labels['flagdraft'] = 'Borrador'; |
| | | $labels['setvariable'] = 'Establecer variable'; |
| | | $labels['setvarname'] = 'Nombre de la variable:'; |
| | | $labels['setvarvalue'] = 'Valor de la variable:'; |
| | | $labels['setvarmodifiers'] = 'Modificadores'; |
| | | $labels['varlower'] = 'minúsculas'; |
| | | $labels['varupper'] = 'mayúsculas'; |
| | | $labels['varlowerfirst'] = 'inicial en minúsculas'; |
| | | $labels['varupperfirst'] = 'inicial en mayúsculas'; |
| | | $labels['varquotewildcard'] = 'entrecomillar caracteres especiales'; |
| | | $labels['varlength'] = 'longitud'; |
| | | $labels['notify'] = 'Enviar notificación'; |
| | | $labels['notifyaddress'] = 'A la dirección 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'] = 'Importancia:'; |
| | | $labels['notifyimportancelow'] = 'baja'; |
| | | $labels['notifyimportancenormal'] = 'normal'; |
| | | $labels['notifyimportancehigh'] = 'alta'; |
| | | $labels['filtercreate'] = 'Crear Filtro'; |
| | | $labels['usedata'] = 'User los siguientes datos en el filtro:'; |
| | | $labels['usedata'] = 'Usar los siguientes datos en el filtro:'; |
| | | $labels['nextstep'] = 'Siguiente paso'; |
| | | $labels['...'] = '...'; |
| | | $labels['advancedopts'] = 'Opciones avanzadas'; |
| | |
| | | $labels['octet'] = 'estricto (octeto)'; |
| | | $labels['asciicasemap'] = 'no sensible a mayúsculas (ascii-casemap)'; |
| | | $labels['asciinumeric'] = 'numerico (ascii-numeric)'; |
| | | $labels['filterunknownerror'] = 'Error desconocido de servidor'; |
| | | $labels['filterconnerror'] = 'Imposible conectar con el servidor managesieve'; |
| | | $labels['filterdeleteerror'] = 'Imposible borrar filtro. Ha ocurrido un error en el servidor'; |
| | | $labels['filterdeleted'] = 'Filtro borrado satisfactoriamente'; |
| | | $labels['filtersaved'] = 'Filtro guardado satisfactoriamente'; |
| | | $labels['filtersaveerror'] = 'Imposible guardar el filtro. Ha ocurrido un error en el servidor'; |
| | | $labels['filterdeleteconfirm'] = '¿Realmente desea borrar el filtro seleccionado?'; |
| | | $labels['ruledeleteconfirm'] = '¿Está seguro de que desea borrar la regla seleccionada?'; |
| | | $labels['actiondeleteconfirm'] = '¿Está seguro de que desea borrar la acción seleccionada?'; |
| | | $labels['forbiddenchars'] = 'Caracteres prohibidos en el campo'; |
| | | $labels['cannotbeempty'] = 'El campo no puede estar vacío'; |
| | | $labels['ruleexist'] = 'Ya existe un filtro con el nombre especificado.'; |
| | | $labels['setactivateerror'] = 'Imposible activar el conjunto de filtros seleccionado. Ha ocurrido un error en el servidor'; |
| | | $labels['setdeactivateerror'] = 'Imposible desactivar el conjunto de filtros seleccionado. Ha ocurrido un error en el servidor'; |
| | | $labels['setdeleteerror'] = 'Imposible borrar el conjunto de filtros seleccionado. Ha ocurrido un error en el servidor'; |
| | | $labels['setactivated'] = 'Conjunto de filtros activado satisfactoriamente'; |
| | | $labels['setdeactivated'] = 'Conjunto de filtros desactivado satisfactoriamente'; |
| | | $labels['setdeleted'] = 'Conjunto de filtros borrado satisfactoriamente'; |
| | | $labels['setdeleteconfirm'] = '¿Está seguro de que desea borrar el conjunto de filtros seleccionado?'; |
| | | $labels['setcreateerror'] = 'Imposible crear el conjunto de filtros. Ha ocurrido un error en el servidor'; |
| | | $labels['setcreated'] = 'Conjunto de filtros creado satisfactoriamente'; |
| | | $labels['activateerror'] = 'No se ha podido habilitar el filtro(s) seleccionado. Se ha producido un error de servidor.'; |
| | | $labels['deactivateerror'] = 'No se ha podido deshabilitar el filtro(s) seleccionado. Se ha producido un error de servidor.'; |
| | | $labels['activated'] = 'Filtro(s) deshabilitado(s) correctamente.'; |
| | | $labels['deactivated'] = 'Filtro(s) habilitado(s) correctamente.'; |
| | | $labels['moved'] = 'Filtro movido correctamente'; |
| | | $labels['moveerror'] = 'No se ha podido mover el filtro seleccionado. Ha ocurrido un error de servidor.'; |
| | | $labels['nametoolong'] = 'Imposible crear el conjunto de filtros. Nombre demasiado largo'; |
| | | $labels['namereserved'] = 'Nombre reservado.'; |
| | | $labels['setexist'] = 'El conjunto ya existe.'; |
| | | $labels['nodata'] = '¡Al menos una posicion debe ser seleccionada!'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = 'Error desconocido de servidor.'; |
| | | $messages['filterconnerror'] = 'Imposible conectar con el servidor managesieve.'; |
| | | $messages['filterdeleteerror'] = 'Imposible borrar filtro. Ha ocurrido un error en el servidor.'; |
| | | $messages['filterdeleted'] = 'Filtro borrado satisfactoriamente.'; |
| | | $messages['filtersaved'] = 'Filtro guardado satisfactoriamente.'; |
| | | $messages['filtersaveerror'] = 'Imposible guardar el filtro. Ha ocurrido un error en el servidor.'; |
| | | $messages['filterdeleteconfirm'] = '¿Realmente desea borrar el filtro seleccionado?'; |
| | | $messages['ruledeleteconfirm'] = '¿Está seguro de que desea borrar la regla seleccionada?'; |
| | | $messages['actiondeleteconfirm'] = '¿Está seguro de que desea borrar la acción seleccionada?'; |
| | | $messages['forbiddenchars'] = 'Caracteres prohibidos en el campo.'; |
| | | $messages['cannotbeempty'] = 'El campo no puede estar vacío.'; |
| | | $messages['ruleexist'] = 'Ya existe un filtro con el nombre especificado.'; |
| | | $messages['setactivateerror'] = 'Imposible activar el conjunto de filtros seleccionado. Ha ocurrido un error en el servidor.'; |
| | | $messages['setdeactivateerror'] = 'Imposible desactivar el conjunto de filtros seleccionado. Ha ocurrido un error en el servidor.'; |
| | | $messages['setdeleteerror'] = 'Imposible borrar el conjunto de filtros seleccionado. Ha ocurrido un error en el servidor.'; |
| | | $messages['setactivated'] = 'Conjunto de filtros activado satisfactoriamente.'; |
| | | $messages['setdeactivated'] = 'Conjunto de filtros desactivado satisfactoriamente.'; |
| | | $messages['setdeleted'] = 'Conjunto de filtros borrado satisfactoriamente.'; |
| | | $messages['setdeleteconfirm'] = '¿Está seguro de que desea borrar el conjunto de filtros seleccionado?'; |
| | | $messages['setcreateerror'] = 'Imposible crear el conjunto de filtros. Ha ocurrido un error en el servidor.'; |
| | | $messages['setcreated'] = 'Conjunto de filtros creado satisfactoriamente.'; |
| | | $messages['activateerror'] = 'No se ha podido habilitar el filtro(s) seleccionado. Se ha producido un error de servidor.'; |
| | | $messages['deactivateerror'] = 'No se ha podido deshabilitar el filtro(s) seleccionado. Se ha producido un error de servidor.'; |
| | | $messages['deactivated'] = 'Filtro(s) deshabilitado(s) correctamente.'; |
| | | $messages['activated'] = 'Filtro(s) habilitado(s) correctamente.'; |
| | | $messages['moved'] = 'Filtro movido correctamente.'; |
| | | $messages['moveerror'] = 'No se ha podido mover el filtro seleccionado. Ha ocurrido un error de servidor.'; |
| | | $messages['nametoolong'] = 'Imposible crear el conjunto de filtros. Nombre demasiado largo'; |
| | | $messages['namereserved'] = 'Nombre reservado.'; |
| | | $messages['setexist'] = 'El conjunto ya existe.'; |
| | | $messages['nodata'] = '¡Al menos una posición debe ser seleccionada!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/et_EE/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: yllar | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['filters'] = 'Filtrid'; |
| | | $labels['managefilters'] = 'Halda sisenevate kirjade filtreid'; |
| | | $labels['filtername'] = 'Filtri nimi'; |
| | |
| | | $labels['recipient'] = 'Saaja'; |
| | | $labels['vacationaddresses'] = 'Lisanimekiri saaja e-posti aadressidest (komadega eraldatud):'; |
| | | $labels['vacationdays'] = 'Kui tihti kirju saata (päevades):'; |
| | | $labels['vacationinterval'] = 'How often send messages:'; |
| | | $labels['days'] = 'days'; |
| | | $labels['seconds'] = 'seconds'; |
| | | $labels['vacationreason'] = 'Kirja sisu (puhkuse põhjus):'; |
| | | $labels['vacationsubject'] = 'Kirja teema:'; |
| | | $labels['rulestop'] = 'Peata reeglite otsimine'; |
| | |
| | | $labels['flaganswered'] = 'Vastatud'; |
| | | $labels['flagflagged'] = 'Märgistatud'; |
| | | $labels['flagdraft'] = 'Mustand'; |
| | | $labels['setvariable'] = 'Määra muutuja'; |
| | | $labels['setvarname'] = 'Muutuja nimi:'; |
| | | $labels['setvarvalue'] = 'Muutuja väärtus:'; |
| | | $labels['setvarmodifiers'] = 'Muutjad:'; |
| | | $labels['varlower'] = 'väiketähed'; |
| | | $labels['varupper'] = 'suurtähed'; |
| | | $labels['varlowerfirst'] = 'esimene märk on väiketäht'; |
| | | $labels['varupperfirst'] = 'esimene märk on suurtäht'; |
| | | $labels['varquotewildcard'] = 'tsiteeri erimärke'; |
| | | $labels['varlength'] = 'pikkus'; |
| | | $labels['notify'] = 'Saada teavitus'; |
| | | $labels['notifyaddress'] = 'Saaja e-posti aadress:'; |
| | | $labels['notifybody'] = 'Teavituse sisu:'; |
| | | $labels['notifysubject'] = 'Teavituse pealkiri:'; |
| | | $labels['notifyfrom'] = 'Teavituse saatja:'; |
| | | $labels['notifyimportance'] = 'Tähtsus:'; |
| | | $labels['notifyimportancelow'] = 'madal'; |
| | | $labels['notifyimportancenormal'] = 'tavaline'; |
| | | $labels['notifyimportancehigh'] = 'kõrge'; |
| | | $labels['filtercreate'] = 'Loo filter'; |
| | | $labels['usedata'] = 'Kasuta filtris järgmisi andmeid:'; |
| | | $labels['nextstep'] = 'Järgmine samm'; |
| | |
| | | $labels['octet'] = 'range (octet)'; |
| | | $labels['asciicasemap'] = 'tõstutundetu (ascii-casemap)'; |
| | | $labels['asciinumeric'] = 'numbriline (ascii-numeric)'; |
| | | $labels['filterunknownerror'] = 'Tundmatu serveri tõrge'; |
| | | $labels['filterconnerror'] = 'Managesieve serveriga ühendumine nurjus'; |
| | | $labels['filterdeleteerror'] = 'Filtri kustutamine nurjus. Ilmnes serveri tõrge.'; |
| | | $labels['filterdeleted'] = 'Filter edukalt kustutatud'; |
| | | $labels['filtersaved'] = 'Filter edukalt salvestatud'; |
| | | $labels['filtersaveerror'] = 'Filtri salvestamine nurjus. Ilmnes serveri tõrge.'; |
| | | $labels['filterdeleteconfirm'] = 'Soovid valitud filtri kustutada?'; |
| | | $labels['ruledeleteconfirm'] = 'Soovid valitud reegli kustutada?'; |
| | | $labels['actiondeleteconfirm'] = 'Soovid valitud tegevuse kustutada?'; |
| | | $labels['forbiddenchars'] = 'Väljal on lubamatu märk'; |
| | | $labels['cannotbeempty'] = 'Väli ei või tühi olla'; |
| | | $labels['ruleexist'] = 'Määratud nimega filter on juba olemas'; |
| | | $labels['setactivateerror'] = 'Valitud filtrite kogumi aktiveerimine nurjus. Ilmnes serveri tõrge.'; |
| | | $labels['setdeactivateerror'] = 'Valitud filtrite kogumi deaktiveerimine nurjus. Ilmnes serveri tõrge.'; |
| | | $labels['setdeleteerror'] = 'Valitud filtrite kogumi kustutamine nurjus. Ilmnes serveri tõrge.'; |
| | | $labels['setactivated'] = 'Filtrite kogumi aktiveerimine õnnestus.'; |
| | | $labels['setdeactivated'] = 'Filtrite kogumi deaktiveerimine õnnestus.'; |
| | | $labels['setdeleted'] = 'Filtrite kogumi kustutamine õnnestus.'; |
| | | $labels['setdeleteconfirm'] = 'Oled kindel, et soovid valitud filtrite kogumi kustutada?'; |
| | | $labels['setcreateerror'] = 'Filtrite kogumi loomine nurjus. Ilmnes serveri tõrge.'; |
| | | $labels['setcreated'] = 'Filtrite kogumi loomine õnnestus.'; |
| | | $labels['activateerror'] = 'Valitud filtrite lubamine nurjus. Ilmnes serveri tõrge.'; |
| | | $labels['deactivateerror'] = 'Valitud filtrite keelamine nurjus. Ilmnes serveri tõrge.'; |
| | | $labels['activated'] = 'Filter edukalt keelatud.'; |
| | | $labels['deactivated'] = 'Filter edukalt lubatud.'; |
| | | $labels['moved'] = 'Filter edukalt liigutatud.'; |
| | | $labels['moveerror'] = 'Valitud filtri liigutamine nurjus. Ilmnes serveri tõrge.'; |
| | | $labels['nametoolong'] = 'Nimi on liiga pikk.'; |
| | | $labels['namereserved'] = 'Nimi on reserveeritud.'; |
| | | $labels['setexist'] = 'Kogum on juba olemas.'; |
| | | $labels['nodata'] = 'Valitud peab olema vähemalt üks asukoht!'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = 'Tundmatu serveri tõrge'; |
| | | $messages['filterconnerror'] = 'Managesieve serveriga ühendumine nurjus'; |
| | | $messages['filterdeleteerror'] = 'Filtri kustutamine nurjus. Ilmnes serveri tõrge.'; |
| | | $messages['filterdeleted'] = 'Filter edukalt kustutatud'; |
| | | $messages['filtersaved'] = 'Filter edukalt salvestatud'; |
| | | $messages['filtersaveerror'] = 'Filtri salvestamine nurjus. Ilmnes serveri tõrge.'; |
| | | $messages['filterdeleteconfirm'] = 'Soovid valitud filtri kustutada?'; |
| | | $messages['ruledeleteconfirm'] = 'Soovid valitud reegli kustutada?'; |
| | | $messages['actiondeleteconfirm'] = 'Soovid valitud tegevuse kustutada?'; |
| | | $messages['forbiddenchars'] = 'Väljal on lubamatu märk'; |
| | | $messages['cannotbeempty'] = 'Väli ei või tühi olla'; |
| | | $messages['ruleexist'] = 'Määratud nimega filter on juba olemas'; |
| | | $messages['setactivateerror'] = 'Valitud filtrite kogumi aktiveerimine nurjus. Ilmnes serveri tõrge.'; |
| | | $messages['setdeactivateerror'] = 'Valitud filtrite kogumi deaktiveerimine nurjus. Ilmnes serveri tõrge.'; |
| | | $messages['setdeleteerror'] = 'Valitud filtrite kogumi kustutamine nurjus. Ilmnes serveri tõrge.'; |
| | | $messages['setactivated'] = 'Filtrite kogumi aktiveerimine õnnestus.'; |
| | | $messages['setdeactivated'] = 'Filtrite kogumi deaktiveerimine õnnestus.'; |
| | | $messages['setdeleted'] = 'Filtrite kogumi kustutamine õnnestus.'; |
| | | $messages['setdeleteconfirm'] = 'Oled kindel, et soovid valitud filtrite kogumi kustutada?'; |
| | | $messages['setcreateerror'] = 'Filtrite kogumi loomine nurjus. Ilmnes serveri tõrge.'; |
| | | $messages['setcreated'] = 'Filtrite kogumi loomine õnnestus.'; |
| | | $messages['activateerror'] = 'Valitud filtrite lubamine nurjus. Ilmnes serveri tõrge.'; |
| | | $messages['deactivateerror'] = 'Valitud filtrite keelamine nurjus. Ilmnes serveri tõrge.'; |
| | | $messages['deactivated'] = 'Filter edukalt lubatud.'; |
| | | $messages['activated'] = 'Filter edukalt keelatud.'; |
| | | $messages['moved'] = 'Filter edukalt liigutatud.'; |
| | | $messages['moveerror'] = 'Valitud filtri liigutamine nurjus. Ilmnes serveri tõrge.'; |
| | | $messages['nametoolong'] = 'Nimi on liiga pikk.'; |
| | | $messages['namereserved'] = 'Nimi on reserveeritud.'; |
| | | $messages['setexist'] = 'Kogum on juba olemas.'; |
| | | $messages['nodata'] = 'Valitud peab olema vähemalt üks asukoht!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/fa_IR/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Hamid <abbaszadeh.h@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['filters'] = 'صافیها'; |
| | | $labels['managefilters'] = 'مدیریت صافیهای نامه ورودی'; |
| | | $labels['filtername'] = 'نام صافی'; |
| | |
| | | $labels['recipient'] = 'گیرنده'; |
| | | $labels['vacationaddresses'] = 'آدرسهای ایمیل دیگر من (جدا شده با ویرگول):'; |
| | | $labels['vacationdays'] = 'پیغام ها در چه مواقعی فرستاده شدند (در روزهای):'; |
| | | $labels['vacationinterval'] = 'How often send messages:'; |
| | | $labels['days'] = 'days'; |
| | | $labels['seconds'] = 'seconds'; |
| | | $labels['vacationreason'] = 'بدنه پیغام (علت مسافرت):'; |
| | | $labels['vacationsubject'] = 'موضوع پیغام:'; |
| | | $labels['rulestop'] = 'توقف قوانین ارزیابی'; |
| | |
| | | $labels['flaganswered'] = 'جواب داده شده'; |
| | | $labels['flagflagged'] = 'پرچمدار'; |
| | | $labels['flagdraft'] = 'پیشنویس'; |
| | | $labels['setvariable'] = 'تنظیم متغیر'; |
| | | $labels['setvarname'] = 'نام متغییر'; |
| | | $labels['setvarvalue'] = 'مقدار متغیر:'; |
| | | $labels['setvarmodifiers'] = 'اصلاح:'; |
| | | $labels['varlower'] = 'حروف کوچک'; |
| | | $labels['varupper'] = 'حروف بزرگ'; |
| | | $labels['varlowerfirst'] = 'حرف اول کوچک'; |
| | | $labels['varupperfirst'] = 'حرف اول بزرگ'; |
| | | $labels['varquotewildcard'] = 'نقل قول کاراکترهای خاص'; |
| | | $labels['varlength'] = 'طول'; |
| | | $labels['notify'] = 'ارسال تذکر'; |
| | | $labels['notifyaddress'] = 'به آدرس پست الکترونیکی:'; |
| | | $labels['notifybody'] = 'بدنه تذکر:'; |
| | | $labels['notifysubject'] = 'موضوع تذکر:'; |
| | | $labels['notifyfrom'] = 'فرستنده تذکر:'; |
| | | $labels['notifyimportance'] = 'اهمیت:'; |
| | | $labels['notifyimportancelow'] = 'کم'; |
| | | $labels['notifyimportancenormal'] = 'معمولی'; |
| | | $labels['notifyimportancehigh'] = 'زیاد'; |
| | | $labels['filtercreate'] = 'ایجاد صافی'; |
| | | $labels['usedata'] = 'استفاده از داده ذیل در صافی:'; |
| | | $labels['nextstep'] = 'مرحله بعدی'; |
| | |
| | | $labels['octet'] = 'سخت (octet)'; |
| | | $labels['asciicasemap'] = 'حساس به حروه کوچک و بزرگ (ascii-casemap)'; |
| | | $labels['asciinumeric'] = 'عددی (ascii-numeric)'; |
| | | $labels['filterunknownerror'] = 'خطای سرور نامعلوم.'; |
| | | $labels['filterconnerror'] = 'ناتوانی در اتصال به سرور.'; |
| | | $labels['filterdeleteerror'] = 'ناتوانی در حذف صافی. خطای سرور رخ داد.'; |
| | | $labels['filterdeleted'] = 'صافی با موفقیت حذف شد.'; |
| | | $labels['filtersaved'] = 'صافی با موفقیت ذخیره شد.'; |
| | | $labels['filtersaveerror'] = 'ناتوانی در ذخیره فیلتر. خطای سرور رخ داد.'; |
| | | $labels['filterdeleteconfirm'] = 'آیا مطمئن به حذف صافی انتخاب شده هستید؟'; |
| | | $labels['ruledeleteconfirm'] = 'آیا مطمئن هستید که می خواهید قانون انتخاب شده را حذف کنید؟'; |
| | | $labels['actiondeleteconfirm'] = 'آیا مطمئن هستید که می خواهید عمل انتخاب شده را حذف کنید.'; |
| | | $labels['forbiddenchars'] = 'حروف ممنوعه در فیلد.'; |
| | | $labels['cannotbeempty'] = 'فیلد نمی تواند خالی باشد.'; |
| | | $labels['ruleexist'] = 'صافی با این نام مشخص وجود دارد.'; |
| | | $labels['setactivateerror'] = 'ناتوان در فعال کردن مجموعه صافیها انتخاب شده. خطای سرور رخ داد.'; |
| | | $labels['setdeactivateerror'] = 'ناتوان در غیرفعال کردن مجموعه صافیها انتخاب شده. خطای سرور رخ داد.'; |
| | | $labels['setdeleteerror'] = 'ناتوان در حذف مجموعه صافیها انتخاب شده. خطای سرور رخ داد.'; |
| | | $labels['setactivated'] = 'مجموعه صافیها با موفقیت فعال شد.'; |
| | | $labels['setdeactivated'] = 'مجموعه صافیها با موفقیت غیرفعال شد.'; |
| | | $labels['setdeleted'] = 'مجموعه صافیها با موفقیت حذف شد.'; |
| | | $labels['setdeleteconfirm'] = 'آیا مطمئن هستید که میخواهید مجموعه صافیها انتخاب شده را حذف کنید؟'; |
| | | $labels['setcreateerror'] = 'ناتوانی در ایجاد مجموعه صافیها. خطای سرور رخ داد.'; |
| | | $labels['setcreated'] = 'مجموعه صافیها با موفقیت ایجاد شد.'; |
| | | $labels['activateerror'] = 'ناتوانی در فعال کردن صافی(های) انتخاب شده. خطای سرور رخ داد.'; |
| | | $labels['deactivateerror'] = 'ناتوانی در غیرفعال کردن صافی(های) انتخاب شده. خطای سرور رخ داد.'; |
| | | $labels['activated'] = 'صافی(ها) با موفقیت غیرفعال شدند.'; |
| | | $labels['deactivated'] = 'صافی(ها) با موفقیت فعال شدند.'; |
| | | $labels['moved'] = 'صافی با موفقیت منتقل شد.'; |
| | | $labels['moveerror'] = 'ناتوانی در انتقال صافی انتخاب شده. خطای سرور رخ داد.'; |
| | | $labels['nametoolong'] = 'نام خیلی بلند.'; |
| | | $labels['namereserved'] = 'نام رزرو شده.'; |
| | | $labels['setexist'] = 'مجموعه در حال حاضر موجود است.'; |
| | | $labels['nodata'] = 'حداقل باید یک موقعیت باید انتخاب شود.'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = 'خطای سرور نامعلوم.'; |
| | | $messages['filterconnerror'] = 'ناتوانی در اتصال به سرور.'; |
| | | $messages['filterdeleteerror'] = 'ناتوانی در حذف صافی. خطای سرور رخ داد.'; |
| | | $messages['filterdeleted'] = 'صافی با موفقیت حذف شد.'; |
| | | $messages['filtersaved'] = 'صافی با موفقیت ذخیره شد.'; |
| | | $messages['filtersaveerror'] = 'ناتوانی در ذخیره فیلتر. خطای سرور رخ داد.'; |
| | | $messages['filterdeleteconfirm'] = 'آیا مطمئن به حذف صافی انتخاب شده هستید؟'; |
| | | $messages['ruledeleteconfirm'] = 'آیا مطمئن هستید که می خواهید قانون انتخاب شده را حذف کنید؟'; |
| | | $messages['actiondeleteconfirm'] = 'آیا مطمئن هستید که می خواهید عمل انتخاب شده را حذف کنید.'; |
| | | $messages['forbiddenchars'] = 'حروف ممنوعه در فیلد.'; |
| | | $messages['cannotbeempty'] = 'فیلد نمی تواند خالی باشد.'; |
| | | $messages['ruleexist'] = 'صافی با این نام مشخص وجود دارد.'; |
| | | $messages['setactivateerror'] = 'ناتوان در فعال کردن مجموعه صافیها انتخاب شده. خطای سرور رخ داد.'; |
| | | $messages['setdeactivateerror'] = 'ناتوان در غیرفعال کردن مجموعه صافیها انتخاب شده. خطای سرور رخ داد.'; |
| | | $messages['setdeleteerror'] = 'ناتوان در حذف مجموعه صافیها انتخاب شده. خطای سرور رخ داد.'; |
| | | $messages['setactivated'] = 'مجموعه صافیها با موفقیت فعال شد.'; |
| | | $messages['setdeactivated'] = 'مجموعه صافیها با موفقیت غیرفعال شد.'; |
| | | $messages['setdeleted'] = 'مجموعه صافیها با موفقیت حذف شد.'; |
| | | $messages['setdeleteconfirm'] = 'آیا مطمئن هستید که میخواهید مجموعه صافیها انتخاب شده را حذف کنید؟'; |
| | | $messages['setcreateerror'] = 'ناتوانی در ایجاد مجموعه صافیها. خطای سرور رخ داد.'; |
| | | $messages['setcreated'] = 'مجموعه صافیها با موفقیت ایجاد شد.'; |
| | | $messages['activateerror'] = 'ناتوانی در فعال کردن صافی(های) انتخاب شده. خطای سرور رخ داد.'; |
| | | $messages['deactivateerror'] = 'ناتوانی در غیرفعال کردن صافی(های) انتخاب شده. خطای سرور رخ داد.'; |
| | | $messages['deactivated'] = 'صافی(ها) با موفقیت فعال شدند.'; |
| | | $messages['activated'] = 'صافی(ها) با موفقیت غیرفعال شدند.'; |
| | | $messages['moved'] = 'صافی با موفقیت منتقل شد.'; |
| | | $messages['moveerror'] = 'ناتوانی در انتقال صافی انتخاب شده. خطای سرور رخ داد.'; |
| | | $messages['nametoolong'] = 'نام خیلی بلند.'; |
| | | $messages['namereserved'] = 'نام رزرو شده.'; |
| | | $messages['setexist'] = 'مجموعه در حال حاضر موجود است.'; |
| | | $messages['nodata'] = 'حداقل باید یک موقعیت باید انتخاب شود.'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/fi_FI/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['filters'] = 'Suodattimet'; |
| | | $labels['managefilters'] = 'Muokkaa saapuvan sähköpostin suodattimia'; |
| | | $labels['managefilters'] = 'Hallitse saapuvan sähköpostin suodattimia'; |
| | | $labels['filtername'] = 'Suodattimen nimi'; |
| | | $labels['newfilter'] = 'Uusi suodatin'; |
| | | $labels['filteradd'] = 'Lisää suodatin'; |
| | | $labels['filterdel'] = 'Poista suodatin'; |
| | | $labels['moveup'] = 'Siirrä ylös'; |
| | | $labels['movedown'] = 'Siirrä alas'; |
| | | $labels['filterallof'] = 'Täsmää kaikkien sääntöjen mukaan'; |
| | | $labels['filteranyof'] = 'Täsmää minkä tahansa sääntöjen mukaan'; |
| | | $labels['filterallof'] = 'Täsmää kaikkiin seuraaviin sääntöihin'; |
| | | $labels['filteranyof'] = 'Täsmää mihin tahansa seuraavista säännöistä'; |
| | | $labels['filterany'] = 'Kaikki viestit'; |
| | | $labels['filtercontains'] = 'Sisältää'; |
| | | $labels['filternotcontains'] = 'Ei sisällä'; |
| | |
| | | $labels['filterisnot'] = 'ei ole samanlainen kuin'; |
| | | $labels['filterexists'] = 'on olemassa'; |
| | | $labels['filternotexists'] = 'ei ole olemassa'; |
| | | $labels['filtermatches'] = 'vastaa määritelmää'; |
| | | $labels['filternotmatches'] = 'ei vastaa määritelmää'; |
| | | $labels['filterregex'] = 'täsmää säännölliseen lausekkeeseen'; |
| | | $labels['filternotregex'] = 'ei täsmää säännölliseen lausekkeeseen'; |
| | | $labels['filterunder'] = 'alla'; |
| | | $labels['filterover'] = 'yli'; |
| | | $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'] = 'Lisää sääntö'; |
| | | $labels['delrule'] = 'Poista sääntö'; |
| | | $labels['messagemoveto'] = 'Siirrä viesti'; |
| | | $labels['messageredirect'] = 'Uudelleen ohjaa viesti'; |
| | | $labels['messagecopyto'] = 'Kopioi viesti'; |
| | | $labels['messagesendcopy'] = 'Lähetä viestin kopio'; |
| | | $labels['messagereply'] = 'Vastaa viestin kanssa'; |
| | | $labels['messagedelete'] = 'Poista viesti'; |
| | | $labels['messagediscard'] = 'Hylkää viesti'; |
| | | $labels['messagesrules'] = 'Saapuva sähköposti'; |
| | | $labels['messagesactions'] = 'Suorita seuraavat tapahtumat'; |
| | | $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['messagesrules'] = 'For incoming mail:'; |
| | | $labels['messagesactions'] = '...execute the following actions:'; |
| | | $labels['add'] = 'Lisää'; |
| | | $labels['del'] = 'Poista'; |
| | | $labels['sender'] = 'Lähettäjä'; |
| | | $labels['recipient'] = 'Vastaanottaja'; |
| | | $labels['vacationaddresses'] = 'Lähetä viesti myös seuraaviin osotteisiin (erottele pilkulla):'; |
| | | $labels['vacationdays'] = 'Kuinka monen päivän välein lähetetään uusi vastaus:'; |
| | | $labels['vacationreason'] = 'Viesti (poissaolon syy):'; |
| | | $labels['vacationaddresses'] = 'My additional e-mail addresse(s) (comma-separated):'; |
| | | $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'] = 'Viestin aihe:'; |
| | | $labels['rulestop'] = 'Viimeinen sääntö'; |
| | | $labels['enable'] = 'Kytke päälle / kytke pois päältä'; |
| | | $labels['filterset'] = 'Suodatinlista'; |
| | | $labels['filtersets'] = 'Suodatinlista'; |
| | | $labels['filtersetadd'] = 'Lisää suodatinlista'; |
| | | $labels['filtersetdel'] = 'Poista valittu suodatinlista'; |
| | | $labels['filtersetact'] = 'Aktivoi valittu suodatinlista'; |
| | | $labels['filtersetdeact'] = 'Kytke suodatinlista pois päältä'; |
| | | $labels['filterdef'] = 'Suodatinmääritykset'; |
| | | $labels['filtersetname'] = 'Suodatinlistan nimi'; |
| | | $labels['newfilterset'] = 'Uusi suodatinlista'; |
| | | $labels['active'] = 'aktiivinen'; |
| | | $labels['none'] = 'ei mitään'; |
| | | $labels['fromset'] = 'listasta'; |
| | | $labels['fromfile'] = 'tiedostosta'; |
| | | $labels['filterdisabled'] = 'Suodatin on poistettu käytöstä'; |
| | | $labels['countisgreaterthan'] = 'lukumäärä on suurempi kuin'; |
| | | $labels['countisgreaterthanequal'] = 'lukumäärä on suurempi kuin tai yhtä suuri kuin'; |
| | | $labels['countislessthan'] = 'lukumäärä on vähemmän kuin'; |
| | | $labels['countislessthanequal'] = 'lukumäärä on vähemmän kuin tai yhtä suuri kuin'; |
| | | $labels['countequals'] = 'lukumäärä on yhtä suuri kuin'; |
| | | $labels['countnotequals'] = 'luku ei ole yhtä suuri'; |
| | | $labels['valueisgreaterthan'] = 'arvo on suurempi kuin'; |
| | | $labels['valueisgreaterthanequal'] = 'arvo on suurempi kuin tai yhtä suuri kuin'; |
| | | $labels['valueislessthan'] = 'arvo on vähemmän kuin'; |
| | | $labels['valueislessthanequal'] = 'arvo on vähemmän kuin tai yhtä suuri kuin'; |
| | | $labels['valueequals'] = 'arvo on yhtä suuri kuin'; |
| | | $labels['valuenotequals'] = 'arvo ei ole yhtä suuri'; |
| | | $labels['setflags'] = 'Aseta seurantalippu viestiin'; |
| | | $labels['addflags'] = 'Lisää seurantalippu viestiin'; |
| | | $labels['removeflags'] = 'Poista seurantalippu viestistä'; |
| | | $labels['flagread'] = 'Luettu'; |
| | | $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 does not equal'; |
| | | $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 does not equal'; |
| | | $labels['setflags'] = 'Aseta liput viestiin'; |
| | | $labels['addflags'] = 'Lisää liput viestiin'; |
| | | $labels['removeflags'] = 'Poista liput viestistä'; |
| | | $labels['flagread'] = 'Read'; |
| | | $labels['flagdeleted'] = 'Poistettu'; |
| | | $labels['flaganswered'] = 'Vastattu'; |
| | | $labels['flagflagged'] = 'Merkitty lipulla'; |
| | | $labels['flagflagged'] = 'Liputettu'; |
| | | $labels['flagdraft'] = 'Luonnos'; |
| | | $labels['setvariable'] = 'Aseta muuttuja'; |
| | | $labels['setvarname'] = 'Muuttujan nimi:'; |
| | | $labels['setvarvalue'] = 'Muuttujan arvo:'; |
| | | $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'] = 'Tärkeysaste:'; |
| | | $labels['notifyimportancelow'] = 'low'; |
| | | $labels['notifyimportancenormal'] = 'normal'; |
| | | $labels['notifyimportancehigh'] = 'high'; |
| | | $labels['filtercreate'] = 'Luo suodatin'; |
| | | $labels['usedata'] = 'Käytä seuravaa sisältöä suodattimessa:'; |
| | | $labels['nextstep'] = 'Seuraava'; |
| | | $labels['usedata'] = 'Use following data in the filter:'; |
| | | $labels['nextstep'] = 'Next Step'; |
| | | $labels['...'] = '...'; |
| | | $labels['advancedopts'] = 'Lisäasetukset'; |
| | | $labels['body'] = 'Sisältö'; |
| | | $labels['address'] = 'osoite'; |
| | | $labels['envelope'] = 'kirjekuori'; |
| | | $labels['modifier'] = 'määrittäjä:'; |
| | | $labels['text'] = 'teksti'; |
| | | $labels['undecoded'] = 'purkamaton (käsittelemätön)'; |
| | | $labels['contenttype'] = 'sisällön tyyppi'; |
| | | $labels['modtype'] = 'tyyppi:'; |
| | | $labels['allparts'] = 'kaikki'; |
| | | $labels['domain'] = 'toimialue'; |
| | | $labels['localpart'] = 'paikallinen osa'; |
| | | $labels['user'] = 'käyttäjä'; |
| | | $labels['detail'] = 'yksityiskohta'; |
| | | $labels['comparator'] = 'vertaaja:'; |
| | | $labels['advancedopts'] = 'Lisävalinnat'; |
| | | $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'] = 'oletus'; |
| | | $labels['octet'] = 'tiukka (oktetti)'; |
| | | $labels['asciicasemap'] = 'kirjainasusta riippumaton (ascii-kirjainkartta)'; |
| | | $labels['asciinumeric'] = 'numeerinen (ascii-numerot)'; |
| | | $labels['filterunknownerror'] = 'Tuntematon palvelin virhe.'; |
| | | $labels['filterconnerror'] = 'Yhdistäminen palvelimeen epäonnistui'; |
| | | $labels['filterdeleteerror'] = 'Suodattimen poistaminen epäonnistui. Palvelin virhe'; |
| | | $labels['filterdeleted'] = 'Suodatin poistettu'; |
| | | $labels['filtersaved'] = 'Suodatin tallennettu'; |
| | | $labels['filtersaveerror'] = 'Suodattimen tallennus epäonnistui. Palvelin virhe'; |
| | | $labels['filterdeleteconfirm'] = 'Haluatko varmasti poistaa valitut suodattimet?'; |
| | | $labels['ruledeleteconfirm'] = 'Haluatko poistaa valitut säännöt?'; |
| | | $labels['actiondeleteconfirm'] = 'Haluatko poistaa valitut tapahtumat?'; |
| | | $labels['forbiddenchars'] = 'Sisältää kiellettyjä kirjaimia'; |
| | | $labels['cannotbeempty'] = 'Kenttä ei voi olla tyhjä'; |
| | | $labels['ruleexist'] = 'Annetun niminen suodatin on jo olemassa'; |
| | | $labels['setactivateerror'] = 'Valittua suodatin listaa ei voitu kytkeä päälle. Palvelin virhe.'; |
| | | $labels['setdeactivateerror'] = 'Valittua suodatin listaa ei voitu kytkeä pois päältä. Palvelin virhe.'; |
| | | $labels['setdeleteerror'] = 'Valittua suodatin listaa ei voitu poistaa. Palvelin virhe.'; |
| | | $labels['setactivated'] = 'Suodatinlista on kytketty päälle.'; |
| | | $labels['setdeactivated'] = 'Suodatinlista on kytketty pois päältä'; |
| | | $labels['setdeleted'] = 'Suodatinlista on poistettu poistettu.'; |
| | | $labels['setdeleteconfirm'] = 'Oletko varman, että haluat poistaa valitun suodatin listan?'; |
| | | $labels['setcreateerror'] = 'Suodatinlistan luonti epäonnistui. Palvelin virhe.'; |
| | | $labels['setcreated'] = 'Suodatinlistan luonti onnistui.'; |
| | | $labels['activateerror'] = 'Suodatinlistan päälle kytkeminen epäonnistui. Palvelin virhe.'; |
| | | $labels['deactivateerror'] = 'Suodatinlistan pois päältä kytkeminen epäonnistui. Palvelin virhe.'; |
| | | $labels['activated'] = 'Suodatinlista(t) kytketty pois päältä onnistuneesti.'; |
| | | $labels['deactivated'] = 'Suodatinlista(t) kytketty päälle onnistuneesti.'; |
| | | $labels['moved'] = 'Suodatin siirretty onnistuneesti.'; |
| | | $labels['moveerror'] = 'Valitun suodattimen siirto epäonnistui palvelinvirheen vuoksi.'; |
| | | $labels['nametoolong'] = 'Nimi on liian pitkä.'; |
| | | $labels['namereserved'] = 'Varattu nimi.'; |
| | | $labels['setexist'] = 'Lista on jo olemassa.'; |
| | | $labels['nodata'] = 'Vähintään yksi pitää valinta pitää tehdä!'; |
| | | $labels['octet'] = 'strict (octet)'; |
| | | $labels['asciicasemap'] = 'case insensitive (ascii-casemap)'; |
| | | $labels['asciinumeric'] = 'numeric (ascii-numeric)'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = 'Tuntematon palvelinvirhe.'; |
| | | $messages['filterconnerror'] = 'Yhteys palvelimeen epäonnistui.'; |
| | | $messages['filterdeleteerror'] = 'Suodattimen poisto epäonnistui palvelinvirheen vuoksi.'; |
| | | $messages['filterdeleted'] = 'Suodatin poistettu onnistuneesti.'; |
| | | $messages['filtersaved'] = 'Filter saved successfully.'; |
| | | $messages['filtersaveerror'] = 'Unable to save filter. Server error occured.'; |
| | | $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'] = 'Kenttä ei voi olla tyhjä.'; |
| | | $messages['ruleexist'] = 'Filter with specified name already exists.'; |
| | | $messages['setactivateerror'] = 'Unable to activate selected filters set. Server error occured.'; |
| | | $messages['setdeactivateerror'] = 'Unable to deactivate selected filters set. Server error occured.'; |
| | | $messages['setdeleteerror'] = 'Unable to delete selected filters set. Server error occured.'; |
| | | $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 occured.'; |
| | | $messages['setcreated'] = 'Filters set created successfully.'; |
| | | $messages['activateerror'] = 'Unable to enable selected filter(s). Server error occured.'; |
| | | $messages['deactivateerror'] = 'Unable to disable selected filter(s). Server error occured.'; |
| | | $messages['deactivated'] = 'Filter(s) disabled successfully.'; |
| | | $messages['activated'] = 'Filter(s) enabled successfully.'; |
| | | $messages['moved'] = 'Suodatin siirretty onnistuneesti.'; |
| | | $messages['moveerror'] = 'Suodattimen siirtäminen epäonnistui palvelinvirheen vuoksi.'; |
| | | $messages['nametoolong'] = 'Nimi on liian pitkä.'; |
| | | $messages['namereserved'] = 'Reserved name.'; |
| | | $messages['setexist'] = 'Set already exists.'; |
| | | $messages['nodata'] = 'At least one position must be selected!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/fr_FR/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['filters'] = 'Filtres'; |
| | | $labels['managefilters'] = 'Gestion des filtres sur les mails entrants'; |
| | | $labels['filtername'] = 'Nom du filtre'; |
| | |
| | | $labels['recipient'] = 'Destinataire'; |
| | | $labels['vacationaddresses'] = 'Liste des destinataires (séparés par une virgule) :'; |
| | | $labels['vacationdays'] = 'Ne pas renvoyer un message avant (jours) :'; |
| | | $labels['vacationinterval'] = 'How often send messages:'; |
| | | $labels['days'] = 'days'; |
| | | $labels['seconds'] = 'seconds'; |
| | | $labels['vacationreason'] = 'Corps du message (raison de l\'absence) :'; |
| | | $labels['vacationsubject'] = 'Sujet du message:'; |
| | | $labels['rulestop'] = 'Arrêter d\'évaluer les prochaines règles'; |
| | |
| | | $labels['flaganswered'] = 'Répondu'; |
| | | $labels['flagflagged'] = 'Marqué'; |
| | | $labels['flagdraft'] = 'Brouillon'; |
| | | $labels['setvariable'] = 'Définir une variable'; |
| | | $labels['setvarname'] = 'Nom de la variable :'; |
| | | $labels['setvarvalue'] = 'Valeur de la variable :'; |
| | | $labels['setvarmodifiers'] = 'Modifications :'; |
| | | $labels['varlower'] = 'minuscule'; |
| | | $labels['varupper'] = 'majuscule'; |
| | | $labels['varlowerfirst'] = 'premier caractère minuscule'; |
| | | $labels['varupperfirst'] = 'premier caractère majuscule'; |
| | | $labels['varquotewildcard'] = 'Échapper les caractères spéciaux'; |
| | | $labels['varlength'] = 'longueur'; |
| | | $labels['notify'] = 'Envoyer la notification'; |
| | | $labels['notifyaddress'] = 'A l\'adresse e-mail :'; |
| | | $labels['notifybody'] = 'Corps de la notification :'; |
| | | $labels['notifysubject'] = 'Objet de la notification :'; |
| | | $labels['notifyfrom'] = 'Expéditeur de la notification :'; |
| | | $labels['notifyimportance'] = 'Importance :'; |
| | | $labels['notifyimportancelow'] = 'faible'; |
| | | $labels['notifyimportancenormal'] = 'normal'; |
| | | $labels['notifyimportancehigh'] = 'haute'; |
| | | $labels['filtercreate'] = 'Créer un filtre'; |
| | | $labels['usedata'] = 'Utiliser les informations suivantes dans le filtre'; |
| | | $labels['nextstep'] = 'Étape suivante'; |
| | |
| | | $labels['octet'] = 'strict (octet)'; |
| | | $labels['asciicasemap'] = 'insensible à la casse (ascii-casemap)'; |
| | | $labels['asciinumeric'] = 'numérique (ascii-numeric)'; |
| | | $labels['filterunknownerror'] = 'Erreur du serveur inconnue'; |
| | | $labels['filterconnerror'] = 'Connexion au serveur Managesieve impossible'; |
| | | $labels['filterdeleteerror'] = 'Suppression du filtre impossible. Le serveur à produit une erreur'; |
| | | $labels['filterdeleted'] = 'Le filtre a bien été supprimé'; |
| | | $labels['filtersaved'] = 'Le filtre a bien été enregistré'; |
| | | $labels['filtersaveerror'] = 'Enregistrement du filtre impossibe. Le serveur à produit une erreur'; |
| | | $labels['filterdeleteconfirm'] = 'Voulez-vous vraiment supprimer le filtre sélectionné?'; |
| | | $labels['ruledeleteconfirm'] = 'Voulez-vous vraiment supprimer la règle sélectionnée?'; |
| | | $labels['actiondeleteconfirm'] = 'Voulez-vous vraiment supprimer l\'action sélectionnée?'; |
| | | $labels['forbiddenchars'] = 'Caractères interdits dans le champ'; |
| | | $labels['cannotbeempty'] = 'Le champ ne peut pas être vide'; |
| | | $labels['ruleexist'] = 'Un filtre existe déjà avec ce nom.'; |
| | | $labels['setactivateerror'] = 'Impossible d\'aactiver le groupe de filtres sélectionné. Le serveur a rencontré une erreur.'; |
| | | $labels['setdeactivateerror'] = 'Impossible de désactiver le groupe de filtres sélectionné. Le serveur a rencontré une erreur.'; |
| | | $labels['setdeleteerror'] = 'Impossible de supprimer le groupe de filtres sélectionné. Le serveur a rencontré une erreur.'; |
| | | $labels['setactivated'] = 'Le groupe de filtres a bien été activé.'; |
| | | $labels['setdeactivated'] = 'Le groupe de filtres a bien été désactivé.'; |
| | | $labels['setdeleted'] = 'Le groupe de filtres a bien été supprimé.'; |
| | | $labels['setdeleteconfirm'] = 'Voulez vous vraiment supprimer le groupe de filtres sélectionné ?'; |
| | | $labels['setcreateerror'] = 'Impossible de créer le groupe de filtres. Le serveur a rencontré une erreur.'; |
| | | $labels['setcreated'] = 'Le groupe de filtres a bien été créé.'; |
| | | $labels['activateerror'] = 'Impossible d\'activer le(s) filtre(s) sélectionné(s). Une erreur serveur s\'est produite.'; |
| | | $labels['deactivateerror'] = 'Impossible de désactiver le(s) filtre(s) sélectionné(s). Une erreur serveur s\'est produite.'; |
| | | $labels['activated'] = 'Filtre(s) désactivé(s) avec succès'; |
| | | $labels['deactivated'] = 'Filtre(s) activé(s) avec succès'; |
| | | $labels['moved'] = 'Filtre déplacé avec succès.'; |
| | | $labels['moveerror'] = 'Déplacement du filtre sélectionné impossible. Le serveur a renvoyé une erreur.'; |
| | | $labels['nametoolong'] = 'Nom trop long.'; |
| | | $labels['namereserved'] = 'Nom réservé.'; |
| | | $labels['setexist'] = 'Ce groupe existe déjà.'; |
| | | $labels['nodata'] = 'Au moins un élément doit être selectionné !'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = 'Erreur du serveur inconnue'; |
| | | $messages['filterconnerror'] = 'Connexion au serveur Managesieve impossible'; |
| | | $messages['filterdeleteerror'] = 'Suppression du filtre impossible. Le serveur à produit une erreur'; |
| | | $messages['filterdeleted'] = 'Le filtre a bien été supprimé'; |
| | | $messages['filtersaved'] = 'Le filtre a bien été enregistré'; |
| | | $messages['filtersaveerror'] = 'Enregistrement du filtre impossibe. Le serveur à produit une erreur'; |
| | | $messages['filterdeleteconfirm'] = 'Voulez-vous vraiment supprimer le filtre sélectionné?'; |
| | | $messages['ruledeleteconfirm'] = 'Voulez-vous vraiment supprimer la règle sélectionnée?'; |
| | | $messages['actiondeleteconfirm'] = 'Voulez-vous vraiment supprimer l\'action sélectionnée?'; |
| | | $messages['forbiddenchars'] = 'Caractères interdits dans le champ'; |
| | | $messages['cannotbeempty'] = 'Le champ ne peut pas être vide'; |
| | | $messages['ruleexist'] = 'Un filtre existe déjà avec ce nom.'; |
| | | $messages['setactivateerror'] = 'Impossible d\'aactiver le groupe de filtres sélectionné. Le serveur a rencontré une erreur.'; |
| | | $messages['setdeactivateerror'] = 'Impossible de désactiver le groupe de filtres sélectionné. Le serveur a rencontré une erreur.'; |
| | | $messages['setdeleteerror'] = 'Impossible de supprimer le groupe de filtres sélectionné. Le serveur a rencontré une erreur.'; |
| | | $messages['setactivated'] = 'Le groupe de filtres a bien été activé.'; |
| | | $messages['setdeactivated'] = 'Le groupe de filtres a bien été désactivé.'; |
| | | $messages['setdeleted'] = 'Le groupe de filtres a bien été supprimé.'; |
| | | $messages['setdeleteconfirm'] = 'Voulez vous vraiment supprimer le groupe de filtres sélectionné ?'; |
| | | $messages['setcreateerror'] = 'Impossible de créer le groupe de filtres. Le serveur a rencontré une erreur.'; |
| | | $messages['setcreated'] = 'Le groupe de filtres a bien été créé.'; |
| | | $messages['activateerror'] = 'Impossible d\'activer le(s) filtre(s) sélectionné(s). Une erreur serveur s\'est produite.'; |
| | | $messages['deactivateerror'] = 'Impossible de désactiver le(s) filtre(s) sélectionné(s). Une erreur serveur s\'est produite.'; |
| | | $messages['deactivated'] = 'Filtre(s) activé(s) avec succès'; |
| | | $messages['activated'] = 'Filtre(s) désactivé(s) avec succès'; |
| | | $messages['moved'] = 'Filtre déplacé avec succès.'; |
| | | $messages['moveerror'] = 'Déplacement du filtre sélectionné impossible. Le serveur a renvoyé une erreur.'; |
| | | $messages['nametoolong'] = 'Nom trop long.'; |
| | | $messages['namereserved'] = 'Nom réservé.'; |
| | | $messages['setexist'] = 'Ce groupe existe déjà.'; |
| | | $messages['nodata'] = 'Au moins un élément doit être selectionné !'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/gl_ES/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: ghas <Unknown> | |
| | | +-----------------------------------------------------------------------+ |
| | | @version $Id$ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['filters'] = 'Filtros'; |
| | | $labels['managefilters'] = 'Xestionar os filtros de correo entrante'; |
| | | $labels['filtername'] = 'Nome do filtro'; |
| | |
| | | $labels['filterisnot'] = 'non é igual a'; |
| | | $labels['filterexists'] = 'existe'; |
| | | $labels['filternotexists'] = 'non existe'; |
| | | $labels['filtermatches'] = 'matches expression'; |
| | | $labels['filternotmatches'] = 'not matches expression'; |
| | | $labels['filterregex'] = 'matches regular expression'; |
| | | $labels['filternotregex'] = 'not matches regular expression'; |
| | | $labels['filterunder'] = 'baixo'; |
| | | $labels['filterover'] = 'sobre'; |
| | | $labels['addrule'] = 'Engadir regra'; |
| | |
| | | $labels['recipient'] = 'Destinatario'; |
| | | $labels['vacationaddresses'] = 'Lista de enderezos de correo de destinatarios adicionais (separados por comas):'; |
| | | $labels['vacationdays'] = 'Cada canto enviar mensaxes (en días):'; |
| | | $labels['vacationinterval'] = 'How often send messages:'; |
| | | $labels['days'] = 'days'; |
| | | $labels['seconds'] = 'seconds'; |
| | | $labels['vacationreason'] = 'Corpo da mensaxe (razón de vacacións):'; |
| | | $labels['vacationsubject'] = 'Message subject:'; |
| | | $labels['rulestop'] = 'Parar de avaliar regras'; |
| | | $labels['enable'] = 'Activar/Desactivar'; |
| | | $labels['filterset'] = 'Conxunto de filtros'; |
| | | $labels['filtersets'] = 'Filter sets'; |
| | | $labels['filtersetadd'] = 'Engadir un conxunto de filtros'; |
| | | $labels['filtersetdel'] = 'Eliminar o conxunto de filtros actual'; |
| | | $labels['filtersetact'] = 'Activar o conxunto de filtros actual'; |
| | |
| | | $labels['fromset'] = 'de conxunto'; |
| | | $labels['fromfile'] = 'de arquivo'; |
| | | $labels['filterdisabled'] = 'Filtro desactivado'; |
| | | $labels['filterunknownerror'] = 'Erro descoñecido servidor'; |
| | | $labels['filterconnerror'] = 'Imposible conectar co servidor managesieve'; |
| | | $labels['filterdeleteerror'] = 'Imposible eliminar filtro. Ocurriu un erro no servidor'; |
| | | $labels['filterdeleted'] = 'Filtro borrado con éxito'; |
| | | $labels['filtersaved'] = 'Filtro gardado con éxito'; |
| | | $labels['filtersaveerror'] = 'Imposible gardar o filtro. Ocurriu un erro no servidor'; |
| | | $labels['filterdeleteconfirm'] = 'Realmente desexa eliminar o filtro seleccionado?'; |
| | | $labels['ruledeleteconfirm'] = 'Está seguro de que desexa eliminar a regra seleccionada?'; |
| | | $labels['actiondeleteconfirm'] = 'Está seguro de que desexa eliminar a acción seleccionada?'; |
| | | $labels['forbiddenchars'] = 'Caracteres non permitidos no campo'; |
| | | $labels['cannotbeempty'] = 'O campo non pode estar baleiro'; |
| | | $labels['setactivateerror'] = 'Imposible activar o conxunto de filtros seleccionado. Ocurriu un erro no servidor'; |
| | | $labels['setdeactivateerror'] = 'Imposible desactivar o conxunto de filtros seleccionado. Ocurriu un error no servidor'; |
| | | $labels['setdeleteerror'] = 'Imposible eliminar o conxunto de filtros seleccionado. Ocurriu un error no servidor'; |
| | | $labels['setactivated'] = 'O conxunto de filtros activouse con éxito'; |
| | | $labels['setdeactivated'] = 'O conxunto de filtros desactivouse con éxito'; |
| | | $labels['setdeleted'] = 'O Conxunto de filtros borrouse con éxito'; |
| | | $labels['setdeleteconfirm'] = 'Está seguro de que desexa eliminar o conxunto de filtros seleccionado?'; |
| | | $labels['setcreateerror'] = 'Imposible crear o conxunto de filtros. Ocurriu un error no servidor'; |
| | | $labels['setcreated'] = 'Conxunto de filtros creado con éxito'; |
| | | $labels['nametoolong'] = 'Imposible crear o conxunto de filtros. O nome é longo de máis'; |
| | | $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 does not equal'; |
| | | $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 does not equal'; |
| | | $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['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)'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = 'Erro descoñecido servidor'; |
| | | $messages['filterconnerror'] = 'Imposible conectar co servidor managesieve'; |
| | | $messages['filterdeleteerror'] = 'Imposible eliminar filtro. Ocurriu un erro no servidor'; |
| | | $messages['filterdeleted'] = 'Filtro borrado con éxito'; |
| | | $messages['filtersaved'] = 'Filtro gardado con éxito'; |
| | | $messages['filtersaveerror'] = 'Imposible gardar o filtro. Ocurriu un erro no servidor'; |
| | | $messages['filterdeleteconfirm'] = 'Realmente desexa eliminar o filtro seleccionado?'; |
| | | $messages['ruledeleteconfirm'] = 'Está seguro de que desexa eliminar a regra seleccionada?'; |
| | | $messages['actiondeleteconfirm'] = 'Está seguro de que desexa eliminar a acción seleccionada?'; |
| | | $messages['forbiddenchars'] = 'Caracteres non permitidos no campo'; |
| | | $messages['cannotbeempty'] = 'O campo non pode estar baleiro'; |
| | | $messages['ruleexist'] = 'Filter with specified name already exists.'; |
| | | $messages['setactivateerror'] = 'Imposible activar o conxunto de filtros seleccionado. Ocurriu un erro no servidor'; |
| | | $messages['setdeactivateerror'] = 'Imposible desactivar o conxunto de filtros seleccionado. Ocurriu un error no servidor'; |
| | | $messages['setdeleteerror'] = 'Imposible eliminar o conxunto de filtros seleccionado. Ocurriu un error no servidor'; |
| | | $messages['setactivated'] = 'O conxunto de filtros activouse con éxito'; |
| | | $messages['setdeactivated'] = 'O conxunto de filtros desactivouse con éxito'; |
| | | $messages['setdeleted'] = 'O Conxunto de filtros borrouse con éxito'; |
| | | $messages['setdeleteconfirm'] = 'Está seguro de que desexa eliminar o conxunto de filtros seleccionado?'; |
| | | $messages['setcreateerror'] = 'Imposible crear o conxunto de filtros. Ocurriu un error no servidor'; |
| | | $messages['setcreated'] = 'Conxunto de filtros creado con éxito'; |
| | | $messages['activateerror'] = 'Unable to enable selected filter(s). Server error occured.'; |
| | | $messages['deactivateerror'] = 'Unable to disable selected filter(s). Server error occured.'; |
| | | $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 occured.'; |
| | | $messages['nametoolong'] = 'Imposible crear o conxunto de filtros. O nome é longo de máis'; |
| | | $messages['namereserved'] = 'Reserved name.'; |
| | | $messages['setexist'] = 'Set already exists.'; |
| | | $messages['nodata'] = 'At least one position must be selected!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/he_IL/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Moshe Leibovitch <moish@mln.co.il> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['filters'] = 'מסננים'; |
| | | $labels['managefilters'] = 'ניהול מסננים לדואר נכנס'; |
| | | $labels['filtername'] = 'שם המסנן'; |
| | |
| | | $labels['recipient'] = 'הנמען'; |
| | | $labels['vacationaddresses'] = 'כתובות דוא"ל נוספות שלי (מופרדות ע"י פסיקים)'; |
| | | $labels['vacationdays'] = 'באיזו תדירות ( בימים ) לשלוח הודעות:'; |
| | | $labels['vacationinterval'] = 'How often send messages:'; |
| | | $labels['days'] = 'days'; |
| | | $labels['seconds'] = 'seconds'; |
| | | $labels['vacationreason'] = 'גוף ההודעה (סיבת החופשה):'; |
| | | $labels['vacationsubject'] = 'נושא ההודעה:'; |
| | | $labels['rulestop'] = 'עצירה של בחינת הכללים'; |
| | |
| | | $labels['flaganswered'] = 'נענה'; |
| | | $labels['flagflagged'] = 'סומן בדגל'; |
| | | $labels['flagdraft'] = 'טיוטה'; |
| | | $labels['setvariable'] = 'הגדרת משתנה'; |
| | | $labels['setvarname'] = 'שם המשתנה:'; |
| | | $labels['setvarvalue'] = 'ערך המשתנה:'; |
| | | $labels['setvarmodifiers'] = 'גורם משנה:'; |
| | | $labels['varlower'] = 'אותיות קטנות'; |
| | | $labels['varupper'] = 'אותיות גדולות'; |
| | | $labels['varlowerfirst'] = 'התו הראשון אות קטנה'; |
| | | $labels['varupperfirst'] = 'התו הראשון אות גדולה'; |
| | | $labels['varquotewildcard'] = 'תו מיוחד יש לשים בין מרכאות'; |
| | | $labels['varlength'] = 'אורך'; |
| | | $labels['notify'] = 'משלוח התראה'; |
| | | $labels['notifyaddress'] = 'אל כתובת דו"אל:'; |
| | | $labels['notifybody'] = 'גוף ההתראה:'; |
| | | $labels['notifysubject'] = 'נושא ההתראה:'; |
| | | $labels['notifyfrom'] = 'שולח ההתראה:'; |
| | | $labels['notifyimportance'] = 'חשיובת:'; |
| | | $labels['notifyimportancelow'] = 'נמוכה'; |
| | | $labels['notifyimportancenormal'] = 'רגילה'; |
| | | $labels['notifyimportancehigh'] = 'גבוהה'; |
| | | $labels['filtercreate'] = 'יצירת מסנן'; |
| | | $labels['usedata'] = 'שימוש במידע שלהלן ליצירת המסנן:'; |
| | | $labels['nextstep'] = 'הצעד הבא'; |
| | |
| | | $labels['octet'] = 'strict (octet)'; |
| | | $labels['asciicasemap'] = 'case insensitive (ascii-casemap)'; |
| | | $labels['asciinumeric'] = 'numeric (ascii-numeric)'; |
| | | $labels['filterunknownerror'] = 'שגיאת שרת בלתי מוכרת.'; |
| | | $labels['filterconnerror'] = 'לא ניתן להתחבר לשרת.'; |
| | | $labels['filterdeleteerror'] = 'לא ניתן למחוק את המסנן. אירעה שגיאה בצד השרת.'; |
| | | $labels['filterdeleted'] = 'המסנן נמחק בהצלחה.'; |
| | | $labels['filtersaved'] = 'המסנן נשמר בהצלחה.'; |
| | | $labels['filtersaveerror'] = 'לא ניתן לשמור את המסנן. אירעה שגיאה בצד השרת.'; |
| | | $labels['filterdeleteconfirm'] = 'האם אכן ברצונך למחוק את המסנן הנבחר?'; |
| | | $labels['ruledeleteconfirm'] = 'האם אכן ברצונך למחוק את הכלל הנבחר?'; |
| | | $labels['actiondeleteconfirm'] = 'האם אכן ברצונך למחוק את הפעולה הנבחרת?'; |
| | | $labels['forbiddenchars'] = 'תווים אסורים בשדה.'; |
| | | $labels['cannotbeempty'] = 'השדה לא יכול להישאר ריק.'; |
| | | $labels['ruleexist'] = 'כבר קיים מסנן בשם כזה.'; |
| | | $labels['setactivateerror'] = 'לא ניתן להפעיל את ערכת המסננים הנבחרת. אירעה שגיאה בצד השרת.'; |
| | | $labels['setdeactivateerror'] = 'לא ניתן לנטרל את ערכת המסננים הנבחרת. אירעה שגיאה בצד השרת.'; |
| | | $labels['setdeleteerror'] = 'לא ניתן למחוק את ערכת המסננים הנבחרת. אירעה שגיאה בצד השרת.'; |
| | | $labels['setactivated'] = 'ערכת המסננים הופעלה בהצלחה.'; |
| | | $labels['setdeactivated'] = 'ערכת המסננים נוטרלה בהצלחה.'; |
| | | $labels['setdeleted'] = 'ערכת המסננים נמחקה בהצלחה.'; |
| | | $labels['setdeleteconfirm'] = 'האם אכן ברצונך למחוק את ערכת המסננים הנבחרת?'; |
| | | $labels['setcreateerror'] = 'לא ניתן ליצור ערכת מסננים. אירעה שגיאה בצד השרת.'; |
| | | $labels['setcreated'] = 'ערכת המסננים נוצרה בהצלחה.'; |
| | | $labels['activateerror'] = 'לא ניתן להפעיל את המסננים הנבחרים. אירעה שגיאה בצד השרת.'; |
| | | $labels['deactivateerror'] = 'לא ניתן לנטרל את המסננים הנבחרים. אירעה שגיאה בצד השרת.'; |
| | | $labels['activated'] = 'המסננים נוטרלו בהצלחה.'; |
| | | $labels['deactivated'] = 'המסננים הופעלו בהצלחה.'; |
| | | $labels['moved'] = 'המסנן הועבר בהצלחה.'; |
| | | $labels['moveerror'] = 'לא ניתן להעביר את המסנן הנבחר. אירעה שגיאה בצד השרת.'; |
| | | $labels['nametoolong'] = 'השם ארוך מדי.'; |
| | | $labels['namereserved'] = 'השם הזה שמור.'; |
| | | $labels['setexist'] = 'הערכה כבר קיימת.'; |
| | | $labels['nodata'] = 'חובה לבחור במיקום אחד לפחות!'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = 'שגיאת שרת בלתי מוכרת.'; |
| | | $messages['filterconnerror'] = 'לא ניתן להתחבר לשרת.'; |
| | | $messages['filterdeleteerror'] = 'לא ניתן למחוק את המסנן. אירעה שגיאה בצד השרת.'; |
| | | $messages['filterdeleted'] = 'המסנן נמחק בהצלחה.'; |
| | | $messages['filtersaved'] = 'המסנן נשמר בהצלחה.'; |
| | | $messages['filtersaveerror'] = 'לא ניתן לשמור את המסנן. אירעה שגיאה בצד השרת.'; |
| | | $messages['filterdeleteconfirm'] = 'האם אכן ברצונך למחוק את המסנן הנבחר?'; |
| | | $messages['ruledeleteconfirm'] = 'האם אכן ברצונך למחוק את הכלל הנבחר?'; |
| | | $messages['actiondeleteconfirm'] = 'האם אכן ברצונך למחוק את הפעולה הנבחרת?'; |
| | | $messages['forbiddenchars'] = 'תווים אסורים בשדה.'; |
| | | $messages['cannotbeempty'] = 'השדה לא יכול להישאר ריק.'; |
| | | $messages['ruleexist'] = 'כבר קיים מסנן בשם כזה.'; |
| | | $messages['setactivateerror'] = 'לא ניתן להפעיל את ערכת המסננים הנבחרת. אירעה שגיאה בצד השרת.'; |
| | | $messages['setdeactivateerror'] = 'לא ניתן לנטרל את ערכת המסננים הנבחרת. אירעה שגיאה בצד השרת.'; |
| | | $messages['setdeleteerror'] = 'לא ניתן למחוק את ערכת המסננים הנבחרת. אירעה שגיאה בצד השרת.'; |
| | | $messages['setactivated'] = 'ערכת המסננים הופעלה בהצלחה.'; |
| | | $messages['setdeactivated'] = 'ערכת המסננים נוטרלה בהצלחה.'; |
| | | $messages['setdeleted'] = 'ערכת המסננים נמחקה בהצלחה.'; |
| | | $messages['setdeleteconfirm'] = 'האם אכן ברצונך למחוק את ערכת המסננים הנבחרת?'; |
| | | $messages['setcreateerror'] = 'לא ניתן ליצור ערכת מסננים. אירעה שגיאה בצד השרת.'; |
| | | $messages['setcreated'] = 'ערכת המסננים נוצרה בהצלחה.'; |
| | | $messages['activateerror'] = 'לא ניתן להפעיל את המסננים הנבחרים. אירעה שגיאה בצד השרת.'; |
| | | $messages['deactivateerror'] = 'לא ניתן לנטרל את המסננים הנבחרים. אירעה שגיאה בצד השרת.'; |
| | | $messages['deactivated'] = 'המסננים הופעלו בהצלחה.'; |
| | | $messages['activated'] = 'המסננים נוטרלו בהצלחה.'; |
| | | $messages['moved'] = 'המסנן הועבר בהצלחה.'; |
| | | $messages['moveerror'] = 'לא ניתן להעביר את המסנן הנבחר. אירעה שגיאה בצד השרת.'; |
| | | $messages['nametoolong'] = 'השם ארוך מדי.'; |
| | | $messages['namereserved'] = 'השם הזה שמור.'; |
| | | $messages['setexist'] = 'הערכה כבר קיימת.'; |
| | | $messages['nodata'] = 'חובה לבחור במיקום אחד לפחות!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/hr_HR/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['filters'] = 'Filteri'; |
| | | $labels['managefilters'] = 'Uredi filtere za pristiglu poštu'; |
| | | $labels['filtername'] = 'Naziv filtera'; |
| | |
| | | $labels['recipient'] = 'Primatelj'; |
| | | $labels['vacationaddresses'] = 'Dodatna lista primatelja (odvojenih zarezom):'; |
| | | $labels['vacationdays'] = 'Koliko često slati poruku (u danima):'; |
| | | $labels['vacationinterval'] = 'How often send messages:'; |
| | | $labels['days'] = 'days'; |
| | | $labels['seconds'] = 'seconds'; |
| | | $labels['vacationreason'] = 'Tijelo poruke (razlog odmora):'; |
| | | $labels['vacationsubject'] = 'Naslov poruke:'; |
| | | $labels['rulestop'] = 'Prekini izvođenje filtera'; |
| | |
| | | $labels['flaganswered'] = 'Odgovorena'; |
| | | $labels['flagflagged'] = 'Označena'; |
| | | $labels['flagdraft'] = 'Predložak'; |
| | | $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'] = 'Stvori filter'; |
| | | $labels['usedata'] = 'Koristi podatke za filter:'; |
| | | $labels['nextstep'] = 'Idući korak'; |
| | |
| | | $labels['octet'] = 'strogo (oktet)'; |
| | | $labels['asciicasemap'] = 'neosjetljivo na veličinu slova (ascii-casemap)'; |
| | | $labels['asciinumeric'] = 'numerički (ascii-numeric)'; |
| | | $labels['filterunknownerror'] = 'Nepoznata greška na poslužitelju'; |
| | | $labels['filterconnerror'] = 'Nemoguće spajanje na poslužitelj (managesieve)'; |
| | | $labels['filterdeleteerror'] = 'Nemoguće brisanje filtera. Greška na poslužitelju'; |
| | | $labels['filterdeleted'] = 'Filter je uspješno obrisan'; |
| | | $labels['filtersaved'] = 'Filter je uspješno spremljen'; |
| | | $labels['filtersaveerror'] = 'Nemoguće spremiti filter. Greška na poslužitelju'; |
| | | $labels['filterdeleteconfirm'] = 'Sigurno želite obrisati odabrani filter?'; |
| | | $labels['ruledeleteconfirm'] = 'Jeste li sigurni da želite obrisati odabrana pravila?'; |
| | | $labels['actiondeleteconfirm'] = 'Jeste li sigurni da želite obrisati odabrane akcije?'; |
| | | $labels['forbiddenchars'] = 'Nedozvoljeni znakovi u polju'; |
| | | $labels['cannotbeempty'] = 'Polje nesmije biti prazno'; |
| | | $labels['ruleexist'] = 'Filter sa zadanim imenom već postoji.'; |
| | | $labels['setactivateerror'] = 'Nemoguće aktivirati odabranu grupu filtera. Greška na poslužitelju'; |
| | | $labels['setdeactivateerror'] = 'Nemoguće deaktivirati odabranu grupu filtera. Greška na poslužitelju'; |
| | | $labels['setdeleteerror'] = 'Nemoguće obrisati odabranu grupu filtera. Greška na poslužitelju'; |
| | | $labels['setactivated'] = 'Grupa filtera je uspješno aktivirana'; |
| | | $labels['setdeactivated'] = 'Grupa filtera je uspješno deaktivirana'; |
| | | $labels['setdeleted'] = 'Grupa filtera je uspješno obrisana'; |
| | | $labels['setdeleteconfirm'] = 'Jeste li sigurni da želite obrisati odabranu grupu filtera?'; |
| | | $labels['setcreateerror'] = 'Nemoguće stvoriti grupu filtera. Greška na poslužitelju'; |
| | | $labels['setcreated'] = 'Grupa filtera je uspješno stvorena'; |
| | | $labels['activateerror'] = 'Nije moguće omogućiti odabrani filter(e). Greška poslužitelja.'; |
| | | $labels['deactivateerror'] = 'Nije moguće onemogučiti odabrane filter(e). Greška poslužitelja.'; |
| | | $labels['activated'] = 'Filter(i) onemogućen(i) uspješno.'; |
| | | $labels['deactivated'] = 'Filter(i) omogućen(i) uspješno.'; |
| | | $labels['moved'] = 'Filter uspješno premješten.'; |
| | | $labels['moveerror'] = 'Nije moguće premjestiti odabrani filter. Greška poslužitelja.'; |
| | | $labels['nametoolong'] = 'Nemoguće napraviti grupu filtera. Naziv je predugačak'; |
| | | $labels['namereserved'] = 'Rezervirano ime.'; |
| | | $labels['setexist'] = 'Skup već postoji.'; |
| | | $labels['nodata'] = 'Barem jedan pozicija mora biti odabrana!'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = 'Nepoznata greška na poslužitelju'; |
| | | $messages['filterconnerror'] = 'Nemoguće spajanje na poslužitelj (managesieve)'; |
| | | $messages['filterdeleteerror'] = 'Nemoguće brisanje filtera. Greška na poslužitelju'; |
| | | $messages['filterdeleted'] = 'Filter je uspješno obrisan'; |
| | | $messages['filtersaved'] = 'Filter je uspješno spremljen'; |
| | | $messages['filtersaveerror'] = 'Nemoguće spremiti filter. Greška na poslužitelju'; |
| | | $messages['filterdeleteconfirm'] = 'Sigurno želite obrisati odabrani filter?'; |
| | | $messages['ruledeleteconfirm'] = 'Jeste li sigurni da želite obrisati odabrana pravila?'; |
| | | $messages['actiondeleteconfirm'] = 'Jeste li sigurni da želite obrisati odabrane akcije?'; |
| | | $messages['forbiddenchars'] = 'Nedozvoljeni znakovi u polju'; |
| | | $messages['cannotbeempty'] = 'Polje nesmije biti prazno'; |
| | | $messages['ruleexist'] = 'Filter sa zadanim imenom već postoji.'; |
| | | $messages['setactivateerror'] = 'Nemoguće aktivirati odabranu grupu filtera. Greška na poslužitelju'; |
| | | $messages['setdeactivateerror'] = 'Nemoguće deaktivirati odabranu grupu filtera. Greška na poslužitelju'; |
| | | $messages['setdeleteerror'] = 'Nemoguće obrisati odabranu grupu filtera. Greška na poslužitelju'; |
| | | $messages['setactivated'] = 'Grupa filtera je uspješno aktivirana'; |
| | | $messages['setdeactivated'] = 'Grupa filtera je uspješno deaktivirana'; |
| | | $messages['setdeleted'] = 'Grupa filtera je uspješno obrisana'; |
| | | $messages['setdeleteconfirm'] = 'Jeste li sigurni da želite obrisati odabranu grupu filtera?'; |
| | | $messages['setcreateerror'] = 'Nemoguće stvoriti grupu filtera. Greška na poslužitelju'; |
| | | $messages['setcreated'] = 'Grupa filtera je uspješno stvorena'; |
| | | $messages['activateerror'] = 'Nije moguće omogućiti odabrani filter(e). Greška poslužitelja.'; |
| | | $messages['deactivateerror'] = 'Nije moguće onemogučiti odabrane filter(e). Greška poslužitelja.'; |
| | | $messages['deactivated'] = 'Filter(i) omogućen(i) uspješno.'; |
| | | $messages['activated'] = 'Filter(i) onemogućen(i) uspješno.'; |
| | | $messages['moved'] = 'Filter uspješno premješten.'; |
| | | $messages['moveerror'] = 'Nije moguće premjestiti odabrani filter. Greška poslužitelja.'; |
| | | $messages['nametoolong'] = 'Nemoguće napraviti grupu filtera. Naziv je predugačak'; |
| | | $messages['namereserved'] = 'Rezervirano ime.'; |
| | | $messages['setexist'] = 'Skup već postoji.'; |
| | | $messages['nodata'] = 'Barem jedan pozicija mora biti odabrana!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/hu_HU/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['filters'] = 'Üzenetszűrők'; |
| | | $labels['managefilters'] = 'Bejövő üzenetek szűrői'; |
| | | $labels['filtername'] = 'Szűrő neve'; |
| | |
| | | $labels['recipient'] = 'Címzett'; |
| | | $labels['vacationaddresses'] = 'További címzettek (vesszővel elválasztva):'; |
| | | $labels['vacationdays'] = 'Válaszüzenet küldése ennyi naponként:'; |
| | | $labels['vacationinterval'] = 'How often send messages:'; |
| | | $labels['days'] = 'days'; |
| | | $labels['seconds'] = 'seconds'; |
| | | $labels['vacationreason'] = 'Levél szövege (automatikus válasz):'; |
| | | $labels['vacationsubject'] = 'Üzenet tárgya:'; |
| | | $labels['rulestop'] = 'Műveletek végrehajtásának befejezése'; |
| | |
| | | $labels['flaganswered'] = 'Megválaszolt'; |
| | | $labels['flagflagged'] = 'Megjelölt'; |
| | | $labels['flagdraft'] = 'Vázlat'; |
| | | $labels['setvariable'] = 'Változó beállítása'; |
| | | $labels['setvarname'] = 'Változó neve:'; |
| | | $labels['setvarvalue'] = 'Változó értéke:'; |
| | | $labels['setvarmodifiers'] = 'Módosítók'; |
| | | $labels['varlower'] = 'kisbetű'; |
| | | $labels['varupper'] = 'nagybetű'; |
| | | $labels['varlowerfirst'] = 'első karakter kisbetű'; |
| | | $labels['varupperfirst'] = 'első karakter nagybetű'; |
| | | $labels['varquotewildcard'] = 'speciális karakterek idézése'; |
| | | $labels['varlength'] = 'hossz'; |
| | | $labels['notify'] = 'Értesítés küldése'; |
| | | $labels['notifyaddress'] = 'Címzett e-mail címe:'; |
| | | $labels['notifybody'] = 'Értesítés levéltörzse:'; |
| | | $labels['notifysubject'] = 'Értesítés tárgya:'; |
| | | $labels['notifyfrom'] = 'Értesítés feladója:'; |
| | | $labels['notifyimportance'] = 'Fontosság:'; |
| | | $labels['notifyimportancelow'] = 'alacsony'; |
| | | $labels['notifyimportancenormal'] = 'normál'; |
| | | $labels['notifyimportancehigh'] = 'magas'; |
| | | $labels['filtercreate'] = 'Szűrő létrehozása'; |
| | | $labels['usedata'] = 'A következő adatok használata a szűrőben'; |
| | | $labels['nextstep'] = 'Következő lépés'; |
| | |
| | | $labels['octet'] = 'strict (octet)'; |
| | | $labels['asciicasemap'] = 'kis-nagybetüre nem érzékeny (ascii-casemap)'; |
| | | $labels['asciinumeric'] = 'számszerü (ascii-numeric)'; |
| | | $labels['filterunknownerror'] = 'Ismeretlen szerverhiba'; |
| | | $labels['filterconnerror'] = 'Nem tudok a szűrőszerverhez kapcsolódni'; |
| | | $labels['filterdeleteerror'] = 'A szűrőt nem lehet törölni, szerverhiba történt'; |
| | | $labels['filterdeleted'] = 'A szűrő törlése sikeres'; |
| | | $labels['filtersaved'] = 'A szűrő mentése sikeres'; |
| | | $labels['filtersaveerror'] = 'A szűrő mentése sikertelen, szerverhiba történt'; |
| | | $labels['filterdeleteconfirm'] = 'Biztosan törli ezt a szűrőt?'; |
| | | $labels['ruledeleteconfirm'] = 'Biztosan törli ezt a szabályt?'; |
| | | $labels['actiondeleteconfirm'] = 'Biztosan törli ezt a műveletet?'; |
| | | $labels['forbiddenchars'] = 'Érvénytelen karakter a mezőben'; |
| | | $labels['cannotbeempty'] = 'A mező nem lehet üres'; |
| | | $labels['ruleexist'] = 'Már van ilyen névvel elmentett szűrő.'; |
| | | $labels['setactivateerror'] = 'A kiválasztott szűrő készletet nem sikerült engedélyezni. Szerver hiba történt.'; |
| | | $labels['setdeactivateerror'] = 'A kiválasztott szűrő készletet nem sikerült tiltani. Szerver hiba történt.'; |
| | | $labels['setdeleteerror'] = 'Nem sikerült a kiválasztott szűrő készletet törölni. Szerver hiba történt.'; |
| | | $labels['setactivated'] = 'A filter készlet engedélyezése sikeresen végrehajtódott.'; |
| | | $labels['setdeactivated'] = 'A filter készlet tiltása sikeresen végrehajtódott.'; |
| | | $labels['setdeleted'] = 'A filter készlet törlése sikeresen végrehajtódott.'; |
| | | $labels['setdeleteconfirm'] = 'Biztosan törölni szeretnéd a kiválasztott szűrő készleteket?'; |
| | | $labels['setcreateerror'] = 'Nem sikerült létrehozni a szűrő készletet. Szerver hiba történt.'; |
| | | $labels['setcreated'] = 'A szűrő készlet sikeresen létrejött.'; |
| | | $labels['activateerror'] = 'Nem sikerült engedélyezni a kiválasztott szűrö(k)et. Szerver hiba történt.'; |
| | | $labels['deactivateerror'] = 'Nem sikerült kikapcsolni a kiválasztott szűrő(ke)t. Szerver hiba történt.'; |
| | | $labels['activated'] = 'Szűrő(k) sikeresen kikapcsolva.'; |
| | | $labels['deactivated'] = 'Szűrő(k) sikeresen bekapcsolva.'; |
| | | $labels['moved'] = 'A szűrő sikeresen áthelyezve.'; |
| | | $labels['moveerror'] = 'Az áthelyezés nem sikerült. Szerver hiba történt.'; |
| | | $labels['nametoolong'] = 'Túll hosszu név'; |
| | | $labels['namereserved'] = 'Nem használható (foglalt) név-'; |
| | | $labels['setexist'] = 'A készlet már létezik.'; |
| | | $labels['nodata'] = 'Legalább egyet ki kell választani.'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = 'Ismeretlen szerverhiba'; |
| | | $messages['filterconnerror'] = 'Nem tudok a szűrőszerverhez kapcsolódni'; |
| | | $messages['filterdeleteerror'] = 'A szűrőt nem lehet törölni, szerverhiba történt'; |
| | | $messages['filterdeleted'] = 'A szűrő törlése sikeres'; |
| | | $messages['filtersaved'] = 'A szűrő mentése sikeres'; |
| | | $messages['filtersaveerror'] = 'A szűrő mentése sikertelen, szerverhiba történt'; |
| | | $messages['filterdeleteconfirm'] = 'Biztosan törli ezt a szűrőt?'; |
| | | $messages['ruledeleteconfirm'] = 'Biztosan törli ezt a szabályt?'; |
| | | $messages['actiondeleteconfirm'] = 'Biztosan törli ezt a műveletet?'; |
| | | $messages['forbiddenchars'] = 'Érvénytelen karakter a mezőben'; |
| | | $messages['cannotbeempty'] = 'A mező nem lehet üres'; |
| | | $messages['ruleexist'] = 'Már van ilyen névvel elmentett szűrő.'; |
| | | $messages['setactivateerror'] = 'A kiválasztott szűrő készletet nem sikerült engedélyezni. Szerver hiba történt.'; |
| | | $messages['setdeactivateerror'] = 'A kiválasztott szűrő készletet nem sikerült tiltani. Szerver hiba történt.'; |
| | | $messages['setdeleteerror'] = 'Nem sikerült a kiválasztott szűrő készletet törölni. Szerver hiba történt.'; |
| | | $messages['setactivated'] = 'A filter készlet engedélyezése sikeresen végrehajtódott.'; |
| | | $messages['setdeactivated'] = 'A filter készlet tiltása sikeresen végrehajtódott.'; |
| | | $messages['setdeleted'] = 'A filter készlet törlése sikeresen végrehajtódott.'; |
| | | $messages['setdeleteconfirm'] = 'Biztosan törölni szeretnéd a kiválasztott szűrő készleteket?'; |
| | | $messages['setcreateerror'] = 'Nem sikerült létrehozni a szűrő készletet. Szerver hiba történt.'; |
| | | $messages['setcreated'] = 'A szűrő készlet sikeresen létrejött.'; |
| | | $messages['activateerror'] = 'Nem sikerült engedélyezni a kiválasztott szűrö(k)et. Szerver hiba történt.'; |
| | | $messages['deactivateerror'] = 'Nem sikerült kikapcsolni a kiválasztott szűrő(ke)t. Szerver hiba történt.'; |
| | | $messages['deactivated'] = 'Szűrő(k) sikeresen bekapcsolva.'; |
| | | $messages['activated'] = 'Szűrő(k) sikeresen kikapcsolva.'; |
| | | $messages['moved'] = 'A szűrő sikeresen áthelyezve.'; |
| | | $messages['moveerror'] = 'Az áthelyezés nem sikerült. Szerver hiba történt.'; |
| | | $messages['nametoolong'] = 'Túll hosszu név'; |
| | | $messages['namereserved'] = 'Nem használható (foglalt) név-'; |
| | | $messages['setexist'] = 'A készlet már létezik.'; |
| | | $messages['nodata'] = 'Legalább egyet ki kell választani.'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/hy_AM/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Vahan Yerkanian <vahan@yerkanian.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['filters'] = 'Զտիչներ'; |
| | | $labels['managefilters'] = 'Կառավարել ստացվող նամակների զտիչները'; |
| | | $labels['filtername'] = 'Զտիչի անուն'; |
| | |
| | | $labels['recipient'] = 'Ստացող'; |
| | | $labels['vacationaddresses'] = 'Իմ հավելյալ էլփոստի հասցեներ (բաժանված ստորակետներով).'; |
| | | $labels['vacationdays'] = 'Ինչ հաճախությամբ ուղարկել հաղորդագրությունները (օրեր)`'; |
| | | $labels['vacationinterval'] = 'How often send messages:'; |
| | | $labels['days'] = 'days'; |
| | | $labels['seconds'] = 'seconds'; |
| | | $labels['vacationreason'] = 'Հաղորդագրության բովանդակություն (արձակուրդի պատճառ)`'; |
| | | $labels['vacationsubject'] = 'Հաղորդագրության վերնագիր`'; |
| | | $labels['rulestop'] = 'Դադարել պայմանների ստուգումը'; |
| | |
| | | $labels['flaganswered'] = 'Պատասխանված'; |
| | | $labels['flagflagged'] = 'Նշված'; |
| | | $labels['flagdraft'] = 'Սևագիր'; |
| | | $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'] = 'Ստեղծել զտիչ'; |
| | | $labels['usedata'] = 'Զտիչում օգտագործել հետևյալ տեղեկությունը.'; |
| | | $labels['nextstep'] = 'Հաջորդ քայլ'; |
| | |
| | | $labels['octet'] = 'անփոփոխ (օկտետ)'; |
| | | $labels['asciicasemap'] = 'case insensitive (ascii-casemap)'; |
| | | $labels['asciinumeric'] = 'numeric (ascii-numeric)'; |
| | | $labels['filterunknownerror'] = 'Սերվերի անհայտ սխալ'; |
| | | $labels['filterconnerror'] = 'Սերվերի հետ կապի խնդիր։'; |
| | | $labels['filterdeleteerror'] = 'Սերվերի սխալ, զտիչի ջնջումն ձախողվեց։'; |
| | | $labels['filterdeleted'] = 'Զտիչը ջնջվեց։'; |
| | | $labels['filtersaved'] = 'Զտիչը պահպանվեց։'; |
| | | $labels['filtersaveerror'] = 'Սերվերի սխալ, զտիչի պահպանման սխալ։'; |
| | | $labels['filterdeleteconfirm'] = 'Դուք իսկապե՞ս ցանկանում եք ջնջել նշված զտիչը։'; |
| | | $labels['ruledeleteconfirm'] = 'Դուք իսկապե՞ս ցանկանում եք ջնջել նշված պայմանը։'; |
| | | $labels['actiondeleteconfirm'] = 'Դուք իսկապե՞ս ցանկանում եք ջնջել նշված գործողությունը։'; |
| | | $labels['forbiddenchars'] = 'Դաշտում առկա են արգելված նիշեր։'; |
| | | $labels['cannotbeempty'] = 'Դաշտը դատարկ չի կարող լինել։'; |
| | | $labels['ruleexist'] = 'Տրված անունով զտիչ արդեն գոյություն ունի։'; |
| | | $labels['setactivateerror'] = 'Սերվերի սխալ։ Նշված զտիչների համալիրի միացման ձախողում։'; |
| | | $labels['setdeactivateerror'] = 'Սերվերի սխալ։ Նշված զտիչների համալիրի անջատման ձախողում։'; |
| | | $labels['setdeleteerror'] = 'Սերվերի սխալ։ Նշված զտիչների համալիրի ջնջման ձախողում։'; |
| | | $labels['setactivated'] = 'Զտիչների համալիրը միացված է։'; |
| | | $labels['setdeactivated'] = 'Զտիչների համալիրը անջատված է։'; |
| | | $labels['setdeleted'] = 'Զտիչների համալիրը ջնջված է։'; |
| | | $labels['setdeleteconfirm'] = 'Դուք իսկապե՞ս ցանկանում եք ջնջել նշված զտիչների համալիրը։'; |
| | | $labels['setcreateerror'] = 'Սերվերի սխալ։ Զտիչների համալիրի ստեղծումը ձախողվեց։'; |
| | | $labels['setcreated'] = 'Զտիչների համալիրը ստեղծված է։'; |
| | | $labels['activateerror'] = 'Սերվերի սխալ։ Նշված զտիչի միացման ձախողում։'; |
| | | $labels['deactivateerror'] = 'Սերվերի սխալ։ Նշված զտիչի անջատման ձախողում։'; |
| | | $labels['activated'] = 'Զտիչի անջատված է։'; |
| | | $labels['deactivated'] = 'Զտիչի միացված է։'; |
| | | $labels['moved'] = 'Զտիչի տեղափոխված է։'; |
| | | $labels['moveerror'] = 'Սերվերի սխալ։ Նշված զտիչի տեղափոխման ձախողում։'; |
| | | $labels['nametoolong'] = 'Անունը չափազանց երկար է։'; |
| | | $labels['namereserved'] = 'Անթույլատրելի անուն։'; |
| | | $labels['setexist'] = 'Համալիրը արդեն գոյություն ունի։'; |
| | | $labels['nodata'] = 'Պահանջվում է նշել գոնե մեկ դիրք։'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = 'Սերվերի անհայտ սխալ'; |
| | | $messages['filterconnerror'] = 'Սերվերի հետ կապի խնդիր։'; |
| | | $messages['filterdeleteerror'] = 'Սերվերի սխալ, զտիչի ջնջումն ձախողվեց։'; |
| | | $messages['filterdeleted'] = 'Զտիչը ջնջվեց։'; |
| | | $messages['filtersaved'] = 'Զտիչը պահպանվեց։'; |
| | | $messages['filtersaveerror'] = 'Սերվերի սխալ, զտիչի պահպանման սխալ։'; |
| | | $messages['filterdeleteconfirm'] = 'Դուք իսկապե՞ս ցանկանում եք ջնջել նշված զտիչը։'; |
| | | $messages['ruledeleteconfirm'] = 'Դուք իսկապե՞ս ցանկանում եք ջնջել նշված պայմանը։'; |
| | | $messages['actiondeleteconfirm'] = 'Դուք իսկապե՞ս ցանկանում եք ջնջել նշված գործողությունը։'; |
| | | $messages['forbiddenchars'] = 'Դաշտում առկա են արգելված նիշեր։'; |
| | | $messages['cannotbeempty'] = 'Դաշտը դատարկ չի կարող լինել։'; |
| | | $messages['ruleexist'] = 'Տրված անունով զտիչ արդեն գոյություն ունի։'; |
| | | $messages['setactivateerror'] = 'Սերվերի սխալ։ Նշված զտիչների համալիրի միացման ձախողում։'; |
| | | $messages['setdeactivateerror'] = 'Սերվերի սխալ։ Նշված զտիչների համալիրի անջատման ձախողում։'; |
| | | $messages['setdeleteerror'] = 'Սերվերի սխալ։ Նշված զտիչների համալիրի ջնջման ձախողում։'; |
| | | $messages['setactivated'] = 'Զտիչների համալիրը միացված է։'; |
| | | $messages['setdeactivated'] = 'Զտիչների համալիրը անջատված է։'; |
| | | $messages['setdeleted'] = 'Զտիչների համալիրը ջնջված է։'; |
| | | $messages['setdeleteconfirm'] = 'Դուք իսկապե՞ս ցանկանում եք ջնջել նշված զտիչների համալիրը։'; |
| | | $messages['setcreateerror'] = 'Սերվերի սխալ։ Զտիչների համալիրի ստեղծումը ձախողվեց։'; |
| | | $messages['setcreated'] = 'Զտիչների համալիրը ստեղծված է։'; |
| | | $messages['activateerror'] = 'Սերվերի սխալ։ Նշված զտիչի միացման ձախողում։'; |
| | | $messages['deactivateerror'] = 'Սերվերի սխալ։ Նշված զտիչի անջատման ձախողում։'; |
| | | $messages['deactivated'] = 'Զտիչի միացված է։'; |
| | | $messages['activated'] = 'Զտիչի անջատված է։'; |
| | | $messages['moved'] = 'Զտիչի տեղափոխված է։'; |
| | | $messages['moveerror'] = 'Սերվերի սխալ։ Նշված զտիչի տեղափոխման ձախողում։'; |
| | | $messages['nametoolong'] = 'Անունը չափազանց երկար է։'; |
| | | $messages['namereserved'] = 'Անթույլատրելի անուն։'; |
| | | $messages['setexist'] = 'Համալիրը արդեն գոյություն ունի։'; |
| | | $messages['nodata'] = 'Պահանջվում է նշել գոնե մեկ դիրք։'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/ia/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Emilio Sepulveda <emilio@chilemoz.org> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['filters'] = 'Filtros'; |
| | | $labels['managefilters'] = 'Manage incoming mail filters'; |
| | | $labels['filtername'] = 'Filter name'; |
| | | $labels['newfilter'] = 'New filter'; |
| | | $labels['filteradd'] = 'Adder filtro'; |
| | | $labels['filterdel'] = 'Deler filtro'; |
| | | $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['messagesrules'] = 'For incoming mail:'; |
| | | $labels['messagesactions'] = '...execute the following actions:'; |
| | | $labels['add'] = 'Add'; |
| | | $labels['del'] = 'Delete'; |
| | | $labels['sender'] = 'Sender'; |
| | | $labels['recipient'] = 'Recipient'; |
| | | $labels['vacationaddresses'] = 'My additional e-mail addresse(s) (comma-separated):'; |
| | | $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 does not equal'; |
| | | $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 does not equal'; |
| | | $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['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)'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = 'Unknown server error.'; |
| | | $messages['filterconnerror'] = 'Unable to connect to server.'; |
| | | $messages['filterdeleteerror'] = 'Unable to delete filter. Server error occured.'; |
| | | $messages['filterdeleted'] = 'Filter deleted successfully.'; |
| | | $messages['filtersaved'] = 'Filter saved successfully.'; |
| | | $messages['filtersaveerror'] = 'Unable to save filter. Server error occured.'; |
| | | $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 occured.'; |
| | | $messages['setdeactivateerror'] = 'Unable to deactivate selected filters set. Server error occured.'; |
| | | $messages['setdeleteerror'] = 'Unable to delete selected filters set. Server error occured.'; |
| | | $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 occured.'; |
| | | $messages['setcreated'] = 'Filters set created successfully.'; |
| | | $messages['activateerror'] = 'Unable to enable selected filter(s). Server error occured.'; |
| | | $messages['deactivateerror'] = 'Unable to disable selected filter(s). Server error occured.'; |
| | | $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 occured.'; |
| | | $messages['nametoolong'] = 'Name too long.'; |
| | | $messages['namereserved'] = 'Reserved name.'; |
| | | $messages['setexist'] = 'Set already exists.'; |
| | | $messages['nodata'] = 'At least one position must be selected!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/id_ID/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Putu Arya Sabda Wijaya | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['filters'] = 'Filter'; |
| | | $labels['managefilters'] = 'Atur filter email masuk'; |
| | | $labels['filtername'] = 'Nama filter'; |
| | |
| | | $labels['messagereply'] = 'balas dengan pesan'; |
| | | $labels['messagedelete'] = 'Hapus pesan'; |
| | | $labels['messagediscard'] = 'Buang dengan pesan'; |
| | | $labels['messagesrules'] = 'Unutk email masuk:'; |
| | | $labels['messagesactions'] = '...mengeksekusi tindakan berikut'; |
| | | $labels['messagesrules'] = 'Untuk email masuk:'; |
| | | $labels['messagesactions'] = '...lakukan tindakan berikut'; |
| | | $labels['add'] = 'Tambah'; |
| | | $labels['del'] = 'Hapus'; |
| | | $labels['sender'] = 'Pengirim'; |
| | | $labels['recipient'] = 'Penerima'; |
| | | $labels['vacationaddresses'] = 'Alamat email tambahan saya (dipisahkan koma):'; |
| | | $labels['vacationdays'] = 'Seberapa sering mengirim pesan (dalam hari):'; |
| | | $labels['vacationreason'] = 'Badan pesan (alasan liburan):'; |
| | | $labels['vacationinterval'] = 'How often send messages:'; |
| | | $labels['days'] = 'days'; |
| | | $labels['seconds'] = 'seconds'; |
| | | $labels['vacationreason'] = 'Isi pesan (alasan liburan):'; |
| | | $labels['vacationsubject'] = 'Judul pesan:'; |
| | | $labels['rulestop'] = 'Berhenti mengevaluasi aturan'; |
| | | $labels['enable'] = 'Aktifkan/Non-Aktifkan'; |
| | |
| | | $labels['valueislessthanequal'] = 'nilai lebih kecil dari atau sama dengan'; |
| | | $labels['valueequals'] = 'nilai sama dengan'; |
| | | $labels['valuenotequals'] = 'nilai tidak sama dengan'; |
| | | $labels['setflags'] = 'Tandai pesan'; |
| | | $labels['addflags'] = 'Tambah tandai pada pesan'; |
| | | $labels['setflags'] = 'Atur tanda pada pesan'; |
| | | $labels['addflags'] = 'Berikan tanda pada pesan'; |
| | | $labels['removeflags'] = 'Cabut tanda dari pesan'; |
| | | $labels['flagread'] = 'Baca'; |
| | | $labels['flagdeleted'] = 'Terhapus'; |
| | | $labels['flaganswered'] = 'Terjawab'; |
| | | $labels['flagflagged'] = 'Ditandai'; |
| | | $labels['flagdraft'] = 'Konsep'; |
| | | $labels['setvariable'] = 'Set variabel'; |
| | | $labels['setvarname'] = 'Nama variabel:'; |
| | | $labels['setvarvalue'] = 'Nilai variabel'; |
| | | $labels['setvarmodifiers'] = 'Pengubah'; |
| | | $labels['varlower'] = 'huruf kecil'; |
| | | $labels['varupper'] = 'huruf besar'; |
| | | $labels['varlowerfirst'] = 'karakter pertama huruf kecil'; |
| | | $labels['varupperfirst'] = 'karakter pertama huruf besar'; |
| | | $labels['varquotewildcard'] = 'kutip karakter khusus'; |
| | | $labels['varlength'] = 'panjang'; |
| | | $labels['notify'] = 'Kirim pemberitahuan'; |
| | | $labels['notifyaddress'] = 'Ke alamat email:'; |
| | | $labels['notifybody'] = 'Isi pemberitahuan:'; |
| | | $labels['notifysubject'] = 'Judul pemberitahuan'; |
| | | $labels['notifyfrom'] = 'Pengirim pemberitahuan.'; |
| | | $labels['notifyimportance'] = 'Tingkat kepentingan:'; |
| | | $labels['notifyimportancelow'] = 'rendah'; |
| | | $labels['notifyimportancenormal'] = 'normal'; |
| | | $labels['notifyimportancehigh'] = 'tinggi'; |
| | | $labels['filtercreate'] = 'Buat filter'; |
| | | $labels['usedata'] = 'Gunakan data berikut dalam filter:'; |
| | | $labels['nextstep'] = 'Langkah Selanjutnya'; |
| | |
| | | $labels['octet'] = 'ketat (oktet)'; |
| | | $labels['asciicasemap'] = 'case insensitive (ascii-casemap)'; |
| | | $labels['asciinumeric'] = 'numeric (ascii-numeric)'; |
| | | $labels['filterunknownerror'] = 'Galat pada server tak dikenali.'; |
| | | $labels['filterconnerror'] = 'Tidak dapat menyambung ke server.'; |
| | | $labels['filterdeleteerror'] = 'Tidak bisa menghapus penyaringan. Terjadi galat pada server.'; |
| | | $labels['filterdeleted'] = 'Penyaringan berhasil dihapus.'; |
| | | $labels['filtersaved'] = 'Penyaringan berhasil disimpan.'; |
| | | $labels['filtersaveerror'] = 'Tidak bisa menyimpan penyaringan. Terjadi galat pada server.'; |
| | | $labels['filterdeleteconfirm'] = 'Yakin untuk menghapus penyaringan terpilih?'; |
| | | $labels['ruledeleteconfirm'] = 'Yakin untuk menghapus aturan terpilih?'; |
| | | $labels['actiondeleteconfirm'] = 'Yakin untuk menghapus tindakan terpilih?'; |
| | | $labels['forbiddenchars'] = 'Karakter terlarang pada isian.'; |
| | | $labels['cannotbeempty'] = 'Isian tidak bisa kosong.'; |
| | | $labels['ruleexist'] = 'Penyaringan dengan nama tersebut sudah ada.'; |
| | | $labels['setactivateerror'] = 'Tidak bisa menghidupkan kumpulan penyaringan terpilih. Terjadi galat pada server.'; |
| | | $labels['setdeactivateerror'] = 'Tidak bisa mematikan kumpulan penyaringan terpilih. Terjadi galat pada server.'; |
| | | $labels['setdeleteerror'] = 'Tidak bisa menghapus kumpulan penyaringan terpilih. Terjadi galat pada server.'; |
| | | $labels['setactivated'] = 'Kumpulan penyaringan berhasil dihidupkan.'; |
| | | $labels['setdeactivated'] = 'Kumpulan penyaringan berhasil dimatikan.'; |
| | | $labels['setdeleted'] = 'Kumpulan penyaringan berhasil dihapus.'; |
| | | $labels['setdeleteconfirm'] = 'Yakin ingin menghapus kumpulan penyaringan terpilih?'; |
| | | $labels['setcreateerror'] = 'Tidak bisa membuat kumpulan penyaringan. Terjadi galat pada server.'; |
| | | $labels['setcreated'] = 'Kumpulan penyaringan berhasul dibuat.'; |
| | | $labels['activateerror'] = 'Tidak bisa menghidupkan penyaringan terpilih. terjadi galat pada server.'; |
| | | $labels['deactivateerror'] = 'Tidak bisa mematikan penyaringan terpilih. Terjadi galat pada server.'; |
| | | $labels['activated'] = 'Berhasil mematikan penyaringan.'; |
| | | $labels['deactivated'] = 'Berhasil menghidupkan penyaringan.'; |
| | | $labels['moved'] = 'Berhasil memindahkan penyaringan.'; |
| | | $labels['moveerror'] = 'Tidak bisa memindahkan penyaringan terpilih. Terjadi galat pada server.'; |
| | | $labels['nametoolong'] = 'Kepanjangan nama.'; |
| | | $labels['namereserved'] = 'Nama sudah ada.'; |
| | | $labels['setexist'] = 'Kumpulan sudah ada.'; |
| | | $labels['nodata'] = 'Setidaknya satu posisi harus dipilih!'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = 'Error pada server tak dikenali.'; |
| | | $messages['filterconnerror'] = 'Tidak dapat menyambung ke server.'; |
| | | $messages['filterdeleteerror'] = 'Tidak bisa menghapus penyaringan. Terjadi error pada server.'; |
| | | $messages['filterdeleted'] = 'Penyaringan berhasil dihapus.'; |
| | | $messages['filtersaved'] = 'Penyaringan berhasil disimpan.'; |
| | | $messages['filtersaveerror'] = 'Tidak bisa menyimpan penyaringan. Terjadi error pada server.'; |
| | | $messages['filterdeleteconfirm'] = 'Yakin untuk menghapus penyaringan terpilih?'; |
| | | $messages['ruledeleteconfirm'] = 'Yakin untuk menghapus aturan terpilih?'; |
| | | $messages['actiondeleteconfirm'] = 'Yakin untuk menghapus tindakan terpilih?'; |
| | | $messages['forbiddenchars'] = 'Karakter terlarang pada isian.'; |
| | | $messages['cannotbeempty'] = 'Isian tidak bisa kosong.'; |
| | | $messages['ruleexist'] = 'Penyaringan dengan nama tersebut sudah ada.'; |
| | | $messages['setactivateerror'] = 'Tidak bisa menghidupkan kumpulan penyaringan terpilih. Terjadi error pada server.'; |
| | | $messages['setdeactivateerror'] = 'Tidak bisa mematikan kumpulan penyaringan terpilih. Terjadi error pada server.'; |
| | | $messages['setdeleteerror'] = 'Tidak bisa menghapus kumpulan penyaringan terpilih. Terjadi error pada server.'; |
| | | $messages['setactivated'] = 'Kumpulan penyaringan berhasil dihidupkan.'; |
| | | $messages['setdeactivated'] = 'Kumpulan penyaringan berhasil dimatikan.'; |
| | | $messages['setdeleted'] = 'Kumpulan penyaringan berhasil dihapus.'; |
| | | $messages['setdeleteconfirm'] = 'Yakin ingin menghapus kumpulan penyaringan terpilih?'; |
| | | $messages['setcreateerror'] = 'Tidak bisa membuat kumpulan penyaringan. Terjadi galat pada server.'; |
| | | $messages['setcreated'] = 'Kumpulan penyaringan berhasul dibuat.'; |
| | | $messages['activateerror'] = 'Tidak bisa menghidupkan penyaringan terpilih. terjadi galat pada server.'; |
| | | $messages['deactivateerror'] = 'Tidak bisa mematikan penyaringan terpilih. Terjadi galat pada server.'; |
| | | $messages['deactivated'] = 'Berhasil menghidupkan penyaringan.'; |
| | | $messages['activated'] = 'Berhasil mematikan penyaringan.'; |
| | | $messages['moved'] = 'Berhasil memindahkan penyaringan.'; |
| | | $messages['moveerror'] = 'Tidak bisa memindahkan penyaringan terpilih. Terjadi error pada server.'; |
| | | $messages['nametoolong'] = 'Nama terlalu panjang.'; |
| | | $messages['namereserved'] = 'Nama sudah terpesan.'; |
| | | $messages['setexist'] = 'Kumpulan sudah ada.'; |
| | | $messages['nodata'] = 'Setidaknya satu posisi harus dipilih!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/it_IT/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['filters'] = 'Filtri'; |
| | | $labels['managefilters'] = 'Gestione dei filtri per la posta in arrivo'; |
| | | $labels['filtername'] = 'Nome del filtro'; |
| | |
| | | $labels['recipient'] = 'Destinatario'; |
| | | $labels['vacationaddresses'] = 'Lista di indirizzi e-mail di destinatari addizionali (separati da virgola):'; |
| | | $labels['vacationdays'] = 'Ogni quanti giorni ribadire il messaggio allo stesso mittente'; |
| | | $labels['vacationinterval'] = 'How often send messages:'; |
| | | $labels['days'] = 'days'; |
| | | $labels['seconds'] = 'seconds'; |
| | | $labels['vacationreason'] = 'Corpo del messaggio (dettagli relativi all\'assenza):'; |
| | | $labels['vacationsubject'] = 'Oggetto del messaggio'; |
| | | $labels['rulestop'] = 'Non valutare le regole successive'; |
| | |
| | | $labels['flaganswered'] = 'Risposto'; |
| | | $labels['flagflagged'] = 'Contrassegna'; |
| | | $labels['flagdraft'] = 'Bozza'; |
| | | $labels['setvariable'] = 'Imposta variabile'; |
| | | $labels['setvarname'] = 'Nome variabile:'; |
| | | $labels['setvarvalue'] = 'Valore variabile:'; |
| | | $labels['setvarmodifiers'] = 'Modificatori:'; |
| | | $labels['varlower'] = 'minuscole'; |
| | | $labels['varupper'] = 'maiuscole'; |
| | | $labels['varlowerfirst'] = 'primo carattere minuscolo'; |
| | | $labels['varupperfirst'] = 'primo carattere maiuscolo'; |
| | | $labels['varquotewildcard'] = 'caratteri speciali di quoting'; |
| | | $labels['varlength'] = 'lunghezza'; |
| | | $labels['notify'] = 'Invia notifica'; |
| | | $labels['notifyaddress'] = 'All\'indirizzo email:'; |
| | | $labels['notifybody'] = 'Corpo della notifica:'; |
| | | $labels['notifysubject'] = 'Oggetto della notifica:'; |
| | | $labels['notifyfrom'] = 'Mittente della notifica:'; |
| | | $labels['notifyimportance'] = 'Importanza:'; |
| | | $labels['notifyimportancelow'] = 'bassa'; |
| | | $labels['notifyimportancenormal'] = 'normale'; |
| | | $labels['notifyimportancehigh'] = 'alta'; |
| | | $labels['filtercreate'] = 'Crea filtro'; |
| | | $labels['usedata'] = 'utilizza i seguenti dati nel filtro'; |
| | | $labels['nextstep'] = 'passo successivo'; |
| | |
| | | $labels['octet'] = 'strict (octet)'; |
| | | $labels['asciicasemap'] = 'non differenziare maiuscole/minuscole (ascii-casemap)'; |
| | | $labels['asciinumeric'] = 'numerico'; |
| | | $labels['filterunknownerror'] = 'Errore sconosciuto del server'; |
| | | $labels['filterconnerror'] = 'Collegamento al server managesieve fallito'; |
| | | $labels['filterdeleteerror'] = 'Eliminazione del filtro fallita. Si è verificato un errore nel server'; |
| | | $labels['filterdeleted'] = 'Filtro eliminato con successo'; |
| | | $labels['filtersaved'] = 'Filtro salvato con successo'; |
| | | $labels['filtersaveerror'] = 'Salvataggio del filtro fallito. Si è verificato un errore nel server'; |
| | | $labels['filterdeleteconfirm'] = 'Vuoi veramente eliminare il filtro selezionato?'; |
| | | $labels['ruledeleteconfirm'] = 'Sei sicuro di voler eliminare la regola selezionata?'; |
| | | $labels['actiondeleteconfirm'] = 'Sei sicuro di voler eliminare l\'azione selezionata?'; |
| | | $labels['forbiddenchars'] = 'Caratteri non consentiti nel campo'; |
| | | $labels['cannotbeempty'] = 'Il campo non può essere vuoto'; |
| | | $labels['ruleexist'] = 'Esiste già un filtro con questo nome'; |
| | | $labels['setactivateerror'] = 'Impossibile attivare il filtro. Errore del server'; |
| | | $labels['setdeactivateerror'] = 'Impossibile disattivare il filtro. Errore del server'; |
| | | $labels['setdeleteerror'] = 'Impossibile cancellare il filtro. Errore del server'; |
| | | $labels['setactivated'] = 'Filtro attivato'; |
| | | $labels['setdeactivated'] = 'Filtro disattivato'; |
| | | $labels['setdeleted'] = 'Filtro cancellato'; |
| | | $labels['setdeleteconfirm'] = 'Sei sicuro di voler cancellare il gruppo di filtri'; |
| | | $labels['setcreateerror'] = 'Impossibile creare il gruppo. Errore del server'; |
| | | $labels['setcreated'] = 'Gruppo di filtri creato'; |
| | | $labels['activateerror'] = 'impossibile selezionare il filtro (server error)'; |
| | | $labels['deactivateerror'] = 'impossibile disabilitare il filtro (server error)'; |
| | | $labels['activated'] = 'filtro disabilitato'; |
| | | $labels['deactivated'] = 'filtro abilitato'; |
| | | $labels['moved'] = 'filtro spostato'; |
| | | $labels['moveerror'] = 'impossibile spostare il filtro (server error)'; |
| | | $labels['nametoolong'] = 'Impossibile creare il gruppo: Nome troppo lungo'; |
| | | $labels['namereserved'] = 'nome riservato'; |
| | | $labels['setexist'] = 'Il gruppo esiste già'; |
| | | $labels['nodata'] = 'selezionare almeno una posizione'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = 'Errore sconosciuto del server'; |
| | | $messages['filterconnerror'] = 'Collegamento al server managesieve fallito'; |
| | | $messages['filterdeleteerror'] = 'Eliminazione del filtro fallita. Si è verificato un errore nel server'; |
| | | $messages['filterdeleted'] = 'Filtro eliminato con successo'; |
| | | $messages['filtersaved'] = 'Filtro salvato con successo'; |
| | | $messages['filtersaveerror'] = 'Salvataggio del filtro fallito. Si è verificato un errore nel server'; |
| | | $messages['filterdeleteconfirm'] = 'Vuoi veramente eliminare il filtro selezionato?'; |
| | | $messages['ruledeleteconfirm'] = 'Sei sicuro di voler eliminare la regola selezionata?'; |
| | | $messages['actiondeleteconfirm'] = 'Sei sicuro di voler eliminare l\'azione selezionata?'; |
| | | $messages['forbiddenchars'] = 'Caratteri non consentiti nel campo'; |
| | | $messages['cannotbeempty'] = 'Il campo non può essere vuoto'; |
| | | $messages['ruleexist'] = 'Esiste già un filtro con questo nome'; |
| | | $messages['setactivateerror'] = 'Impossibile attivare il filtro. Errore del server'; |
| | | $messages['setdeactivateerror'] = 'Impossibile disattivare il filtro. Errore del server'; |
| | | $messages['setdeleteerror'] = 'Impossibile cancellare il filtro. Errore del server'; |
| | | $messages['setactivated'] = 'Filtro attivato'; |
| | | $messages['setdeactivated'] = 'Filtro disattivato'; |
| | | $messages['setdeleted'] = 'Filtro cancellato'; |
| | | $messages['setdeleteconfirm'] = 'Sei sicuro di voler cancellare il gruppo di filtri'; |
| | | $messages['setcreateerror'] = 'Impossibile creare il gruppo. Errore del server'; |
| | | $messages['setcreated'] = 'Gruppo di filtri creato'; |
| | | $messages['activateerror'] = 'impossibile selezionare il filtro (server error)'; |
| | | $messages['deactivateerror'] = 'impossibile disabilitare il filtro (server error)'; |
| | | $messages['deactivated'] = 'filtro abilitato'; |
| | | $messages['activated'] = 'filtro disabilitato'; |
| | | $messages['moved'] = 'filtro spostato'; |
| | | $messages['moveerror'] = 'impossibile spostare il filtro (server error)'; |
| | | $messages['nametoolong'] = 'Impossibile creare il gruppo: Nome troppo lungo'; |
| | | $messages['namereserved'] = 'nome riservato'; |
| | | $messages['setexist'] = 'Il gruppo esiste già'; |
| | | $messages['nodata'] = 'selezionare almeno una posizione'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/ja_JP/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Takahiro Kambe | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['filters'] = 'フィルター'; |
| | | $labels['managefilters'] = '受信メールのフィルターを管理'; |
| | | $labels['filtername'] = 'フィルター名'; |
| | |
| | | $labels['recipient'] = '宛先'; |
| | | $labels['vacationaddresses'] = '電子メールの宛先の(コンマ区切った)追加のリスト:'; |
| | | $labels['vacationdays'] = 'メッセージを(1日に)送信する頻度:'; |
| | | $labels['vacationinterval'] = 'メッセージを送信する頻度:'; |
| | | $labels['days'] = '日'; |
| | | $labels['seconds'] = '秒'; |
| | | $labels['vacationreason'] = 'メッセージ本体(休暇の理由):'; |
| | | $labels['vacationsubject'] = 'メッセージの件名:'; |
| | | $labels['rulestop'] = 'ルールの評価を停止'; |
| | |
| | | $labels['flaganswered'] = '返信済み'; |
| | | $labels['flagflagged'] = 'フラグ付き'; |
| | | $labels['flagdraft'] = '下書き'; |
| | | $labels['setvariable'] = '変数を設定'; |
| | | $labels['setvarname'] = '変数の名前:'; |
| | | $labels['setvarvalue'] = '変数の値:'; |
| | | $labels['setvarmodifiers'] = '修飾子:'; |
| | | $labels['varlower'] = '小文字'; |
| | | $labels['varupper'] = '大文字'; |
| | | $labels['varlowerfirst'] = '最初の文字を小文字'; |
| | | $labels['varupperfirst'] = '最初の文字を大文字'; |
| | | $labels['varquotewildcard'] = '特殊文字を引用処理'; |
| | | $labels['varlength'] = '長さ'; |
| | | $labels['notify'] = '通知を送信'; |
| | | $labels['notifyaddress'] = '送信先の電子メールアドレス:'; |
| | | $labels['notifybody'] = '通知の本文:'; |
| | | $labels['notifysubject'] = '通知の件名:'; |
| | | $labels['notifyfrom'] = '通知の送信者:'; |
| | | $labels['notifyimportance'] = '重要度:'; |
| | | $labels['notifyimportancelow'] = '低'; |
| | | $labels['notifyimportancenormal'] = '通常'; |
| | | $labels['notifyimportancehigh'] = '高'; |
| | | $labels['filtercreate'] = 'フィルターを作成'; |
| | | $labels['usedata'] = 'フィルターで次のデータを使用'; |
| | | $labels['nextstep'] = '次のステップ'; |
| | |
| | | $labels['octet'] = '厳密(オクテット)'; |
| | | $labels['asciicasemap'] = '大文字小文字を区別しない(ascii-casemap)'; |
| | | $labels['asciinumeric'] = '数値(ascii-numeric)'; |
| | | $labels['filterunknownerror'] = '不明なサーバーのエラーです。'; |
| | | $labels['filterconnerror'] = 'サーバに接続できません。'; |
| | | $labels['filterdeleteerror'] = 'フィルターを削除できませんでした。サーバーでエラーが発生しました。'; |
| | | $labels['filterdeleted'] = 'フィルターを削除しました。'; |
| | | $labels['filtersaved'] = 'フィルターを保存しました。'; |
| | | $labels['filtersaveerror'] = 'フィルターの保存できませんでした。サーバーでエラーが発生しました。'; |
| | | $labels['filterdeleteconfirm'] = '本当に選択したフィルターを削除しますか?'; |
| | | $labels['ruledeleteconfirm'] = '本当に選択したルールを削除しますか?'; |
| | | $labels['actiondeleteconfirm'] = '本当に選択した操作を削除しますか?'; |
| | | $labels['forbiddenchars'] = '項目に禁止している文字が含まれています。'; |
| | | $labels['cannotbeempty'] = '項目は空欄にできません。'; |
| | | $labels['ruleexist'] = '指定した名前のフィルターが既に存在します。'; |
| | | $labels['setactivateerror'] = '選択したフィルターセットを有効にできませんでした。サーバーでエラーが発生しました。'; |
| | | $labels['setdeactivateerror'] = '選択したフィルターセットを無効にできませんでした。サーバーでエラーが発生しました。'; |
| | | $labels['setdeleteerror'] = '選択したフィルターセットを削除できませんでした。サーバーでエラーが発生しました。'; |
| | | $labels['setactivated'] = 'フィルターセットを有効にしました。'; |
| | | $labels['setdeactivated'] = 'フィルターセットを無効にしました。'; |
| | | $labels['setdeleted'] = 'フィルターセットを削除しました。'; |
| | | $labels['setdeleteconfirm'] = '本当に選択したフィルターセットを削除しますか?'; |
| | | $labels['setcreateerror'] = 'フィルターセットを作成できませんでした。サーバーでエラーが発生しました。'; |
| | | $labels['setcreated'] = 'フィルターセットを作成しました。'; |
| | | $labels['activateerror'] = '選択したフィルターを有効にできませんでした。サーバーでエラーが発生しました。'; |
| | | $labels['deactivateerror'] = '選択したフィルターを無効にできませんでした。サーバーでエラーが発生しました。'; |
| | | $labels['activated'] = 'フィルターを無効にしました。'; |
| | | $labels['deactivated'] = 'フィルターを有効にしました。'; |
| | | $labels['moved'] = 'フィルターを移動しました。'; |
| | | $labels['moveerror'] = '選択したフィルターを移動できませんでした。サーバーでエラーが発生しました。'; |
| | | $labels['nametoolong'] = '名前が長すぎます。'; |
| | | $labels['namereserved'] = '予約されている名前です。'; |
| | | $labels['setexist'] = 'フィルターセットが既に存在します。'; |
| | | $labels['nodata'] = '少なくとも1つの場所を選択しなければなりません!'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = '不明なサーバーのエラーです。'; |
| | | $messages['filterconnerror'] = 'サーバに接続できません。'; |
| | | $messages['filterdeleteerror'] = 'フィルターを削除できませんでした。サーバーでエラーが発生しました。'; |
| | | $messages['filterdeleted'] = 'フィルターを削除しました。'; |
| | | $messages['filtersaved'] = 'フィルターを保存しました。'; |
| | | $messages['filtersaveerror'] = 'フィルターの保存できませんでした。サーバーでエラーが発生しました。'; |
| | | $messages['filterdeleteconfirm'] = '本当に選択したフィルターを削除しますか?'; |
| | | $messages['ruledeleteconfirm'] = '本当に選択したルールを削除しますか?'; |
| | | $messages['actiondeleteconfirm'] = '本当に選択した操作を削除しますか?'; |
| | | $messages['forbiddenchars'] = '項目に禁止している文字が含まれています。'; |
| | | $messages['cannotbeempty'] = '項目は空欄にできません。'; |
| | | $messages['ruleexist'] = '指定した名前のフィルターが既に存在します。'; |
| | | $messages['setactivateerror'] = '選択したフィルターセットを有効にできませんでした。サーバーでエラーが発生しました。'; |
| | | $messages['setdeactivateerror'] = '選択したフィルターセットを無効にできませんでした。サーバーでエラーが発生しました。'; |
| | | $messages['setdeleteerror'] = '選択したフィルターセットを削除できませんでした。サーバーでエラーが発生しました。'; |
| | | $messages['setactivated'] = 'フィルターセットを有効にしました。'; |
| | | $messages['setdeactivated'] = 'フィルターセットを無効にしました。'; |
| | | $messages['setdeleted'] = 'フィルターセットを削除しました。'; |
| | | $messages['setdeleteconfirm'] = '本当に選択したフィルターセットを削除しますか?'; |
| | | $messages['setcreateerror'] = 'フィルターセットを作成できませんでした。サーバーでエラーが発生しました。'; |
| | | $messages['setcreated'] = 'フィルターセットを作成しました。'; |
| | | $messages['activateerror'] = '選択したフィルターを有効にできませんでした。サーバーでエラーが発生しました。'; |
| | | $messages['deactivateerror'] = '選択したフィルターを無効にできませんでした。サーバーでエラーが発生しました。'; |
| | | $messages['deactivated'] = 'フィルターを有効にしました。'; |
| | | $messages['activated'] = 'フィルターを無効にしました。'; |
| | | $messages['moved'] = 'フィルターを移動しました。'; |
| | | $messages['moveerror'] = '選択したフィルターを移動できませんでした。サーバーでエラーが発生しました。'; |
| | | $messages['nametoolong'] = '名前が長すぎます。'; |
| | | $messages['namereserved'] = '予約されている名前です。'; |
| | | $messages['setexist'] = 'フィルターセットが既に存在します。'; |
| | | $messages['nodata'] = '少なくとも1つの場所を選択しなければなりません!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/ko_KR/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Kim, Woohyun <woohyun.kim@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['filters'] = '필터'; |
| | | $labels['managefilters'] = '수신 메일 필터 관리'; |
| | | $labels['filtername'] = '필터 이름'; |
| | | $labels['filtername'] = '필터명'; |
| | | $labels['newfilter'] = '새 필터'; |
| | | $labels['filteradd'] = '필터 추가'; |
| | | $labels['filterdel'] = '필터 삭제'; |
| | | $labels['moveup'] = '위로 이동'; |
| | | $labels['movedown'] = '아래로 이동'; |
| | | $labels['filterallof'] = '다음에 오는 규칙들 전부와 일치'; |
| | | $labels['filteranyof'] = '다음에 오는 규칙들 중 어떠한 것 이라도 일치'; |
| | | $labels['filterallof'] = '다음의 모든 규칙과 일치함'; |
| | | $labels['filteranyof'] = '다음 규칙 중 하나라도 일치함'; |
| | | $labels['filterany'] = '모든 메시지'; |
| | | $labels['filtercontains'] = '포함합니다'; |
| | | $labels['filternotcontains'] = '포함하지 않습니다'; |
| | | $labels['filteris'] = '와 같습니다'; |
| | | $labels['filterisnot'] = '와 같지 않습니다'; |
| | | $labels['filterexists'] = '존재합니다'; |
| | | $labels['filternotexists'] = '존재하지 않습니다'; |
| | | $labels['filtermatches'] = '표현식과 일치합니다'; |
| | | $labels['filternotmatches'] = '표현식과 일치하지 않습니다'; |
| | | $labels['filterregex'] = '정규표현식과 일치합니다'; |
| | | $labels['filternotregex'] = '정규 표현식과 일치하지 않습니다'; |
| | | $labels['addrule'] = '규칙 더하기'; |
| | | $labels['filtercontains'] = '다음을 포함함'; |
| | | $labels['filternotcontains'] = '다음을 포함하지 않음'; |
| | | $labels['filteris'] = '다음과 같음'; |
| | | $labels['filterisnot'] = '다음과 같지 않음'; |
| | | $labels['filterexists'] = '다음이 존재함'; |
| | | $labels['filternotexists'] = '다음이 존재하지 않음'; |
| | | $labels['filtermatches'] = '다음 표현식과 일치함'; |
| | | $labels['filternotmatches'] = '다음 표현식과 일치하지 않음'; |
| | | $labels['filterregex'] = '다음 정규 표현식과 일치함'; |
| | | $labels['filternotregex'] = '다음 정규 표현식과 일치하지 않음'; |
| | | $labels['filterunder'] = '다음보다 아래임'; |
| | | $labels['filterover'] = '다음보다 위임'; |
| | | $labels['addrule'] = '규칙 추가'; |
| | | $labels['delrule'] = '규칙 삭제'; |
| | | $labels['messagemoveto'] = '메시지 이동'; |
| | | $labels['messageredirect'] = '메시지를 Redirect'; |
| | | $labels['messagecopyto'] = '메시지를 복사'; |
| | | $labels['messagesendcopy'] = '메시지의 복사본 보내기'; |
| | | $labels['messagereply'] = '메시지에 회신하기'; |
| | | $labels['messagedelete'] = '메시지 삭제'; |
| | | $labels['messagemoveto'] = '메시지를 다음 위치로 이동함'; |
| | | $labels['messageredirect'] = '메시지를 다음 주소로 전송함'; |
| | | $labels['messagecopyto'] = '메시지를 다음 위치로 복사함'; |
| | | $labels['messagesendcopy'] = '메시지의 사본을 다음 위치로 보냄'; |
| | | $labels['messagereply'] = '다음 메시지로 회신'; |
| | | $labels['messagedelete'] = '메시지를 삭제'; |
| | | $labels['messagediscard'] = '다음 메시지와 함께 폐기'; |
| | | $labels['messagesrules'] = '해당 받은 메일:'; |
| | | $labels['messagesactions'] = '...다음 동작을 실행:'; |
| | | $labels['add'] = '추가'; |
| | | $labels['del'] = '삭제'; |
| | | $labels['sender'] = '보낸 사람'; |
| | | $labels['recipient'] = '수신자'; |
| | | $labels['vacationaddresses'] = '나의 추가 e-mail 주소(들) (콤마로 구분 됨):'; |
| | | $labels['sender'] = '발신인'; |
| | | $labels['recipient'] = '수신인'; |
| | | $labels['vacationaddresses'] = '나의 추가 이메일 주소 (쉼표로 구분됨):'; |
| | | $labels['vacationdays'] = '메시지 발신 주기 (일):'; |
| | | $labels['vacationinterval'] = 'How often send messages:'; |
| | | $labels['days'] = 'days'; |
| | | $labels['seconds'] = 'seconds'; |
| | | $labels['vacationreason'] = '메시지 본문 (휴가 사유):'; |
| | | $labels['vacationsubject'] = '메시지 제목:'; |
| | | $labels['rulestop'] = '규칙의 실행을 멈춤'; |
| | | $labels['enable'] = '사용/사용안함'; |
| | | $labels['filterset'] = '필터 묶음'; |
| | | $labels['filtersets'] = '필터 묶음'; |
| | | $labels['filtersetadd'] = '필터 묶음 추가'; |
| | | $labels['filtersetdel'] = '현재 필터 묶음을 삭제'; |
| | | $labels['rulestop'] = '규칙 평가를 중단'; |
| | | $labels['enable'] = '활성화/비활성화'; |
| | | $labels['filterset'] = '필터 세트'; |
| | | $labels['filtersets'] = '필터 세트'; |
| | | $labels['filtersetadd'] = '필터 세트 추가'; |
| | | $labels['filtersetdel'] = '현재 필터 세트를 삭제'; |
| | | $labels['filtersetact'] = '현재 필터 세트를 활성화'; |
| | | $labels['filtersetdeact'] = '현재 필터 세트를 비활성화'; |
| | | $labels['filterdef'] = '필터 정의'; |
| | | $labels['filtersetname'] = '필터 세트 이름'; |
| | | $labels['newfilterset'] = '새로운 필터 세트'; |
| | | $labels['filtersetname'] = '필터 세트명'; |
| | | $labels['newfilterset'] = '새 필터 세트'; |
| | | $labels['active'] = '활성'; |
| | | $labels['none'] = '없음'; |
| | | $labels['fromset'] = '묶음으로 부터'; |
| | | $labels['fromfile'] = '파일로 부터'; |
| | | $labels['filterdisabled'] = '필터 사용하지 않음'; |
| | | $labels['countisgreaterthan'] = '갯수가 큼'; |
| | | $labels['countisgreaterthanequal'] = '갯수가 크거나 같음'; |
| | | $labels['countislessthan'] = '갯수가 작음'; |
| | | $labels['countislessthanequal'] = '갯수가 작거나 같음'; |
| | | $labels['countequals'] = '갯수가 같음'; |
| | | $labels['countnotequals'] = '갯수가 같지 않음'; |
| | | $labels['valueisgreaterthan'] = '값이 큼'; |
| | | $labels['valueisgreaterthanequal'] = '값이 크거나 같음'; |
| | | $labels['valueislessthan'] = '값이 작음'; |
| | | $labels['valueislessthanequal'] = '값이 작거나 같음'; |
| | | $labels['valueequals'] = '값이 같음'; |
| | | $labels['valuenotequals'] = '값이 같지 않음'; |
| | | $labels['setflags'] = '메시지에 플래그를 설정'; |
| | | $labels['addflags'] = '메시지에 플래그를 추가'; |
| | | $labels['removeflags'] = '메시지에서 플래그를 제거'; |
| | | $labels['fromset'] = '세트로부터'; |
| | | $labels['fromfile'] = '파일로부터'; |
| | | $labels['filterdisabled'] = '필터가 비활성화됨'; |
| | | $labels['countisgreaterthan'] = '개수가 다음보다 큼'; |
| | | $labels['countisgreaterthanequal'] = '개수가 다음보다 크거나 같음'; |
| | | $labels['countislessthan'] = '개수가 다음보다 작음'; |
| | | $labels['countislessthanequal'] = '개수가 작거나 같음'; |
| | | $labels['countequals'] = '개수가 다음과 같음'; |
| | | $labels['countnotequals'] = '개수가 다음과 같지 않음'; |
| | | $labels['valueisgreaterthan'] = '값이 다음보다 큼'; |
| | | $labels['valueisgreaterthanequal'] = '값이 다음보다 크거나 같음'; |
| | | $labels['valueislessthan'] = '값이 다음보다 작음'; |
| | | $labels['valueislessthanequal'] = '값이 다음보다 작거나 같음'; |
| | | $labels['valueequals'] = '값이 다음과 같음'; |
| | | $labels['valuenotequals'] = '값이 다음과 같지 않음'; |
| | | $labels['setflags'] = '메시지에 깃발을 설정'; |
| | | $labels['addflags'] = '메시지에 깃발을 추가'; |
| | | $labels['removeflags'] = '메시지에서 깃발을 제거'; |
| | | $labels['flagread'] = '읽음'; |
| | | $labels['flagdeleted'] = '삭제됨'; |
| | | $labels['flaganswered'] = '응답함'; |
| | | $labels['flagflagged'] = '표시함'; |
| | | $labels['flagflagged'] = '깃발을 추가함'; |
| | | $labels['flagdraft'] = '임시 보관함'; |
| | | $labels['setvariable'] = '변수 설정'; |
| | | $labels['setvarname'] = '변수명:'; |
| | | $labels['setvarvalue'] = '변수 값:'; |
| | | $labels['setvarmodifiers'] = '수식자:'; |
| | | $labels['varlower'] = '소문자'; |
| | | $labels['varupper'] = '대문자'; |
| | | $labels['varlowerfirst'] = '첫 문자를 소문자로'; |
| | | $labels['varupperfirst'] = '첫 문자를 대문자로'; |
| | | $labels['varquotewildcard'] = '특수 기호를 인용'; |
| | | $labels['varlength'] = '길이'; |
| | | $labels['notify'] = '알림 메시지 보내기'; |
| | | $labels['notifyaddress'] = '대상 이메일 주소:'; |
| | | $labels['notifybody'] = '알림 메시지 본문:'; |
| | | $labels['notifysubject'] = '알림 메시지 제목:'; |
| | | $labels['notifyfrom'] = '알림 메시지 발신인:'; |
| | | $labels['notifyimportance'] = '중요도:'; |
| | | $labels['notifyimportancelow'] = '낮음'; |
| | | $labels['notifyimportancenormal'] = '보통'; |
| | | $labels['notifyimportancehigh'] = '높음'; |
| | | $labels['filtercreate'] = '필터 생성'; |
| | | $labels['usedata'] = '필터에서 다음에 오는 데이터를 사용'; |
| | | $labels['usedata'] = '필터에서 다음 데이터를 사용:'; |
| | | $labels['nextstep'] = '다음 단계'; |
| | | $labels['...'] = '...'; |
| | | $labels['advancedopts'] = '상세 설정'; |
| | | $labels['advancedopts'] = '고급 설정'; |
| | | $labels['body'] = '본문'; |
| | | $labels['address'] = '주소'; |
| | | $labels['envelope'] = '봉투'; |
| | | $labels['modifier'] = '수식자:'; |
| | | $labels['text'] = '텍스트'; |
| | | $labels['undecoded'] = '암호화되지 않음 (원상태)'; |
| | | $labels['contenttype'] = '내용 유형'; |
| | | $labels['modtype'] = '유형:'; |
| | | $labels['allparts'] = '모두'; |
| | | $labels['domain'] = '도메인'; |
| | | $labels['localpart'] = '로컬 부분'; |
| | | $labels['user'] = '사용자'; |
| | | $labels['default'] = '기본값'; |
| | | $labels['filterunknownerror'] = '알수 없는 서버 에러.'; |
| | | $labels['filterconnerror'] = '서버에 연결할 수 없습니다.'; |
| | | $labels['filterdeleteerror'] = '필터를 삭제할 수 없습니다. 서버 에러 발생 함.'; |
| | | $labels['filterdeleted'] = '필터를 성공적으로 삭제 함.'; |
| | | $labels['filtersaved'] = '필터를 성공적으로 저장 함.'; |
| | | $labels['filtersaveerror'] = '필터를 저장할 수 없음. 서버 에러 발생 함.'; |
| | | $labels['filterdeleteconfirm'] = '정말로 선택한 필터의 삭제를 원하십니까?'; |
| | | $labels['ruledeleteconfirm'] = '선택한 규칙을 삭제하고자 하는 것이 확실합니까?'; |
| | | $labels['actiondeleteconfirm'] = '선택한 동작을 삭제하고자 하는 것이 확실합니까?'; |
| | | $labels['forbiddenchars'] = '필드에 금지된 문자가 있음.'; |
| | | $labels['cannotbeempty'] = '필드는 비어있을 수 없음.'; |
| | | $labels['ruleexist'] = '지정한 이름의 필터가 이미 존재 함.'; |
| | | $labels['setactivateerror'] = '선택한 필터 묶음을 활성화 할 수 없음. 서버 에러 발생 함.'; |
| | | $labels['setdeactivateerror'] = '선택한 필터 묶음을 비활성화 할 수 없음. 서버 에러 발생 함.'; |
| | | $labels['setdeleteerror'] = '선택한 필터 묶음을 삭제할 수 없음. 서버 에러 발생 함.'; |
| | | $labels['setactivated'] = '필터 묶음을 성공적으로 활성화 하였음.'; |
| | | $labels['setdeactivated'] = '필터 묶음을 성공적으로 비활성화 하였음.'; |
| | | $labels['setdeleted'] = '필터 묶음을 성공적으로 삭제 함.'; |
| | | $labels['setdeleteconfirm'] = '선택한 필터 묶음을 지우고자 하는 것이 확실합니까?'; |
| | | $labels['setcreateerror'] = '필터 묶음을 생성할 수 없음. 서버 에러 발생 함.'; |
| | | $labels['setcreated'] = '필터 묶음을 성공적으로 생성 함.'; |
| | | $labels['activateerror'] = '선택한 필터(들)을 동작하게 할 수 없음. 서버 에러 발생 함.'; |
| | | $labels['deactivateerror'] = '선택한 필터(들)을 동작하지 않게 할 수 없음. 서버 에러 발생 함.'; |
| | | $labels['activated'] = '필터(들)을 동작하지 않게 하는데 성공하였음.'; |
| | | $labels['deactivated'] = '필터(들)을 동작하게 하는데 성공하였음.'; |
| | | $labels['moved'] = '필터를 이동하는 데 성공하였음.'; |
| | | $labels['moveerror'] = '선택한 필터를 이동할 수 없음. 서버 에러 발생 함.'; |
| | | $labels['nametoolong'] = '이름이 너무 김.'; |
| | | $labels['namereserved'] = '예약된 이름.'; |
| | | $labels['setexist'] = '묶음이 이미 존재 함.'; |
| | | $labels['nodata'] = '적어도 하나의 위치가 선택되어야 함!'; |
| | | $labels['detail'] = '세부사항'; |
| | | $labels['comparator'] = '비교기:'; |
| | | $labels['default'] = '기본'; |
| | | $labels['octet'] = '엄격 (8진수)'; |
| | | $labels['asciicasemap'] = '대/소문자 구분 (ascii-casemap)'; |
| | | $labels['asciinumeric'] = '숫자 (ascii-numeric)'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = '알수 없는 서버 오류.'; |
| | | $messages['filterconnerror'] = '서버에 연결할 수 없음.'; |
| | | $messages['filterdeleteerror'] = '필터를 삭제할 수 없음. 서버 오류가 발생함.'; |
| | | $messages['filterdeleted'] = '필터가 성공적으로 삭제됨.'; |
| | | $messages['filtersaved'] = '필터가 성공적으로 저장됨.'; |
| | | $messages['filtersaveerror'] = '필터를 저장할 수 없음. 서버 오류가 발생함.'; |
| | | $messages['filterdeleteconfirm'] = '정말로 선택한 필터를 삭제하시겠습니까?'; |
| | | $messages['ruledeleteconfirm'] = '정말로 선택한 규칙을 삭제하시겠습니까?'; |
| | | $messages['actiondeleteconfirm'] = '정말로 선택한 동작을 삭제하시겠습니까?'; |
| | | $messages['forbiddenchars'] = '필드에 금지된 문자가 존재함.'; |
| | | $messages['cannotbeempty'] = '필드는 비워둘 수 없음.'; |
| | | $messages['ruleexist'] = '지정한 이름의 필터가 이미 존재함.'; |
| | | $messages['setactivateerror'] = '선택한 필터 세트를 활성화 할 수 없음. 서버 오류가 발생함.'; |
| | | $messages['setdeactivateerror'] = '선택한 필터 세트를 비활성화 할 수 없음. 서버 오류가 발생함.'; |
| | | $messages['setdeleteerror'] = '선택한 필터 세트를 삭제할 수 없음. 서버 오류가 발생함.'; |
| | | $messages['setactivated'] = '필터 세트가 성공적으로 활성화됨.'; |
| | | $messages['setdeactivated'] = '필터 세트가 성공적으로 비활성화됨.'; |
| | | $messages['setdeleted'] = '필터 세트가 성공적으로 삭제됨.'; |
| | | $messages['setdeleteconfirm'] = '정말로 선택한 필터 세트를 삭제하시겠습니까?'; |
| | | $messages['setcreateerror'] = '필터 세트를 생성할 수 없음. 서버 오류가 발생함.'; |
| | | $messages['setcreated'] = '필터 세트가 성공적으로 생성됨.'; |
| | | $messages['activateerror'] = '선택한 필터를 활성화할 수 없음. 서버 오류가 발생함.'; |
| | | $messages['deactivateerror'] = '선택한 필터를 비활성화할 수 없음. 서버 오류가 발생함.'; |
| | | $messages['deactivated'] = '필터가 성공적으로 비활성화됨.'; |
| | | $messages['activated'] = '필터가 성공적으로 활성화됨.'; |
| | | $messages['moved'] = '필터가 성공적으로 이동함.'; |
| | | $messages['moveerror'] = '선택한 필터를 이동할 수 없음. 서버 오류가 발생함.'; |
| | | $messages['nametoolong'] = '이름이 너무 김.'; |
| | | $messages['namereserved'] = '예약된 이름.'; |
| | | $messages['setexist'] = '세트가 이미 존재함.'; |
| | | $messages['nodata'] = '최소 하나의 위치가 선택되어야 합니다!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/lt_LT/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: tomas <tomas@saulessmugis.lt> | |
| | | +-----------------------------------------------------------------------+ |
| | | @version $Id$ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['filters'] = 'Filtrai'; |
| | | $labels['managefilters'] = 'Tvarkyti gaunamų laiškų filtrus'; |
| | | $labels['filtername'] = 'Filtro pavadinimas'; |
| | |
| | | $labels['messagesendcopy'] = 'Nusiųsti laiško kopiją'; |
| | | $labels['messagereply'] = 'Atsakyti laišku'; |
| | | $labels['messagedelete'] = 'Pašalinti laišką'; |
| | | $labels['messagediscard'] = 'Discard with message'; |
| | | $labels['messagesrules'] = 'Gaunamiems laiškams:'; |
| | | $labels['messagesactions'] = '…vykdyti šiuos veiksmus:'; |
| | | $labels['add'] = 'Pridėti'; |
| | |
| | | $labels['recipient'] = 'Gavėjas'; |
| | | $labels['vacationaddresses'] = 'Papildomas gavėjų adresų sąrašas (skirti kableliais):'; |
| | | $labels['vacationdays'] = 'Kaip dažnai išsiųsti laiškus (dienomis):'; |
| | | $labels['vacationinterval'] = 'How often send messages:'; |
| | | $labels['days'] = 'days'; |
| | | $labels['seconds'] = 'seconds'; |
| | | $labels['vacationreason'] = 'Laiško tekstas'; |
| | | $labels['vacationsubject'] = 'Laiško tema:'; |
| | | $labels['rulestop'] = 'Nutraukti taisyklių vykdymą'; |
| | |
| | | $labels['flaganswered'] = 'Atsakytas'; |
| | | $labels['flagflagged'] = 'Pažymėtas gairele'; |
| | | $labels['flagdraft'] = 'Juodraštis'; |
| | | $labels['setvariable'] = 'Nustatyti kintamąjį'; |
| | | $labels['setvarname'] = 'Kintamojo vardas:'; |
| | | $labels['setvarvalue'] = 'Kintamojo vertė:'; |
| | | $labels['setvarmodifiers'] = 'Modifikatoriai:'; |
| | | $labels['varlower'] = 'mažosios raidės'; |
| | | $labels['varupper'] = 'didžiosios raidės'; |
| | | $labels['varlowerfirst'] = 'pirmoji raidė mažoji'; |
| | | $labels['varupperfirst'] = 'pirmoji raidė didžioji'; |
| | | $labels['varquotewildcard'] = 'cituoti specialius simbolius'; |
| | | $labels['varlength'] = 'ilgis'; |
| | | $labels['notify'] = 'Siųsti priminimą'; |
| | | $labels['notifyaddress'] = 'Kam, el. pašto adresas:'; |
| | | $labels['notifybody'] = 'Priminimo tekstas'; |
| | | $labels['notifysubject'] = 'Priminimo pavadinimas'; |
| | | $labels['notifyfrom'] = 'Priminimo siuntėjas'; |
| | | $labels['notifyimportance'] = 'Svarbumas'; |
| | | $labels['notifyimportancelow'] = 'žemas'; |
| | | $labels['notifyimportancenormal'] = 'normalus'; |
| | | $labels['notifyimportancehigh'] = 'aukštas'; |
| | | $labels['filtercreate'] = 'Kurti filtrą'; |
| | | $labels['usedata'] = 'Filtrui naudoti šiuos duomenis:'; |
| | | $labels['nextstep'] = 'Kitas žingsnis'; |
| | |
| | | $labels['asciicasemap'] = 'nepaisantis raidžių registro („ascii-casemap“)'; |
| | | $labels['asciinumeric'] = 'skaitinis („ascii-numeric“)'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = 'Nežinoma serverio klaida.'; |
| | | $messages['filterconnerror'] = 'Neįmanoma užmegzti ryšio su serveriu.'; |
| | | $messages['filterdeleteerror'] = 'Filtro panaikinti neįmanoma. Įvyko serverio klaida.'; |
| | | $messages['filterdeleted'] = 'Filtras panaikintas sėkmingai.'; |
| | | $messages['filtersaved'] = 'Filtras sėkmingai išsaugotas'; |
| | | $messages['filtersaveerror'] = 'Filtro išsaugoti neįmanoma. Įvyko serverio klaida.'; |
| | | $messages['filterdeleteconfirm'] = 'Ar jūs esate įsitikinęs, jog norite panaikinti pasirinktus filtrus(-ą)?'; |
| | | $messages['ruledeleteconfirm'] = 'Ar jūs įsitikinęs, jog norite panaikinti pasirinktą taisyklę?'; |
| | | $messages['actiondeleteconfirm'] = 'Ar jūs įsitikinęs, jog norite panaikinti pasirinktą veiksmą?'; |
| | | $messages['forbiddenchars'] = 'Laukelyje yra draudžiamų simbolių.'; |
| | | $messages['cannotbeempty'] = 'Laukelis negali būti tuščias'; |
| | | $messages['ruleexist'] = 'Filtras tokiu vardu jau yra.'; |
| | | $messages['setactivateerror'] = 'Neįmanoma aktyvuoti pasirinkto filtrų rinkinio. Įvyko serverio klaida.'; |
| | | $messages['setdeactivateerror'] = 'Neįmanoma deaktyvuoti pasirinkto filtrų rinkinio. Įvyko serverio klaida.'; |
| | | $messages['setdeleteerror'] = 'Neįmanoma panaikinti pasirinkto filtrų rinkinio. Įvyko serverio klaida.'; |
| | | $messages['setactivated'] = 'Filtrų rinkinys sėkmingai aktyvuotas.'; |
| | | $messages['setdeactivated'] = 'Filtrų rinkinys sėkmingai deaktyvuotas.'; |
| | | $messages['setdeleted'] = 'Filtrų rinkinys sėkmingai panaikintas.'; |
| | | $messages['setdeleteconfirm'] = 'Ar jūs esate tikri, jog norite panaikinti pasirinktą filtrų rinkinį?'; |
| | | $messages['setcreateerror'] = 'Neįmanoma sukurti filtrų rinkinio. Įvyko serverio klaida.'; |
| | | $messages['setcreated'] = 'Filtrų rinkinys sėkmingai sukurtas.'; |
| | | $messages['activateerror'] = 'Neįmanoma įjungti pasirinktų filtrų(-o). Įvyko serverio klaida.'; |
| | | $messages['deactivateerror'] = 'Neįmanoma išjungti pasirinktų filtrų(-o). Įvyko serverio klaida.'; |
| | | $messages['deactivated'] = 'Filtras(-as) sėkmingai išjungti.'; |
| | | $messages['activated'] = 'Filtras(-as) sėkmingai įjungti.'; |
| | | $messages['moved'] = 'Filtrai perkelti sėkmingai.'; |
| | | $messages['moveerror'] = 'Pasirinkto filtro perkelti neįmanoma. Įvyko serverio klaida.'; |
| | | $messages['nametoolong'] = 'Vardas per ilgas.'; |
| | | $messages['namereserved'] = 'Rezervuotas vardas.'; |
| | | $messages['setexist'] = 'Rinkinys jau yra sukurtas.'; |
| | | $messages['nodata'] = 'At least one position must be selected!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/lv_LV/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Ivars Strazdiņš <Unknown> | |
| | | +-----------------------------------------------------------------------+ |
| | | @version $Id$ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['filters'] = 'Vēstuļu filtri'; |
| | | $labels['managefilters'] = 'Pārvaldīt ienākošo vēstuļu filtrus'; |
| | | $labels['filtername'] = 'Filtra nosaukums'; |
| | |
| | | $labels['recipient'] = 'Saņēmējs'; |
| | | $labels['vacationaddresses'] = 'Ievadiet vienu vai vairākus e-pastu(s), atdalot tos komatu:'; |
| | | $labels['vacationdays'] = 'Cik dienu laikā vienam un tam pašam sūtītājam neatbildēt atkārtoti (piem., 7):'; |
| | | $labels['vacationinterval'] = 'How often send messages:'; |
| | | $labels['days'] = 'days'; |
| | | $labels['seconds'] = 'seconds'; |
| | | $labels['vacationreason'] = 'Atvaļinājuma paziņojuma teksts:'; |
| | | $labels['vacationsubject'] = 'Vēstules tēma:'; |
| | | $labels['rulestop'] = 'Apturēt nosacījumu pārbaudi'; |
| | |
| | | $labels['flaganswered'] = 'Atbildētas'; |
| | | $labels['flagflagged'] = 'Iezīmētās'; |
| | | $labels['flagdraft'] = 'Melnraksts'; |
| | | $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'] = 'Izveidot filtru'; |
| | | $labels['usedata'] = 'Filtrā izmantot sekojošus datus'; |
| | | $labels['nextstep'] = 'Nākamais solis'; |
| | |
| | | $labels['octet'] = 'strikti (oktets)'; |
| | | $labels['asciicasemap'] = 'reģistrnejutīgs (ascii tabula)'; |
| | | $labels['asciinumeric'] = 'skaitļu (ascii skaitļu)'; |
| | | $labels['filterunknownerror'] = 'Nezināma servera kļūda'; |
| | | $labels['filterconnerror'] = 'Neizdevās pieslēgties ManageSieve serverim'; |
| | | $labels['filterdeleteerror'] = 'Neizdevās dzēst filtru. Servera iekšējā kļūda'; |
| | | $labels['filterdeleted'] = 'Filtrs veiksmīgi izdzēsts'; |
| | | $labels['filtersaved'] = 'Filtrs veiksmīgi saglabāts'; |
| | | $labels['filtersaveerror'] = 'Neizdevās saglabāt filtru. Servera iekšējā kļūda'; |
| | | $labels['filterdeleteconfirm'] = 'Vai tiešām vēlaties dzēst atzīmēto filtru?'; |
| | | $labels['ruledeleteconfirm'] = 'Vai tiešām vēlaties dzēst atzīmēto nosacījumu?'; |
| | | $labels['actiondeleteconfirm'] = 'Vai tiešām vēlaties dzēst atzīmēto darbību?'; |
| | | $labels['forbiddenchars'] = 'Lauks satur aizliegtus simbolus'; |
| | | $labels['cannotbeempty'] = 'Lauks nedrīkst būt tukšs'; |
| | | $labels['setactivateerror'] = 'Neizdevās aktivizēt atzīmēto filtru kopu. Servera iekšējā kļūda'; |
| | | $labels['setdeactivateerror'] = 'Neizdevās deaktivizēt atzīmēto filtru kopu. Servera iekšējā kļūda'; |
| | | $labels['setdeleteerror'] = 'Neizdevās izdzēst atzīmēto filtru kopu. Servera iekšējā kļūda'; |
| | | $labels['setactivated'] = 'Filtru kopa veiksmīgi aktivizēta'; |
| | | $labels['setdeactivated'] = 'Filtru kopa veiksmīgi deaktivizēta'; |
| | | $labels['setdeleted'] = 'Filtru kopa veiksmīgi izdzēsta'; |
| | | $labels['setdeleteconfirm'] = 'Vai tiešām vēlaties dzēst atzīmēto filtru kopu?'; |
| | | $labels['setcreateerror'] = 'Neizdevās izveidot filtru kopu. Servera iekšējā kļūda'; |
| | | $labels['setcreated'] = 'Filtru kopa veiksmīgi izveidota'; |
| | | $labels['nametoolong'] = 'Neizdevās izveidot filtru kopu. Pārāk garš kopas nosaukums'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = 'Nezināma servera kļūda'; |
| | | $messages['filterconnerror'] = 'Neizdevās pieslēgties ManageSieve serverim'; |
| | | $messages['filterdeleteerror'] = 'Neizdevās dzēst filtru. Servera iekšējā kļūda'; |
| | | $messages['filterdeleted'] = 'Filtrs veiksmīgi izdzēsts'; |
| | | $messages['filtersaved'] = 'Filtrs veiksmīgi saglabāts'; |
| | | $messages['filtersaveerror'] = 'Neizdevās saglabāt filtru. Servera iekšējā kļūda'; |
| | | $messages['filterdeleteconfirm'] = 'Vai tiešām vēlaties dzēst atzīmēto filtru?'; |
| | | $messages['ruledeleteconfirm'] = 'Vai tiešām vēlaties dzēst atzīmēto nosacījumu?'; |
| | | $messages['actiondeleteconfirm'] = 'Vai tiešām vēlaties dzēst atzīmēto darbību?'; |
| | | $messages['forbiddenchars'] = 'Lauks satur aizliegtus simbolus'; |
| | | $messages['cannotbeempty'] = 'Lauks nedrīkst būt tukšs'; |
| | | $messages['ruleexist'] = 'Filter with specified name already exists.'; |
| | | $messages['setactivateerror'] = 'Neizdevās aktivizēt atzīmēto filtru kopu. Servera iekšējā kļūda'; |
| | | $messages['setdeactivateerror'] = 'Neizdevās deaktivizēt atzīmēto filtru kopu. Servera iekšējā kļūda'; |
| | | $messages['setdeleteerror'] = 'Neizdevās izdzēst atzīmēto filtru kopu. Servera iekšējā kļūda'; |
| | | $messages['setactivated'] = 'Filtru kopa veiksmīgi aktivizēta'; |
| | | $messages['setdeactivated'] = 'Filtru kopa veiksmīgi deaktivizēta'; |
| | | $messages['setdeleted'] = 'Filtru kopa veiksmīgi izdzēsta'; |
| | | $messages['setdeleteconfirm'] = 'Vai tiešām vēlaties dzēst atzīmēto filtru kopu?'; |
| | | $messages['setcreateerror'] = 'Neizdevās izveidot filtru kopu. Servera iekšējā kļūda'; |
| | | $messages['setcreated'] = 'Filtru kopa veiksmīgi izveidota'; |
| | | $messages['activateerror'] = 'Unable to enable selected filter(s). Server error occured.'; |
| | | $messages['deactivateerror'] = 'Unable to disable selected filter(s). Server error occured.'; |
| | | $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 occured.'; |
| | | $messages['nametoolong'] = 'Neizdevās izveidot filtru kopu. Pārāk garš kopas nosaukums'; |
| | | $messages['namereserved'] = 'Reserved name.'; |
| | | $messages['setexist'] = 'Set already exists.'; |
| | | $messages['nodata'] = 'At least one position must be selected!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/ml_IN/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['filters'] = 'അരിപ്പകള്'; |
| | | $labels['managefilters'] = 'അകത്തോട്ടുള്ള ഇമെയില് അരിപ്പകള് ക്രമീകരിക്കുക'; |
| | | $labels['filtername'] = 'അരിപ്പയുടെ പേര്'; |
| | |
| | | $labels['recipient'] = 'സ്വീകര്ത്താവ്'; |
| | | $labels['vacationaddresses'] = 'സ്വീകര്ത്താവിന്റെ ഇമെയില് വിലാസങ്ങളുടെ അധികമുള്ള പട്ടിക (കോമയിട്ട് തിരിച്ച)'; |
| | | $labels['vacationdays'] = 'എത്ര ഭിവസം കൂടുമ്പോള് സന്ദേശം അയക്കണം:'; |
| | | $labels['vacationinterval'] = 'How often send messages:'; |
| | | $labels['days'] = 'days'; |
| | | $labels['seconds'] = 'seconds'; |
| | | $labels['vacationreason'] = 'സന്ദേശത്തിന്റെ ഉള്ളടക്കം (അവധിയുടെ കാരണം):'; |
| | | $labels['vacationsubject'] = 'സന്ദേശത്തിന്റെ വിഷയം:'; |
| | | $labels['rulestop'] = 'നിയമങ്ങള് വിലയിരുത്തുന്നത് നിര്ത്തുക'; |
| | |
| | | $labels['flaganswered'] = 'മറുപടി നല്കിയവ'; |
| | | $labels['flagflagged'] = 'അടയാളപ്പെടുത്തിയവ'; |
| | | $labels['flagdraft'] = 'കരട്'; |
| | | $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'] = 'അരിപ്പ ഉണ്ടാക്കുക'; |
| | | $labels['usedata'] = 'ഈ വിവരങ്ങള് അരിപ്പയില് ഉപയോഗിക്കുക:'; |
| | | $labels['nextstep'] = 'അടുത്ത പടി'; |
| | |
| | | $labels['octet'] = 'കര്ശനം (octet)'; |
| | | $labels['asciicasemap'] = 'വലിയ-ചെറിയക്ഷരങ്ങള് തമ്മില് വ്യത്യാസമില്ലാത്ത (ascii-casemap)'; |
| | | $labels['asciinumeric'] = 'സംഖ്യകള് (ascii-numeric)'; |
| | | $labels['filterunknownerror'] = 'അജ്ഞാതമായ സെര്വ്വര് പിശക്.'; |
| | | $labels['filterconnerror'] = 'സെര്വ്വറുമായി ബന്ധപ്പെടാന് സാധിക്കുന്നില്ല.'; |
| | | $labels['filterdeleteerror'] = 'അരിപ്പ മായ്ക്കാന് സാധിച്ചില്ല. സേവകനില് കുഴപ്പം.'; |
| | | $labels['filterdeleted'] = 'അരിപ്പ വിജകരമായി മായ്ച്ചു.'; |
| | | $labels['filtersaved'] = 'അരിപ്പ വിജകരമായി സൂക്ഷിച്ചു.'; |
| | | $labels['filtersaveerror'] = 'അരിപ്പ സൂക്ഷിക്കാന് സാധിച്ചില്ല. സേവകനില് കുഴപ്പം.'; |
| | | $labels['filterdeleteconfirm'] = 'തെരഞ്ഞെടുത്ത അരിപ്പ നീക്കം ചെയ്യണമെന്ന് ഉറപ്പാണോ?'; |
| | | $labels['ruledeleteconfirm'] = 'തെരഞ്ഞെടുത്ത നിയമം നീക്കം ചെയ്യണമെന്ന് ഉറപ്പാണോ?'; |
| | | $labels['actiondeleteconfirm'] = 'തെരഞ്ഞെടുത്ത പ്രവര്ത്തി നീക്കം ചെയ്യണമെന്ന് ഉറപ്പാണോ?'; |
| | | $labels['forbiddenchars'] = 'ഫില്ഡില് സാധുവല്ലാത്ത അക്ഷരങ്ങള്.'; |
| | | $labels['cannotbeempty'] = 'ഫീല്ഡ് ശൂന്യമാകാന് പാടില്ല.'; |
| | | $labels['ruleexist'] = 'ഈ പേരിലുള്ള അരിപ്പ ഇപ്പോള് തന്നെ ഉണ്ട്.'; |
| | | $labels['setactivateerror'] = 'അരിപ്പയുടെ കൂട്ടത്തെ പ്രവര്ത്തനസജ്ജമാക്കാന് സാധിച്ചില്ല. സേവകനില് കുഴപ്പം.'; |
| | | $labels['setdeactivateerror'] = 'അരിപ്പയുടെ കൂട്ടത്തെ പ്രവര്ത്തനരഹിതമാക്കാന് സാധിച്ചില്ല. സേവകനില് കുഴപ്പം.'; |
| | | $labels['setdeleteerror'] = 'തെരഞ്ഞെടുത്ത അരിപ്പയുടെ കൂട്ടത്തെ മായ്ക്കാന് സാധിച്ചില്ല. സേവകനില് കുഴപ്പം.'; |
| | | $labels['setactivated'] = 'അരിപ്പകളുടെ കൂട്ടത്തെ വിജയകരമായി പ്രവര്ത്തനസജ്ജമാക്കി.'; |
| | | $labels['setdeactivated'] = 'അരിപ്പകളുടെ കൂട്ടത്തെ വിജയകരമായി പ്രവര്ത്തനരഹിതമാക്കി.'; |
| | | $labels['setdeleted'] = 'അരിപ്പകളുടെ കൂട്ടത്തെ വിജയകരമായി മായ്ച്ചു.'; |
| | | $labels['setdeleteconfirm'] = 'തെരഞ്ഞെടുത്ത അരിപ്പകളുടെ കൂട്ടത്തെ നീക്കം ചെയ്യണമെന്ന് ഉറപ്പാണോ?'; |
| | | $labels['setcreateerror'] = 'അരിപ്പയുടെ കൂട്ടത്തെ നിര്മ്മിക്കാന് സാധിച്ചില്ല. സേവകനില് കുഴപ്പം.'; |
| | | $labels['setcreated'] = 'അരിപ്പകളുടെ കൂട്ടത്തെ വിജയകരമായി നിര്മ്മിച്ചു.'; |
| | | $labels['activateerror'] = 'അരിപ്പ (കള്) പ്രവര്ത്തനസജ്ജം ആക്കാന് സാധിച്ചില്ല. സേവകനില് കുഴപ്പം!'; |
| | | $labels['deactivateerror'] = 'അരിപ്പ (കള്) നിര്വീര്യം ആക്കാന് സാധിച്ചില്ല. സേവകനില് കുഴപ്പം!'; |
| | | $labels['activated'] = 'അരിപ്പകള് നിര്വീര്യം ആക്കപ്പെട്ടിരിക്കുന്നു'; |
| | | $labels['deactivated'] = 'അരിപ്പ വിജകരമായി പ്രവര്ത്തനസജ്ജമാക്കി.'; |
| | | $labels['moved'] = 'അരിപ്പ വിജകരമായി മാറ്റി.'; |
| | | $labels['moveerror'] = 'തെരഞ്ഞെടുത്ത അരിപ്പ മാറ്റാന് സാധിച്ചില്ല. സേവകനില് കുഴപ്പം.'; |
| | | $labels['nametoolong'] = 'പേരിന് നീളം കൂടുതല്.'; |
| | | $labels['namereserved'] = 'നീക്കിവെച്ച വാക്ക്.'; |
| | | $labels['setexist'] = 'കൂട്ടം നേരത്തെ തന്നെ ഉണ്ട്.'; |
| | | $labels['nodata'] = 'ഒരു സ്ഥാനമെങ്കിലും തെരഞ്ഞെടുക്കണം!'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = 'അജ്ഞാതമായ സെര്വ്വര് പിശക്.'; |
| | | $messages['filterconnerror'] = 'സെര്വ്വറുമായി ബന്ധപ്പെടാന് സാധിക്കുന്നില്ല.'; |
| | | $messages['filterdeleteerror'] = 'അരിപ്പ മായ്ക്കാന് സാധിച്ചില്ല. സേവകനില് കുഴപ്പം.'; |
| | | $messages['filterdeleted'] = 'അരിപ്പ വിജകരമായി മായ്ച്ചു.'; |
| | | $messages['filtersaved'] = 'അരിപ്പ വിജകരമായി സൂക്ഷിച്ചു.'; |
| | | $messages['filtersaveerror'] = 'അരിപ്പ സൂക്ഷിക്കാന് സാധിച്ചില്ല. സേവകനില് കുഴപ്പം.'; |
| | | $messages['filterdeleteconfirm'] = 'തെരഞ്ഞെടുത്ത അരിപ്പ നീക്കം ചെയ്യണമെന്ന് ഉറപ്പാണോ?'; |
| | | $messages['ruledeleteconfirm'] = 'തെരഞ്ഞെടുത്ത നിയമം നീക്കം ചെയ്യണമെന്ന് ഉറപ്പാണോ?'; |
| | | $messages['actiondeleteconfirm'] = 'തെരഞ്ഞെടുത്ത പ്രവര്ത്തി നീക്കം ചെയ്യണമെന്ന് ഉറപ്പാണോ?'; |
| | | $messages['forbiddenchars'] = 'ഫില്ഡില് സാധുവല്ലാത്ത അക്ഷരങ്ങള്.'; |
| | | $messages['cannotbeempty'] = 'ഫീല്ഡ് ശൂന്യമാകാന് പാടില്ല.'; |
| | | $messages['ruleexist'] = 'ഈ പേരിലുള്ള അരിപ്പ ഇപ്പോള് തന്നെ ഉണ്ട്.'; |
| | | $messages['setactivateerror'] = 'അരിപ്പയുടെ കൂട്ടത്തെ പ്രവര്ത്തനസജ്ജമാക്കാന് സാധിച്ചില്ല. സേവകനില് കുഴപ്പം.'; |
| | | $messages['setdeactivateerror'] = 'അരിപ്പയുടെ കൂട്ടത്തെ പ്രവര്ത്തനരഹിതമാക്കാന് സാധിച്ചില്ല. സേവകനില് കുഴപ്പം.'; |
| | | $messages['setdeleteerror'] = 'തെരഞ്ഞെടുത്ത അരിപ്പയുടെ കൂട്ടത്തെ മായ്ക്കാന് സാധിച്ചില്ല. സേവകനില് കുഴപ്പം.'; |
| | | $messages['setactivated'] = 'അരിപ്പകളുടെ കൂട്ടത്തെ വിജയകരമായി പ്രവര്ത്തനസജ്ജമാക്കി.'; |
| | | $messages['setdeactivated'] = 'അരിപ്പകളുടെ കൂട്ടത്തെ വിജയകരമായി പ്രവര്ത്തനരഹിതമാക്കി.'; |
| | | $messages['setdeleted'] = 'അരിപ്പകളുടെ കൂട്ടത്തെ വിജയകരമായി മായ്ച്ചു.'; |
| | | $messages['setdeleteconfirm'] = 'തെരഞ്ഞെടുത്ത അരിപ്പകളുടെ കൂട്ടത്തെ നീക്കം ചെയ്യണമെന്ന് ഉറപ്പാണോ?'; |
| | | $messages['setcreateerror'] = 'അരിപ്പയുടെ കൂട്ടത്തെ നിര്മ്മിക്കാന് സാധിച്ചില്ല. സേവകനില് കുഴപ്പം.'; |
| | | $messages['setcreated'] = 'അരിപ്പകളുടെ കൂട്ടത്തെ വിജയകരമായി നിര്മ്മിച്ചു.'; |
| | | $messages['activateerror'] = 'അരിപ്പ (കള്) പ്രവര്ത്തനസജ്ജം ആക്കാന് സാധിച്ചില്ല. സേവകനില് കുഴപ്പം!'; |
| | | $messages['deactivateerror'] = 'അരിപ്പ (കള്) നിര്വീര്യം ആക്കാന് സാധിച്ചില്ല. സേവകനില് കുഴപ്പം!'; |
| | | $messages['deactivated'] = 'അരിപ്പ വിജകരമായി പ്രവര്ത്തനസജ്ജമാക്കി.'; |
| | | $messages['activated'] = 'അരിപ്പകള് നിര്വീര്യം ആക്കപ്പെട്ടിരിക്കുന്നു'; |
| | | $messages['moved'] = 'അരിപ്പ വിജകരമായി മാറ്റി.'; |
| | | $messages['moveerror'] = 'തെരഞ്ഞെടുത്ത അരിപ്പ മാറ്റാന് സാധിച്ചില്ല. സേവകനില് കുഴപ്പം.'; |
| | | $messages['nametoolong'] = 'പേരിന് നീളം കൂടുതല്.'; |
| | | $messages['namereserved'] = 'നീക്കിവെച്ച വാക്ക്.'; |
| | | $messages['setexist'] = 'കൂട്ടം നേരത്തെ തന്നെ ഉണ്ട്.'; |
| | | $messages['nodata'] = 'ഒരു സ്ഥാനമെങ്കിലും തെരഞ്ഞെടുക്കണം!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/mr_IN/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Devendra Buddhikot <devendradb@rediffmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | @version $Id$ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['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'] = 'वर हलवा'; |
| | | $labels['movedown'] = 'खाली हलवा'; |
| | | $labels['filterallof'] = 'खालील सर्व नियम जुळत आहेत'; |
| | | $labels['filteranyof'] = 'matching any of the following rules'; |
| | | $labels['filterany'] = 'सर्व संदेश'; |
| | | $labels['filtercontains'] = 'contains'; |
| | | $labels['filternotcontains'] = 'not contains'; |
| | | $labels['filteris'] = 'च्या बरोबर आहे'; |
| | | $labels['filterisnot'] = 'च्या बरोबर नाही'; |
| | | $labels['filterexists'] = 'अस्तित्वात आहे'; |
| | | $labels['filternotexists'] = 'अस्तित्वात नाही'; |
| | | $labels['filtermatches'] = 'matches expression'; |
| | | $labels['filternotmatches'] = 'not matches expression'; |
| | | $labels['filterregex'] = 'matches regular expression'; |
| | | $labels['filternotregex'] = 'not matches regular expression'; |
| | | $labels['filterunder'] = 'खाली'; |
| | | $labels['filterover'] = 'वरती'; |
| | | $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'] = 'संदेश काढून टाका'; |
| | | $labels['messagediscard'] = 'Discard with message'; |
| | | $labels['messagesrules'] = 'For incoming mail:'; |
| | | $labels['messagesactions'] = 'खालील कृती आमलात आणा :'; |
| | | $labels['add'] = 'समावेश करा'; |
| | | $labels['del'] = 'नष्ट करा'; |
| | | $labels['sender'] = 'प्रेषक'; |
| | | $labels['recipient'] = 'Recipient'; |
| | | $labels['vacationaddresses'] = 'My additional e-mail addresse(s) (comma-separated):'; |
| | | $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 does not equal'; |
| | | $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 does not equal'; |
| | | $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['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)'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = 'Unknown server error.'; |
| | | $messages['filterconnerror'] = 'Unable to connect to server.'; |
| | | $messages['filterdeleteerror'] = 'Unable to delete filter. Server error occured.'; |
| | | $messages['filterdeleted'] = 'Filter deleted successfully.'; |
| | | $messages['filtersaved'] = 'Filter saved successfully.'; |
| | | $messages['filtersaveerror'] = 'Unable to save filter. Server error occured.'; |
| | | $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 occured.'; |
| | | $messages['setdeactivateerror'] = 'Unable to deactivate selected filters set. Server error occured.'; |
| | | $messages['setdeleteerror'] = 'Unable to delete selected filters set. Server error occured.'; |
| | | $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 occured.'; |
| | | $messages['setcreated'] = 'Filters set created successfully.'; |
| | | $messages['activateerror'] = 'Unable to enable selected filter(s). Server error occured.'; |
| | | $messages['deactivateerror'] = 'Unable to disable selected filter(s). Server error occured.'; |
| | | $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 occured.'; |
| | | $messages['nametoolong'] = 'Name too long.'; |
| | | $messages['namereserved'] = 'Reserved name.'; |
| | | $messages['setexist'] = 'Set already exists.'; |
| | | $messages['nodata'] = 'At least one position must be selected!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/nb_NO/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Tobias V. Langhoff <spug@thespug.net> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['filters'] = 'Filtre'; |
| | | $labels['managefilters'] = 'Rediger filter for innkommende e-post'; |
| | | $labels['filtername'] = 'Filternavn'; |
| | |
| | | $labels['vacationreason'] = 'Innhold (begrunnelse for fravær)'; |
| | | $labels['vacationsubject'] = 'Meldingsemne:'; |
| | | $labels['rulestop'] = 'Stopp evaluering av regler'; |
| | | $labels['enable'] = 'Aktiver / deaktiver'; |
| | | $labels['enable'] = 'Aktiver/Deaktiver'; |
| | | $labels['filterset'] = 'Filtersett'; |
| | | $labels['filtersets'] = 'Filtersett'; |
| | | $labels['filtersetadd'] = 'Nytt filtersett'; |
| | |
| | | $labels['valueisgreaterthanequal'] = 'verdien er høyere eller lik'; |
| | | $labels['valueislessthan'] = 'verdien er lavere enn'; |
| | | $labels['valueislessthanequal'] = 'verdien er lavere eller lik'; |
| | | $labels['valueequals'] = 'verdien er'; |
| | | $labels['valuenotequals'] = 'verdien er ikke'; |
| | | $labels['valueequals'] = 'verdien er lik'; |
| | | $labels['valuenotequals'] = 'verdien er ulik'; |
| | | $labels['setflags'] = 'Sett meldingsflagg'; |
| | | $labels['addflags'] = 'Legg til flagg på meldingen'; |
| | | $labels['removeflags'] = 'Fjern flagg fra meldingen'; |
| | |
| | | $labels['flaganswered'] = 'Besvart'; |
| | | $labels['flagflagged'] = 'Flagget'; |
| | | $labels['flagdraft'] = 'Utkast'; |
| | | $labels['setvariable'] = 'Set variable'; |
| | | $labels['setvarname'] = 'Variabelnavn:'; |
| | | $labels['setvarvalue'] = 'Variable value:'; |
| | | $labels['setvarmodifiers'] = 'Modifiers:'; |
| | | $labels['varlower'] = 'med små bokstaver'; |
| | | $labels['varupper'] = 'med store bokstaver'; |
| | | $labels['varlowerfirst'] = 'first character lower-case'; |
| | | $labels['varupperfirst'] = 'first character upper-case'; |
| | | $labels['varquotewildcard'] = 'quote special characters'; |
| | | $labels['varlength'] = 'lengde'; |
| | | $labels['notify'] = 'Send melding'; |
| | | $labels['notifyaddress'] = 'Til e-postadresse:'; |
| | | $labels['notifybody'] = 'Notification body:'; |
| | | $labels['notifysubject'] = 'Notification subject:'; |
| | | $labels['notifyfrom'] = 'Notification sender:'; |
| | | $labels['notifyimportance'] = 'Viktighet:'; |
| | | $labels['notifyimportancelow'] = 'lav'; |
| | | $labels['notifyimportancenormal'] = 'normal'; |
| | | $labels['notifyimportancehigh'] = 'høy'; |
| | | $labels['filtercreate'] = 'Opprett filter'; |
| | | $labels['usedata'] = 'Bruk følgende data i filteret:'; |
| | | $labels['nextstep'] = 'Neste steg'; |
| | |
| | | $labels['body'] = 'Meldingstekst'; |
| | | $labels['address'] = 'adresse'; |
| | | $labels['envelope'] = 'konvolutt'; |
| | | $labels['modifier'] = 'modifikator'; |
| | | $labels['modifier'] = 'modifikator:'; |
| | | $labels['text'] = 'tekst'; |
| | | $labels['undecoded'] = 'ikke dekodet (rå)'; |
| | | $labels['contenttype'] = 'innholdstype'; |
| | | $labels['modtype'] = 'type:'; |
| | | $labels['allparts'] = 'alle'; |
| | | $labels['domain'] = 'domene'; |
| | | $labels['localpart'] = 'lokal del (localpart)'; |
| | | $labels['localpart'] = 'lokal del (local part)'; |
| | | $labels['user'] = 'bruker'; |
| | | $labels['detail'] = 'detalj'; |
| | | $labels['comparator'] = 'sammenligning:'; |
| | | $labels['default'] = 'standard'; |
| | | $labels['octet'] = 'streng (octet)'; |
| | | $labels['octet'] = 'streng (oktett)'; |
| | | $labels['asciicasemap'] = 'ikke skill store og små bokstaver (ascii-casemap)'; |
| | | $labels['asciinumeric'] = 'numerisk (ascii-numeric)'; |
| | | $labels['filterunknownerror'] = 'Ukjent problem med tjener'; |
| | | $labels['filterconnerror'] = 'Kunne ikke koble til MANAGESIEVE-tjener'; |
| | | $labels['filterdeleteerror'] = 'Kunne ikke slette filter. Det dukket opp en feil på tjeneren.'; |
| | | $labels['filterdeleted'] = 'Filteret er blitt slettet'; |
| | | $labels['filtersaved'] = 'Filter er blitt lagret'; |
| | | $labels['filtersaveerror'] = 'Kunne ikke lagre filteret. Det dukket opp en feil på tjeneren.'; |
| | | $labels['filterdeleteconfirm'] = 'Vil du virkelig slette det valgte filteret?'; |
| | | $labels['ruledeleteconfirm'] = 'Er du sikker på at du vil slette valgte regel?'; |
| | | $labels['actiondeleteconfirm'] = 'Er du sikker på at du vil slette valgte hendelse?'; |
| | | $labels['forbiddenchars'] = 'Ugyldige tegn i felt'; |
| | | $labels['cannotbeempty'] = 'Feltet kan ikke stå tomt'; |
| | | $labels['ruleexist'] = 'Det finnes allerede et filter med dette navnet.'; |
| | | $labels['setactivateerror'] = 'Kunne ikke aktivere det valgte filtersettet. Det oppsto en tjenerfeil.'; |
| | | $labels['setdeactivateerror'] = 'Kunne ikke deaktivere det valgte filtersettet. Det oppsto en tjenerfeil.'; |
| | | $labels['setdeleteerror'] = 'Kunne ikke slette det valgte filtersettet. Det oppsto en tjenerfeil.'; |
| | | $labels['setactivated'] = 'Filtersett aktivert.'; |
| | | $labels['setdeactivated'] = 'Filtersett deaktivert.'; |
| | | $labels['setdeleted'] = 'Filtersett slettet.'; |
| | | $labels['setdeleteconfirm'] = 'Er du sikker på at du vil slette det valgte filtersettet?'; |
| | | $labels['setcreateerror'] = 'Kunne ikke opprette filtersettet. Det oppsto en tjenerfeil.'; |
| | | $labels['setcreated'] = 'Filtersett opprettet.'; |
| | | $labels['activateerror'] = 'Kunne ikke skru på valgte filter. Det oppsto en tjenerfeil.'; |
| | | $labels['deactivateerror'] = 'Kunne ikke skru av valgte filter. Det oppsto en tjenerfeil.'; |
| | | $labels['activated'] = 'Filter skrudd av.'; |
| | | $labels['deactivated'] = 'Filter ble skrudd på.'; |
| | | $labels['moved'] = 'Filter ble flyttet.'; |
| | | $labels['moveerror'] = 'Kunne ikke flytte valgte filter. Det oppsto en tjenerfeil.'; |
| | | $labels['nametoolong'] = 'Navnet er for langt.'; |
| | | $labels['namereserved'] = 'Navnet er reservert.'; |
| | | $labels['setexist'] = 'Settet eksisterer allerede.'; |
| | | $labels['nodata'] = 'Du må velge minst én posisjon!'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = 'Ukjent problem med tjener.'; |
| | | $messages['filterconnerror'] = 'Kunne ikke koble til tjeneren.'; |
| | | $messages['filterdeleteerror'] = 'Kunne ikke slette filter. Det dukket opp en feil på tjeneren.'; |
| | | $messages['filterdeleted'] = 'Filteret er blitt slettet.'; |
| | | $messages['filtersaved'] = 'Filteret er blitt lagret.'; |
| | | $messages['filtersaveerror'] = 'Kunne ikke lagre filteret. Det dukket opp en feil på tjeneren.'; |
| | | $messages['filterdeleteconfirm'] = 'Vil du virkelig slette det valgte filteret?'; |
| | | $messages['ruledeleteconfirm'] = 'Er du sikker på at du vil slette valgte regel?'; |
| | | $messages['actiondeleteconfirm'] = 'Er du sikker på at du vil slette valgte hendelse?'; |
| | | $messages['forbiddenchars'] = 'Ugyldige tegn i felt.'; |
| | | $messages['cannotbeempty'] = 'Feltet kan ikke stå tomt.'; |
| | | $messages['ruleexist'] = 'Det finnes allerede et filter med dette navnet.'; |
| | | $messages['setactivateerror'] = 'Kunne ikke aktivere det valgte filtersettet. Det oppsto en tjenerfeil.'; |
| | | $messages['setdeactivateerror'] = 'Kunne ikke deaktivere det valgte filtersettet. Det oppsto en tjenerfeil.'; |
| | | $messages['setdeleteerror'] = 'Kunne ikke slette det valgte filtersettet. Det oppsto en tjenerfeil.'; |
| | | $messages['setactivated'] = 'Filtersett aktivert.'; |
| | | $messages['setdeactivated'] = 'Filtersett deaktivert.'; |
| | | $messages['setdeleted'] = 'Filtersett slettet.'; |
| | | $messages['setdeleteconfirm'] = 'Er du sikker på at du vil slette det valgte filtersettet?'; |
| | | $messages['setcreateerror'] = 'Kunne ikke opprette filtersettet. Det oppsto en tjenerfeil.'; |
| | | $messages['setcreated'] = 'Filtersett opprettet.'; |
| | | $messages['activateerror'] = 'Kunne ikke skru på valgte filter. Det oppsto en tjenerfeil.'; |
| | | $messages['deactivateerror'] = 'Kunne ikke skru av valgte filter. Det oppsto en tjenerfeil.'; |
| | | $messages['deactivated'] = 'Filter skrudd på.'; |
| | | $messages['activated'] = 'Filter skrudd av.'; |
| | | $messages['moved'] = 'Filter ble flyttet.'; |
| | | $messages['moveerror'] = 'Kunne ikke flytte valgte filter. Det oppsto en tjenerfeil.'; |
| | | $messages['nametoolong'] = 'Navnet er for langt.'; |
| | | $messages['namereserved'] = 'Navnet er reservert.'; |
| | | $messages['setexist'] = 'Settet eksisterer allerede.'; |
| | | $messages['nodata'] = 'Du må velge minst én posisjon!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/nl_NL/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['filters'] = 'Filters'; |
| | | $labels['managefilters'] = 'Beheer inkomende mail filters'; |
| | | $labels['managefilters'] = 'Beheer filters voor inkomende e-mail'; |
| | | $labels['filtername'] = 'Filternaam'; |
| | | $labels['newfilter'] = 'Nieuw filter'; |
| | | $labels['filteradd'] = 'Filter toevoegen'; |
| | |
| | | $labels['addrule'] = 'Regel toevoegen'; |
| | | $labels['delrule'] = 'Regel verwijderen'; |
| | | $labels['messagemoveto'] = 'Verplaats bericht naar'; |
| | | $labels['messageredirect'] = 'Redirect bericht naar'; |
| | | $labels['messageredirect'] = 'Bericht doorsturen naar'; |
| | | $labels['messagecopyto'] = 'Kopieer bericht naar'; |
| | | $labels['messagesendcopy'] = 'Verstuur een kopie naar'; |
| | | $labels['messagereply'] = 'Beantwoord met bericht'; |
| | |
| | | $labels['recipient'] = 'Ontvanger'; |
| | | $labels['vacationaddresses'] = 'Aanvullende lijst van geadresseerden (gescheiden met komma\'s):'; |
| | | $labels['vacationdays'] = 'Hoe vaak moet een bericht verstuurd worden (in dagen):'; |
| | | $labels['vacationinterval'] = 'Hoe vaak moet een bericht verstuurd worden:'; |
| | | $labels['days'] = 'dagen'; |
| | | $labels['seconds'] = 'seconden'; |
| | | $labels['vacationreason'] = 'Bericht (vakantiereden):'; |
| | | $labels['vacationsubject'] = 'Onderwerp:'; |
| | | $labels['rulestop'] = 'Stop met regels uitvoeren'; |
| | |
| | | $labels['flaganswered'] = 'Beantwoord'; |
| | | $labels['flagflagged'] = 'Gemarkeerd'; |
| | | $labels['flagdraft'] = 'Concept'; |
| | | $labels['setvariable'] = 'Variabele instellen'; |
| | | $labels['setvarname'] = 'Naam variabele:'; |
| | | $labels['setvarvalue'] = 'Waarde:'; |
| | | $labels['setvarmodifiers'] = 'Waarde wijzigen:'; |
| | | $labels['varlower'] = 'kleine letters'; |
| | | $labels['varupper'] = 'hoofdletters'; |
| | | $labels['varlowerfirst'] = 'eerste karakter als kleine letter'; |
| | | $labels['varupperfirst'] = 'eerste karakter als hoofdletter'; |
| | | $labels['varquotewildcard'] = 'speciale karakters quoten'; |
| | | $labels['varlength'] = 'lengte'; |
| | | $labels['notify'] = 'Stuur melding'; |
| | | $labels['notifyaddress'] = 'Naar e-mailadres:'; |
| | | $labels['notifybody'] = 'Meldingsbericht:'; |
| | | $labels['notifysubject'] = 'Onderwerp van melding:'; |
| | | $labels['notifyfrom'] = 'Afzender:'; |
| | | $labels['notifyimportance'] = 'Prioriteit:'; |
| | | $labels['notifyimportancelow'] = 'laag'; |
| | | $labels['notifyimportancenormal'] = 'normaal'; |
| | | $labels['notifyimportancehigh'] = 'hoog'; |
| | | $labels['filtercreate'] = 'Filter aanmaken'; |
| | | $labels['usedata'] = 'Gebruik de volgende gegevens in het filter:'; |
| | | $labels['nextstep'] = 'Volgende stap'; |
| | |
| | | $labels['octet'] = 'strikt (octet)'; |
| | | $labels['asciicasemap'] = 'hoofdletterongevoelig (ascii-casemap)'; |
| | | $labels['asciinumeric'] = 'numeriek (ascii-numeriek)'; |
| | | $labels['filterunknownerror'] = 'Onbekende fout'; |
| | | $labels['filterconnerror'] = 'Kan geen verbinding maken met de managesieve server'; |
| | | $labels['filterdeleteerror'] = 'Kan filter niet verwijderen. Er is een fout opgetreden'; |
| | | $labels['filterdeleted'] = 'Filter succesvol verwijderd'; |
| | | $labels['filtersaved'] = 'Filter succesvol opgeslagen'; |
| | | $labels['filtersaveerror'] = 'Kan filter niet opslaan. Er is een fout opgetreden.'; |
| | | $labels['filterdeleteconfirm'] = 'Weet je zeker dat je het geselecteerde filter wilt verwijderen?'; |
| | | $labels['ruledeleteconfirm'] = 'Weet je zeker dat je de geselecteerde regel wilt verwijderen?'; |
| | | $labels['actiondeleteconfirm'] = 'Weet je zeker dat je de geselecteerde actie wilt verwijderen?'; |
| | | $labels['forbiddenchars'] = 'Verboden karakters in het veld'; |
| | | $labels['cannotbeempty'] = 'Veld mag niet leeg zijn'; |
| | | $labels['ruleexist'] = 'Er bestaat al een filter met deze naam.'; |
| | | $labels['setactivateerror'] = 'Filterverzameling kon niet geactiveerd worden. Er trad een serverfout op.'; |
| | | $labels['setdeactivateerror'] = 'Filterverzameling kon niet gedeactiveerd worden. Er trad een serverfout op.'; |
| | | $labels['setdeleteerror'] = 'Filterverzameling kon niet verwijderd worden. Er trad een serverfout op.'; |
| | | $labels['setactivated'] = 'Filterset succesvol geactiveerd.'; |
| | | $labels['setdeactivated'] = 'Filterverzameling succesvol gedeactiveerd.'; |
| | | $labels['setdeleted'] = 'Filterverzameling succesvol verwijderd.'; |
| | | $labels['setdeleteconfirm'] = 'Weet u zeker dat u de geselecteerde filterset wilt verwijderen?'; |
| | | $labels['setcreateerror'] = 'Filterverzameling kon niet aangemaakt worden. Er trad een serverfout op.'; |
| | | $labels['setcreated'] = 'Filterverzameling succesvol aangemaakt.'; |
| | | $labels['activateerror'] = 'Geselecteerde filter(s) konden niet ingeschakeld worden. Er trad een serverfout op.'; |
| | | $labels['deactivateerror'] = 'Geselecteerde filter(s) konden niet uitgeschakeld worden. Er trad een serverfout op.'; |
| | | $labels['activated'] = 'Filter(s) succesvol uitgeschakeld.'; |
| | | $labels['deactivated'] = 'Filter(s) succesvol ingeschakeld.'; |
| | | $labels['moved'] = 'Filter succesvol verplaatst.'; |
| | | $labels['moveerror'] = 'Geselecteerde filter(s) konden niet verplaatst worden. Er trad een serverfout op.'; |
| | | $labels['nametoolong'] = 'Naam is te lang.'; |
| | | $labels['namereserved'] = 'Gereserveerde naam.'; |
| | | $labels['setexist'] = 'Set bestaat al.'; |
| | | $labels['nodata'] = 'Tenminste één positie moet geselecteerd worden!'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = 'Onbekende fout'; |
| | | $messages['filterconnerror'] = 'Kan geen verbinding maken met de managesieve server'; |
| | | $messages['filterdeleteerror'] = 'Kan filter niet verwijderen. Er is een fout opgetreden'; |
| | | $messages['filterdeleted'] = 'Filter succesvol verwijderd'; |
| | | $messages['filtersaved'] = 'Filter succesvol opgeslagen'; |
| | | $messages['filtersaveerror'] = 'Kan filter niet opslaan. Er is een fout opgetreden.'; |
| | | $messages['filterdeleteconfirm'] = 'Weet je zeker dat je het geselecteerde filter wilt verwijderen?'; |
| | | $messages['ruledeleteconfirm'] = 'Weet je zeker dat je de geselecteerde regel wilt verwijderen?'; |
| | | $messages['actiondeleteconfirm'] = 'Weet je zeker dat je de geselecteerde actie wilt verwijderen?'; |
| | | $messages['forbiddenchars'] = 'Verboden karakters in het veld'; |
| | | $messages['cannotbeempty'] = 'Veld mag niet leeg zijn'; |
| | | $messages['ruleexist'] = 'Er bestaat al een filter met deze naam.'; |
| | | $messages['setactivateerror'] = 'Filterverzameling kon niet geactiveerd worden. Er trad een serverfout op.'; |
| | | $messages['setdeactivateerror'] = 'Filterverzameling kon niet gedeactiveerd worden. Er trad een serverfout op.'; |
| | | $messages['setdeleteerror'] = 'Filterverzameling kon niet verwijderd worden. Er trad een serverfout op.'; |
| | | $messages['setactivated'] = 'Filterset succesvol geactiveerd.'; |
| | | $messages['setdeactivated'] = 'Filterverzameling succesvol gedeactiveerd.'; |
| | | $messages['setdeleted'] = 'Filterverzameling succesvol verwijderd.'; |
| | | $messages['setdeleteconfirm'] = 'Weet u zeker dat u de geselecteerde filterset wilt verwijderen?'; |
| | | $messages['setcreateerror'] = 'Filterverzameling kon niet aangemaakt worden. Er trad een serverfout op.'; |
| | | $messages['setcreated'] = 'Filterverzameling succesvol aangemaakt.'; |
| | | $messages['activateerror'] = 'Geselecteerde filter(s) konden niet ingeschakeld worden. Er trad een serverfout op.'; |
| | | $messages['deactivateerror'] = 'Geselecteerde filter(s) konden niet uitgeschakeld worden. Er trad een serverfout op.'; |
| | | $messages['deactivated'] = 'Filter(s) succesvol ingeschakeld.'; |
| | | $messages['activated'] = 'Filter(s) succesvol uitgeschakeld.'; |
| | | $messages['moved'] = 'Filter succesvol verplaatst.'; |
| | | $messages['moveerror'] = 'Geselecteerde filter(s) konden niet verplaatst worden. Er trad een serverfout op.'; |
| | | $messages['nametoolong'] = 'Naam is te lang.'; |
| | | $messages['namereserved'] = 'Gereserveerde naam.'; |
| | | $messages['setexist'] = 'Set bestaat al.'; |
| | | $messages['nodata'] = 'Tenminste één positie moet geselecteerd worden!'; |
| | | |
| | | ?> |
New file |
| | |
| | | <?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'] = 'Filter'; |
| | | $labels['managefilters'] = 'Rediger filter for innkommande e-post'; |
| | | $labels['filtername'] = 'Filternamn'; |
| | | $labels['newfilter'] = 'Nytt filter'; |
| | | $labels['filteradd'] = 'Legg til filter'; |
| | | $labels['filterdel'] = 'Slett filter'; |
| | | $labels['moveup'] = 'Flytt opp'; |
| | | $labels['movedown'] = 'Flytt ned'; |
| | | $labels['filterallof'] = 'som treffer alle følgjande regler'; |
| | | $labels['filteranyof'] = 'som treffer ein av følgjande regler'; |
| | | $labels['filterany'] = 'alle meldingar'; |
| | | $labels['filtercontains'] = 'inneheld'; |
| | | $labels['filternotcontains'] = 'ikkje inneheld'; |
| | | $labels['filteris'] = 'er lik'; |
| | | $labels['filterisnot'] = 'er ikkje lik'; |
| | | $labels['filterexists'] = 'eksisterer'; |
| | | $labels['filternotexists'] = 'ikkje eksisterer'; |
| | | $labels['filtermatches'] = 'treffer uttrykk'; |
| | | $labels['filternotmatches'] = 'ikkje treffer uttrykk'; |
| | | $labels['filterregex'] = 'treffer regulært uttrykk'; |
| | | $labels['filternotregex'] = 'ikkje treffer regulært uttrykk'; |
| | | $labels['filterunder'] = 'under'; |
| | | $labels['filterover'] = 'over'; |
| | | $labels['addrule'] = 'Legg til regel'; |
| | | $labels['delrule'] = 'Slett regel'; |
| | | $labels['messagemoveto'] = 'Flytt meldinga til'; |
| | | $labels['messageredirect'] = 'Vidaresend meldinga til'; |
| | | $labels['messagecopyto'] = 'Kopier meldinga til'; |
| | | $labels['messagesendcopy'] = 'Send ein kopi av meldinga til'; |
| | | $labels['messagereply'] = 'Svar med melding'; |
| | | $labels['messagedelete'] = 'Slett melding'; |
| | | $labels['messagediscard'] = 'Avvis med melding'; |
| | | $labels['messagesrules'] = 'For innkommande e-post'; |
| | | $labels['messagesactions'] = '…gjer følgjande:'; |
| | | $labels['add'] = 'Legg til'; |
| | | $labels['del'] = 'Slett'; |
| | | $labels['sender'] = 'Avsendar'; |
| | | $labels['recipient'] = 'Mottakar'; |
| | | $labels['vacationaddresses'] = 'Liste med mottakaradresser (komma-separert):'; |
| | | $labels['vacationdays'] = 'Periode mellom meldingar (i dagar):'; |
| | | $labels['vacationreason'] = 'Innhald (grunngjeving for fråvær)'; |
| | | $labels['vacationsubject'] = 'Meldingsemne:'; |
| | | $labels['rulestop'] = 'Stopp evaluering av regler'; |
| | | $labels['enable'] = 'Aktiver/Deaktiver'; |
| | | $labels['filterset'] = 'Filtersett'; |
| | | $labels['filtersets'] = 'Filtersett'; |
| | | $labels['filtersetadd'] = 'Nytt filtersett'; |
| | | $labels['filtersetdel'] = 'Slett gjeldande filtersett'; |
| | | $labels['filtersetact'] = 'Aktiver gjeldande filtersett'; |
| | | $labels['filtersetdeact'] = 'Deaktiver gjeldande filtersett'; |
| | | $labels['filterdef'] = 'Filterdefinisjon'; |
| | | $labels['filtersetname'] = 'Namn på filtersett'; |
| | | $labels['newfilterset'] = 'Nytt filtersett'; |
| | | $labels['active'] = 'aktiv'; |
| | | $labels['none'] = 'ingen'; |
| | | $labels['fromset'] = 'frå sett'; |
| | | $labels['fromfile'] = 'frå fil'; |
| | | $labels['filterdisabled'] = 'Filter deaktivert'; |
| | | $labels['countisgreaterthan'] = 'mengd er fleire enn'; |
| | | $labels['countisgreaterthanequal'] = 'mengd er fleire enn eller lik'; |
| | | $labels['countislessthan'] = 'mengd er færre enn'; |
| | | $labels['countislessthanequal'] = 'mengd er færre enn eller lik'; |
| | | $labels['countequals'] = 'mengd er lik'; |
| | | $labels['countnotequals'] = 'mengd er ulik'; |
| | | $labels['valueisgreaterthan'] = 'verdien er høgare enn'; |
| | | $labels['valueisgreaterthanequal'] = 'verdien er høgare eller lik'; |
| | | $labels['valueislessthan'] = 'verdien er lågare enn'; |
| | | $labels['valueislessthanequal'] = 'verdien er lågare eller lik'; |
| | | $labels['valueequals'] = 'verdien er lik'; |
| | | $labels['valuenotequals'] = 'verdien er ulik'; |
| | | $labels['setflags'] = 'Sett meldingsflagg'; |
| | | $labels['addflags'] = 'Legg til flagg på meldinga'; |
| | | $labels['removeflags'] = 'Fjern flagg fra meldinga'; |
| | | $labels['flagread'] = 'Lese'; |
| | | $labels['flagdeleted'] = 'Sletta'; |
| | | $labels['flaganswered'] = 'Svart på'; |
| | | $labels['flagflagged'] = 'Flagga'; |
| | | $labels['flagdraft'] = 'Skisse'; |
| | | $labels['setvariable'] = 'Sett variabel:'; |
| | | $labels['setvarname'] = 'Variabelnamn:'; |
| | | $labels['setvarvalue'] = 'Variabelverdi:'; |
| | | $labels['setvarmodifiers'] = 'Modifiers:'; |
| | | $labels['varlower'] = 'med små bokstavar'; |
| | | $labels['varupper'] = 'med store bokstavar'; |
| | | $labels['varlowerfirst'] = 'med liten forbokstav'; |
| | | $labels['varupperfirst'] = 'med stor forbokstav'; |
| | | $labels['varquotewildcard'] = 'quote special characters'; |
| | | $labels['varlength'] = 'lengde'; |
| | | $labels['notify'] = 'Send varsel'; |
| | | $labels['notifyaddress'] = 'Til e-postadresse:'; |
| | | $labels['notifybody'] = 'Notification body:'; |
| | | $labels['notifysubject'] = 'Notification subject:'; |
| | | $labels['notifyfrom'] = 'Notification sender:'; |
| | | $labels['notifyimportance'] = 'Betyding:'; |
| | | $labels['notifyimportancelow'] = 'låg'; |
| | | $labels['notifyimportancenormal'] = 'normal'; |
| | | $labels['notifyimportancehigh'] = 'høg'; |
| | | $labels['filtercreate'] = 'Opprett filter'; |
| | | $labels['usedata'] = 'Bruk følgande data i filteret:'; |
| | | $labels['nextstep'] = 'Neste steg'; |
| | | $labels['...'] = '…'; |
| | | $labels['advancedopts'] = 'Avanserte val'; |
| | | $labels['body'] = 'Meldingstekst'; |
| | | $labels['address'] = 'adresse'; |
| | | $labels['envelope'] = 'konvolutt'; |
| | | $labels['modifier'] = 'modifikator:'; |
| | | $labels['text'] = 'tekst'; |
| | | $labels['undecoded'] = 'ikkje dekoda (rå)'; |
| | | $labels['contenttype'] = 'innhaldstype'; |
| | | $labels['modtype'] = 'type:'; |
| | | $labels['allparts'] = 'alle'; |
| | | $labels['domain'] = 'domene'; |
| | | $labels['localpart'] = 'lokal del (local part)'; |
| | | $labels['user'] = 'brukar'; |
| | | $labels['detail'] = 'detalj'; |
| | | $labels['comparator'] = 'samanlikning:'; |
| | | $labels['default'] = 'standard'; |
| | | $labels['octet'] = 'streng (oktett)'; |
| | | $labels['asciicasemap'] = 'ikkje skil mellom store og små bokstavar (ascii-casemap)'; |
| | | $labels['asciinumeric'] = 'numerisk (ascii-numeric)'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = 'Ukjent problem med tenar.'; |
| | | $messages['filterconnerror'] = 'Kunne ikkje kople til tenaren.'; |
| | | $messages['filterdeleteerror'] = 'Kunne ikkje slette filter. Det oppstod ein feil på tenaren.'; |
| | | $messages['filterdeleted'] = 'Filteret er blitt sletta.'; |
| | | $messages['filtersaved'] = 'Filteret er blitt lagra.'; |
| | | $messages['filtersaveerror'] = 'Kunne ikkje lagre filteret. Det oppstod ein feil på tenaren.'; |
| | | $messages['filterdeleteconfirm'] = 'Vil du verkeleg slette det valde filteret?'; |
| | | $messages['ruledeleteconfirm'] = 'Er du sikker på at du vil slette vald regel?'; |
| | | $messages['actiondeleteconfirm'] = 'Er du sikker på at du vil slette vald hending?'; |
| | | $messages['forbiddenchars'] = 'Ugyldige teikn i felt.'; |
| | | $messages['cannotbeempty'] = 'Feltet kan ikkje stå tomt.'; |
| | | $messages['ruleexist'] = 'Det finst alt eit filter med dette namnet.'; |
| | | $messages['setactivateerror'] = 'Kunne ikkje aktivere det valde filtersettet. Det oppsto ein tenarfeil.'; |
| | | $messages['setdeactivateerror'] = 'Kunne ikkje deaktivere det valde filtersettet. Det oppsto ein tenarfeil.'; |
| | | $messages['setdeleteerror'] = 'Kunne ikkje slette det valde filtersettet. Det oppsto ein tenarfeil.'; |
| | | $messages['setactivated'] = 'Filtersett aktivert.'; |
| | | $messages['setdeactivated'] = 'Filtersett deaktivert.'; |
| | | $messages['setdeleted'] = 'Filtersett sletta.'; |
| | | $messages['setdeleteconfirm'] = 'Er du sikker på at du vil slette det valde filtersettet?'; |
| | | $messages['setcreateerror'] = 'Kunne ikkje opprette filtersettet. Det oppstod ein tenarfeil.'; |
| | | $messages['setcreated'] = 'Filtersett oppretta.'; |
| | | $messages['activateerror'] = 'Kunne ikkje skru på valde filter. Det oppstod ein tenarfeil.'; |
| | | $messages['deactivateerror'] = 'Kunne ikkje skru av valde filter. Det oppstod ein tenarfeil.'; |
| | | $messages['deactivated'] = 'Filter skrudd på.'; |
| | | $messages['activated'] = 'Filter skrudd av.'; |
| | | $messages['moved'] = 'Filter vart flytta.'; |
| | | $messages['moveerror'] = 'Kunne ikkje flytte valde filter. Det oppstod ein tenarfeil.'; |
| | | $messages['nametoolong'] = 'Namnet er for langt.'; |
| | | $messages['namereserved'] = 'Namnet er reservert.'; |
| | | $messages['setexist'] = 'Settet eksisterer alt.'; |
| | | $messages['nodata'] = 'Du må velje minst éin posisjon!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/pl_PL/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['filters'] = 'Filtry'; |
| | | $labels['managefilters'] = 'Zarządzaj filtrami wiadomości przychodzących'; |
| | | $labels['filtername'] = 'Nazwa filtru'; |
| | |
| | | $labels['recipient'] = 'Odbiorca'; |
| | | $labels['vacationaddresses'] = 'Lista dodatkowych adresów odbiorców (oddzielonych przecinkami):'; |
| | | $labels['vacationdays'] = 'Częstotliwość wysyłania wiadomości (w dniach):'; |
| | | $labels['vacationinterval'] = 'How often send messages:'; |
| | | $labels['days'] = 'days'; |
| | | $labels['seconds'] = 'seconds'; |
| | | $labels['vacationreason'] = 'Treść (przyczyna nieobecności):'; |
| | | $labels['vacationsubject'] = 'Temat wiadomości:'; |
| | | $labels['rulestop'] = 'Przerwij przetwarzanie reguł'; |
| | |
| | | $labels['flaganswered'] = 'Z odpowiedzią'; |
| | | $labels['flagflagged'] = 'Oflagowana'; |
| | | $labels['flagdraft'] = 'Szkic'; |
| | | $labels['setvariable'] = 'Ustaw zmienną'; |
| | | $labels['setvarname'] = 'Nazwa zmiennej:'; |
| | | $labels['setvarvalue'] = 'Wartość zmiennej:'; |
| | | $labels['setvarmodifiers'] = 'Modyfikatory:'; |
| | | $labels['varlower'] = 'małe litery'; |
| | | $labels['varupper'] = 'wielkie litery'; |
| | | $labels['varlowerfirst'] = 'pierwsza mała litera'; |
| | | $labels['varupperfirst'] = 'pierwsza wielka litera'; |
| | | $labels['varquotewildcard'] = 'zamień znaki specjalne'; |
| | | $labels['varlength'] = 'długość'; |
| | | $labels['notify'] = 'Wyślij powiadomienie'; |
| | | $labels['notifyaddress'] = 'Na adres e-mail:'; |
| | | $labels['notifybody'] = 'Treść powiadomienia:'; |
| | | $labels['notifysubject'] = 'Tytuł powiadomienia:'; |
| | | $labels['notifyfrom'] = 'Nadawca powiadomienia:'; |
| | | $labels['notifyimportance'] = 'Priorytet:'; |
| | | $labels['notifyimportancelow'] = 'niski'; |
| | | $labels['notifyimportancenormal'] = 'ormalny'; |
| | | $labels['notifyimportancehigh'] = 'wysoki'; |
| | | $labels['filtercreate'] = 'Utwórz filtr'; |
| | | $labels['usedata'] = 'Użyj następujących danych do utworzenia filtra:'; |
| | | $labels['nextstep'] = 'Następny krok'; |
| | |
| | | $labels['octet'] = 'dokładny (octet)'; |
| | | $labels['asciicasemap'] = 'nierozróżniający wielkości liter (ascii-casemap)'; |
| | | $labels['asciinumeric'] = 'numeryczny (ascii-numeric)'; |
| | | $labels['filterunknownerror'] = 'Nieznany błąd serwera.'; |
| | | $labels['filterconnerror'] = 'Nie można nawiązać połączenia z serwerem.'; |
| | | $labels['filterdeleteerror'] = 'Nie można usunąć filtra. Błąd serwera.'; |
| | | $labels['filterdeleted'] = 'Filtr został usunięty pomyślnie.'; |
| | | $labels['filtersaved'] = 'Filtr został zapisany pomyślnie.'; |
| | | $labels['filtersaveerror'] = 'Nie można zapisać filtra. Wystąpił błąd serwera.'; |
| | | $labels['filterdeleteconfirm'] = 'Czy na pewno chcesz usunąć wybrany filtr?'; |
| | | $labels['ruledeleteconfirm'] = 'Czy na pewno chcesz usunąć wybraną regułę?'; |
| | | $labels['actiondeleteconfirm'] = 'Czy na pewno usunąć wybraną akcję?'; |
| | | $labels['forbiddenchars'] = 'Pole zawiera niedozwolone znaki.'; |
| | | $labels['cannotbeempty'] = 'Pole nie może być puste.'; |
| | | $labels['ruleexist'] = 'Filtr o podanej nazwie już istnieje.'; |
| | | $labels['setactivateerror'] = 'Nie można aktywować wybranego zbioru filtrów. Błąd serwera.'; |
| | | $labels['setdeactivateerror'] = 'Nie można deaktywować wybranego zbioru filtrów. Błąd serwera.'; |
| | | $labels['setdeleteerror'] = 'Nie można usunąć wybranego zbioru filtrów. Błąd serwera.'; |
| | | $labels['setactivated'] = 'Zbiór filtrów został aktywowany pomyślnie.'; |
| | | $labels['setdeactivated'] = 'Zbiór filtrów został deaktywowany pomyślnie.'; |
| | | $labels['setdeleted'] = 'Zbiór filtrów został usunięty pomyślnie.'; |
| | | $labels['setdeleteconfirm'] = 'Czy na pewno chcesz usunąć wybrany zbiór filtrów?'; |
| | | $labels['setcreateerror'] = 'Nie można utworzyć zbioru filtrów. Błąd serwera.'; |
| | | $labels['setcreated'] = 'Zbiór filtrów został utworzony pomyślnie.'; |
| | | $labels['activateerror'] = 'Nie można włączyć wybranych filtrów. Błąd serwera.'; |
| | | $labels['deactivateerror'] = 'Nie można wyłączyć wybranych filtrów. Błąd serwera.'; |
| | | $labels['activated'] = 'Filtr(y) wyłączono pomyślnie.'; |
| | | $labels['deactivated'] = 'Filtr(y) włączono pomyślnie.'; |
| | | $labels['moved'] = 'Filter został przeniesiony pomyślnie.'; |
| | | $labels['moveerror'] = 'Nie można przenieść wybranego filtra. Błąd serwera.'; |
| | | $labels['nametoolong'] = 'Zbyt długa nazwa.'; |
| | | $labels['namereserved'] = 'Nazwa zarezerwowana.'; |
| | | $labels['setexist'] = 'Zbiór już istnieje.'; |
| | | $labels['nodata'] = 'Należy wybrać co najmniej jedną pozycję!'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = 'Nieznany błąd serwera.'; |
| | | $messages['filterconnerror'] = 'Nie można nawiązać połączenia z serwerem.'; |
| | | $messages['filterdeleteerror'] = 'Nie można usunąć filtra. Błąd serwera.'; |
| | | $messages['filterdeleted'] = 'Filtr został usunięty pomyślnie.'; |
| | | $messages['filtersaved'] = 'Filtr został zapisany pomyślnie.'; |
| | | $messages['filtersaveerror'] = 'Nie można zapisać filtra. Wystąpił błąd serwera.'; |
| | | $messages['filterdeleteconfirm'] = 'Czy na pewno chcesz usunąć wybrany filtr?'; |
| | | $messages['ruledeleteconfirm'] = 'Czy na pewno chcesz usunąć wybraną regułę?'; |
| | | $messages['actiondeleteconfirm'] = 'Czy na pewno usunąć wybraną akcję?'; |
| | | $messages['forbiddenchars'] = 'Pole zawiera niedozwolone znaki.'; |
| | | $messages['cannotbeempty'] = 'Pole nie może być puste.'; |
| | | $messages['ruleexist'] = 'Filtr o podanej nazwie już istnieje.'; |
| | | $messages['setactivateerror'] = 'Nie można aktywować wybranego zbioru filtrów. Błąd serwera.'; |
| | | $messages['setdeactivateerror'] = 'Nie można deaktywować wybranego zbioru filtrów. Błąd serwera.'; |
| | | $messages['setdeleteerror'] = 'Nie można usunąć wybranego zbioru filtrów. Błąd serwera.'; |
| | | $messages['setactivated'] = 'Zbiór filtrów został aktywowany pomyślnie.'; |
| | | $messages['setdeactivated'] = 'Zbiór filtrów został deaktywowany pomyślnie.'; |
| | | $messages['setdeleted'] = 'Zbiór filtrów został usunięty pomyślnie.'; |
| | | $messages['setdeleteconfirm'] = 'Czy na pewno chcesz usunąć wybrany zbiór filtrów?'; |
| | | $messages['setcreateerror'] = 'Nie można utworzyć zbioru filtrów. Błąd serwera.'; |
| | | $messages['setcreated'] = 'Zbiór filtrów został utworzony pomyślnie.'; |
| | | $messages['activateerror'] = 'Nie można włączyć wybranych filtrów. Błąd serwera.'; |
| | | $messages['deactivateerror'] = 'Nie można wyłączyć wybranych filtrów. Błąd serwera.'; |
| | | $messages['deactivated'] = 'Filtr(y) włączono pomyślnie.'; |
| | | $messages['activated'] = 'Filtr(y) wyłączono pomyślnie.'; |
| | | $messages['moved'] = 'Filter został przeniesiony pomyślnie.'; |
| | | $messages['moveerror'] = 'Nie można przenieść wybranego filtra. Błąd serwera.'; |
| | | $messages['nametoolong'] = 'Zbyt długa nazwa.'; |
| | | $messages['namereserved'] = 'Nazwa zarezerwowana.'; |
| | | $messages['setexist'] = 'Zbiór już istnieje.'; |
| | | $messages['nodata'] = 'Należy wybrać co najmniej jedną pozycję!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/pt_BR/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['filters'] = 'Filtros'; |
| | | $labels['managefilters'] = 'Gerenciar filtros de entrada de e-mail'; |
| | | $labels['filtername'] = 'Nome do filtro'; |
| | |
| | | $labels['recipient'] = 'Destinatário'; |
| | | $labels['vacationaddresses'] = 'Lista adicional de e-mails destinatários (separado por vírgula):'; |
| | | $labels['vacationdays'] = 'Enviar mensagens com que frequência (em dias):'; |
| | | $labels['vacationinterval'] = 'How often send messages:'; |
| | | $labels['days'] = 'days'; |
| | | $labels['seconds'] = 'seconds'; |
| | | $labels['vacationreason'] = 'Corpo da mensagem (motivo de férias):'; |
| | | $labels['vacationsubject'] = 'Título da mensagem:'; |
| | | $labels['rulestop'] = 'Parar de avaliar regras'; |
| | |
| | | $labels['flaganswered'] = 'Respondida'; |
| | | $labels['flagflagged'] = 'Marcada'; |
| | | $labels['flagdraft'] = 'Rascunho'; |
| | | $labels['setvariable'] = 'Definir variável'; |
| | | $labels['setvarname'] = 'Nome da variável:'; |
| | | $labels['setvarvalue'] = 'Valor da variável:'; |
| | | $labels['setvarmodifiers'] = 'Modificadores:'; |
| | | $labels['varlower'] = 'minúsculas'; |
| | | $labels['varupper'] = 'maiúsculas'; |
| | | $labels['varlowerfirst'] = 'primeiro caractere minúsculo'; |
| | | $labels['varupperfirst'] = 'primeiro caractere maiúsculo'; |
| | | $labels['varquotewildcard'] = 'caracteres especiais de citação'; |
| | | $labels['varlength'] = 'tamanho'; |
| | | $labels['notify'] = 'Enviar notificação'; |
| | | $labels['notifyaddress'] = 'Para endereço de e-mail:'; |
| | | $labels['notifybody'] = 'Corpo da notificação:'; |
| | | $labels['notifysubject'] = 'Título da notificação:'; |
| | | $labels['notifyfrom'] = 'Remetente da notificação:'; |
| | | $labels['notifyimportance'] = 'Importância'; |
| | | $labels['notifyimportancelow'] = 'baixa'; |
| | | $labels['notifyimportancenormal'] = 'normal'; |
| | | $labels['notifyimportancehigh'] = 'alta'; |
| | | $labels['filtercreate'] = 'Criar filtro'; |
| | | $labels['usedata'] = 'Usar os seguintes dados no filtro:'; |
| | | $labels['nextstep'] = 'Próximo Passo'; |
| | |
| | | $labels['octet'] = 'estrito (octeto)'; |
| | | $labels['asciicasemap'] = 'caso insensível (mapa de caracteres ascii)'; |
| | | $labels['asciinumeric'] = 'numérico (ascii-numeric)'; |
| | | $labels['filterunknownerror'] = 'Erro desconhecido de servidor'; |
| | | $labels['filterconnerror'] = 'Não foi possível conectar ao servidor managesieve'; |
| | | $labels['filterdeleteerror'] = 'Não foi possível excluir filtro. Occorreu um erro de servidor'; |
| | | $labels['filterdeleted'] = 'Filtro excluído com sucesso'; |
| | | $labels['filtersaved'] = 'Filtro gravado com sucesso'; |
| | | $labels['filtersaveerror'] = 'Não foi possível gravar filtro. Occoreu um erro de servidor.'; |
| | | $labels['filterdeleteconfirm'] = 'Deseja realmente excluir o filtro selecionado?'; |
| | | $labels['ruledeleteconfirm'] = 'Deseja realmente excluir a regra selecionada?'; |
| | | $labels['actiondeleteconfirm'] = 'Deseja realmente excluir a ação selecionada?'; |
| | | $labels['forbiddenchars'] = 'Caracteres não permitidos no campo'; |
| | | $labels['cannotbeempty'] = 'Campo não pode ficar em branco'; |
| | | $labels['ruleexist'] = 'O filtro com o nome especificado já existe.'; |
| | | $labels['setactivateerror'] = 'Não foi possível ativar o conjunto de filtros selecionados. Ocorreu um erro no servidor.'; |
| | | $labels['setdeactivateerror'] = 'Não foi possível desativar o conjunto de filtros selecionados. Ocorreu um erro no servidor.'; |
| | | $labels['setdeleteerror'] = 'Não foi possível excluir o conjunto de filtros selecionados. Ocorreu um erro no servidor.'; |
| | | $labels['setactivated'] = 'Conjunto de filtros ativados com sucesso.'; |
| | | $labels['setdeactivated'] = 'Conjunto de filtros desativados com sucesso.'; |
| | | $labels['setdeleted'] = 'Conjunto de filtros excluídos com sucesso.'; |
| | | $labels['setdeleteconfirm'] = 'Você está certo que deseja excluir o conjunto de filtros selecionados?'; |
| | | $labels['setcreateerror'] = 'Não foi possível criar o conjunto de filtros. Ocorreu um erro no servidor.'; |
| | | $labels['setcreated'] = 'Conjunto de filtros criado com sucesso.'; |
| | | $labels['activateerror'] = 'Não foi possível habilitar o(s) filtro(s) selecionado(s). Ocorreu um erro no servidor.'; |
| | | $labels['deactivateerror'] = 'Não foi possível desabilitar o(s) filtro(s) selecionado(s). Ocorreu um erro no servidor.'; |
| | | $labels['activated'] = 'Filtro(s) desabilitado(s) com sucesso.'; |
| | | $labels['deactivated'] = 'Filtro(s) habilitado(s) com sucesso.'; |
| | | $labels['moved'] = 'Filtro movido com sucesso.'; |
| | | $labels['moveerror'] = 'Não foi possível mover o filtro selecionado. Ocorreu um erro no servidor.'; |
| | | $labels['nametoolong'] = 'Nome muito longo.'; |
| | | $labels['namereserved'] = 'Nome reservado.'; |
| | | $labels['setexist'] = 'Conjunto já existe.'; |
| | | $labels['nodata'] = 'Pelo menos uma posição precisa ser selecionada!'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = 'Erro desconhecido de servidor'; |
| | | $messages['filterconnerror'] = 'Não foi possível conectar ao servidor managesieve'; |
| | | $messages['filterdeleteerror'] = 'Não foi possível excluir filtro. Occorreu um erro de servidor'; |
| | | $messages['filterdeleted'] = 'Filtro excluído com sucesso'; |
| | | $messages['filtersaved'] = 'Filtro gravado com sucesso'; |
| | | $messages['filtersaveerror'] = 'Não foi possível gravar filtro. Occoreu um erro de servidor.'; |
| | | $messages['filterdeleteconfirm'] = 'Deseja realmente excluir o filtro selecionado?'; |
| | | $messages['ruledeleteconfirm'] = 'Deseja realmente excluir a regra selecionada?'; |
| | | $messages['actiondeleteconfirm'] = 'Deseja realmente excluir a ação selecionada?'; |
| | | $messages['forbiddenchars'] = 'Caracteres não permitidos no campo'; |
| | | $messages['cannotbeempty'] = 'Campo não pode ficar em branco'; |
| | | $messages['ruleexist'] = 'O filtro com o nome especificado já existe.'; |
| | | $messages['setactivateerror'] = 'Não foi possível ativar o conjunto de filtros selecionados. Ocorreu um erro no servidor.'; |
| | | $messages['setdeactivateerror'] = 'Não foi possível desativar o conjunto de filtros selecionados. Ocorreu um erro no servidor.'; |
| | | $messages['setdeleteerror'] = 'Não foi possível excluir o conjunto de filtros selecionados. Ocorreu um erro no servidor.'; |
| | | $messages['setactivated'] = 'Conjunto de filtros ativados com sucesso.'; |
| | | $messages['setdeactivated'] = 'Conjunto de filtros desativados com sucesso.'; |
| | | $messages['setdeleted'] = 'Conjunto de filtros excluídos com sucesso.'; |
| | | $messages['setdeleteconfirm'] = 'Você está certo que deseja excluir o conjunto de filtros selecionados?'; |
| | | $messages['setcreateerror'] = 'Não foi possível criar o conjunto de filtros. Ocorreu um erro no servidor.'; |
| | | $messages['setcreated'] = 'Conjunto de filtros criado com sucesso.'; |
| | | $messages['activateerror'] = 'Não foi possível habilitar o(s) filtro(s) selecionado(s). Ocorreu um erro no servidor.'; |
| | | $messages['deactivateerror'] = 'Não foi possível desabilitar o(s) filtro(s) selecionado(s). Ocorreu um erro no servidor.'; |
| | | $messages['deactivated'] = 'Filtro(s) habilitado(s) com sucesso.'; |
| | | $messages['activated'] = 'Filtro(s) desabilitado(s) com sucesso.'; |
| | | $messages['moved'] = 'Filtro movido com sucesso.'; |
| | | $messages['moveerror'] = 'Não foi possível mover o filtro selecionado. Ocorreu um erro no servidor.'; |
| | | $messages['nametoolong'] = 'Nome muito longo.'; |
| | | $messages['namereserved'] = 'Nome reservado.'; |
| | | $messages['setexist'] = 'Conjunto já existe.'; |
| | | $messages['nodata'] = 'Pelo menos uma posição precisa ser selecionada!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/pt_PT/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['filters'] = 'Filtros'; |
| | | $labels['managefilters'] = 'Gerir filtros'; |
| | | $labels['filtername'] = 'Nome do filtro'; |
| | |
| | | $labels['recipient'] = 'Destinatário'; |
| | | $labels['vacationaddresses'] = 'Lista adicional de destinatários de e-mails (separados por vírgula):'; |
| | | $labels['vacationdays'] = 'Enviar mensagens com que frequência (em dias):'; |
| | | $labels['vacationinterval'] = 'Com que frequência envia mensagens:'; |
| | | $labels['days'] = 'dias'; |
| | | $labels['seconds'] = 'segundos'; |
| | | $labels['vacationreason'] = 'Conteúdo da mensagem (motivo da ausência):'; |
| | | $labels['vacationsubject'] = 'Assunto da mensagem:'; |
| | | $labels['rulestop'] = 'Parar de avaliar regras'; |
| | |
| | | $labels['flaganswered'] = 'Respondida'; |
| | | $labels['flagflagged'] = 'Marcada'; |
| | | $labels['flagdraft'] = 'Rascunho'; |
| | | $labels['setvariable'] = 'Definir variável'; |
| | | $labels['setvarname'] = 'Nome da Variável:'; |
| | | $labels['setvarvalue'] = 'Valor da Variável:'; |
| | | $labels['setvarmodifiers'] = 'Modificadores:'; |
| | | $labels['varlower'] = 'minúscula'; |
| | | $labels['varupper'] = 'maiúscula'; |
| | | $labels['varlowerfirst'] = 'primeira letra em minúscula'; |
| | | $labels['varupperfirst'] = 'primeira letra em maiúscula'; |
| | | $labels['varquotewildcard'] = 'citar caracteres especiais'; |
| | | $labels['varlength'] = 'tamanho'; |
| | | $labels['notify'] = 'Enviar notificação'; |
| | | $labels['notifyaddress'] = 'Endereço de E-mail to:'; |
| | | $labels['notifybody'] = 'Corpo de Notificação:'; |
| | | $labels['notifysubject'] = 'Assunto Notificação:'; |
| | | $labels['notifyfrom'] = 'Remetente Notificação:'; |
| | | $labels['notifyimportance'] = 'Importância:'; |
| | | $labels['notifyimportancelow'] = 'baixa'; |
| | | $labels['notifyimportancenormal'] = 'normal'; |
| | | $labels['notifyimportancehigh'] = 'alta'; |
| | | $labels['filtercreate'] = 'Criar filtro'; |
| | | $labels['usedata'] = 'Usar os seguintes dados no filtro:'; |
| | | $labels['nextstep'] = 'Próximo passo'; |
| | |
| | | $labels['octet'] = 'estrito (octeto)'; |
| | | $labels['asciicasemap'] = 'não sensível a maiúsculas/minúsculas (caracteres ascii)'; |
| | | $labels['asciinumeric'] = 'numérico (numérico ascii)'; |
| | | $labels['filterunknownerror'] = 'Erro de servidor desconhecido'; |
| | | $labels['filterconnerror'] = 'Não é possível ligar ao servidor Sieve'; |
| | | $labels['filterdeleteerror'] = 'Não foi possível eliminar o filtro. Erro no servidor'; |
| | | $labels['filterdeleted'] = 'Filtro eliminado com sucesso'; |
| | | $labels['filtersaved'] = 'Filtro guardado com sucesso'; |
| | | $labels['filtersaveerror'] = 'Não foi possível guardar o filtro. Erro no servidor'; |
| | | $labels['filterdeleteconfirm'] = 'Tem a certeza que pretende eliminar este filtro?'; |
| | | $labels['ruledeleteconfirm'] = 'Tem a certeza que pretende eliminar esta regra?'; |
| | | $labels['actiondeleteconfirm'] = 'Tem a certeza que pretende eliminar esta acção?'; |
| | | $labels['forbiddenchars'] = 'Caracteres inválidos no campo.'; |
| | | $labels['cannotbeempty'] = 'Este campo não pode estar vazio.'; |
| | | $labels['ruleexist'] = 'Já existe um Filtro com o nome especificado.'; |
| | | $labels['setactivateerror'] = 'Não foi possível ativar os filtros selecionados. Ocorreu um erro no servidor.'; |
| | | $labels['setdeactivateerror'] = 'Não foi possível desativar os filtros selecionados. Ocorreu um erro no servidor.'; |
| | | $labels['setdeleteerror'] = 'Não foi possível eliminar os filtros selecionados. Ocorreu um erro no servidor.'; |
| | | $labels['setactivated'] = 'Filtros ativados com sucesso.'; |
| | | $labels['setdeactivated'] = 'Filtros desativados com sucesso.'; |
| | | $labels['setdeleted'] = 'Filtros eliminados com sucesso.'; |
| | | $labels['setdeleteconfirm'] = 'Tem a certeza que pretende eliminar os filtros selecionados?'; |
| | | $labels['setcreateerror'] = 'Não foi possível criar o conjunto de filtros. Ocorreu um erro no servidor.'; |
| | | $labels['setcreated'] = 'Conjunto de filtros criado com sucesso.'; |
| | | $labels['activateerror'] = 'Não foi possível ativar os filtros selecionados. Ocorreu um erro no servidor.'; |
| | | $labels['deactivateerror'] = 'Não foi possível desativar os filtros selecionados. Ocorreu um erro no servidor.'; |
| | | $labels['activated'] = 'Filtro(s) desativado(s) com sucesso.'; |
| | | $labels['deactivated'] = 'Filtro(s) ativado(s) com sucesso.'; |
| | | $labels['moved'] = 'Filtro movido com sucesso.'; |
| | | $labels['moveerror'] = 'Não foi possível mover o filtro selecionado. Ocorreu um erro no servidor.'; |
| | | $labels['nametoolong'] = 'Nome demasiado longo.'; |
| | | $labels['namereserved'] = 'Nome invertido.'; |
| | | $labels['setexist'] = 'O conjunto já existe.'; |
| | | $labels['nodata'] = 'Deve selecionar pelo menos uma posição.'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = 'Erro de servidor desconhecido'; |
| | | $messages['filterconnerror'] = 'Não é possível ligar ao servidor Sieve'; |
| | | $messages['filterdeleteerror'] = 'Não foi possível eliminar o filtro. Erro no servidor'; |
| | | $messages['filterdeleted'] = 'Filtro eliminado com sucesso'; |
| | | $messages['filtersaved'] = 'Filtro guardado com sucesso'; |
| | | $messages['filtersaveerror'] = 'Não foi possível guardar o filtro. Erro no servidor'; |
| | | $messages['filterdeleteconfirm'] = 'Tem a certeza que pretende eliminar este filtro?'; |
| | | $messages['ruledeleteconfirm'] = 'Tem a certeza que pretende eliminar esta regra?'; |
| | | $messages['actiondeleteconfirm'] = 'Tem a certeza que pretende eliminar esta acção?'; |
| | | $messages['forbiddenchars'] = 'Caracteres inválidos no campo.'; |
| | | $messages['cannotbeempty'] = 'Este campo não pode estar vazio.'; |
| | | $messages['ruleexist'] = 'Já existe um Filtro com o nome especificado.'; |
| | | $messages['setactivateerror'] = 'Não foi possível ativar os filtros selecionados. Ocorreu um erro no servidor.'; |
| | | $messages['setdeactivateerror'] = 'Não foi possível desativar os filtros selecionados. Ocorreu um erro no servidor.'; |
| | | $messages['setdeleteerror'] = 'Não foi possível eliminar os filtros selecionados. Ocorreu um erro no servidor.'; |
| | | $messages['setactivated'] = 'Filtros ativados com sucesso.'; |
| | | $messages['setdeactivated'] = 'Filtros desativados com sucesso.'; |
| | | $messages['setdeleted'] = 'Filtros eliminados com sucesso.'; |
| | | $messages['setdeleteconfirm'] = 'Tem a certeza que pretende eliminar os filtros selecionados?'; |
| | | $messages['setcreateerror'] = 'Não foi possível criar o conjunto de filtros. Ocorreu um erro no servidor.'; |
| | | $messages['setcreated'] = 'Conjunto de filtros criado com sucesso.'; |
| | | $messages['activateerror'] = 'Não foi possível ativar os filtros selecionados. Ocorreu um erro no servidor.'; |
| | | $messages['deactivateerror'] = 'Não foi possível desativar os filtros selecionados. Ocorreu um erro no servidor.'; |
| | | $messages['deactivated'] = 'Filtro(s) ativado(s) com sucesso.'; |
| | | $messages['activated'] = 'Filtro(s) desativado(s) com sucesso.'; |
| | | $messages['moved'] = 'Filtro movido com sucesso.'; |
| | | $messages['moveerror'] = 'Não foi possível mover o filtro selecionado. Ocorreu um erro no servidor.'; |
| | | $messages['nametoolong'] = 'Nome demasiado longo.'; |
| | | $messages['namereserved'] = 'Nome invertido.'; |
| | | $messages['setexist'] = 'O conjunto já existe.'; |
| | | $messages['nodata'] = 'Deve selecionar pelo menos uma posição.'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/ro_RO/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: tudor <tudor@starnet-alba.ro> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['filters'] = 'Filtre'; |
| | | $labels['managefilters'] = 'Administrează filtrele pentru mesaje primite.'; |
| | | $labels['filtername'] = 'Nume filtru'; |
| | |
| | | $labels['del'] = 'Șterge'; |
| | | $labels['sender'] = 'Expeditor'; |
| | | $labels['recipient'] = 'Destinatar'; |
| | | $labels['vacationaddresses'] = 'Adresele mele de e-mail adiționale (împărțite cu virgulă):'; |
| | | $labels['vacationdays'] = 'Cât de des să trimit mesajele (în zile):'; |
| | | $labels['vacationinterval'] = 'How often send messages:'; |
| | | $labels['days'] = 'days'; |
| | | $labels['seconds'] = 'seconds'; |
| | | $labels['vacationreason'] = 'Corpul mesajului (motivul vacanţei):'; |
| | | $labels['vacationsubject'] = 'Subiectul mesajului:'; |
| | | $labels['rulestop'] = 'Nu mai evalua reguli'; |
| | |
| | | $labels['flaganswered'] = 'Răspuns'; |
| | | $labels['flagflagged'] = 'Marcat'; |
| | | $labels['flagdraft'] = 'Schiță'; |
| | | $labels['setvariable'] = 'Setare variabilă'; |
| | | $labels['setvarname'] = 'Nume variabilă:'; |
| | | $labels['setvarvalue'] = 'Valoare variabilă:'; |
| | | $labels['setvarmodifiers'] = 'Modificatori:'; |
| | | $labels['varlower'] = 'cu litere mici'; |
| | | $labels['varupper'] = 'cu litere mari'; |
| | | $labels['varlowerfirst'] = 'primul caracter cu litre mici'; |
| | | $labels['varupperfirst'] = 'primul caracter cu litre mari'; |
| | | $labels['varquotewildcard'] = 'caracterele speciale în citat'; |
| | | $labels['varlength'] = 'lungime'; |
| | | $labels['notify'] = 'Notificare trimitere'; |
| | | $labels['notifyaddress'] = 'La adresa de e-mail'; |
| | | $labels['notifybody'] = 'Mesajul de notificare:'; |
| | | $labels['notifysubject'] = 'Subiectul notificării:'; |
| | | $labels['notifyfrom'] = 'Expeditorul notificării:'; |
| | | $labels['notifyimportance'] = 'Importanța:'; |
| | | $labels['notifyimportancelow'] = 'mică'; |
| | | $labels['notifyimportancenormal'] = 'normală'; |
| | | $labels['notifyimportancehigh'] = 'mare'; |
| | | $labels['filtercreate'] = 'Crează filtru'; |
| | | $labels['usedata'] = 'Foloseşte următoarele date în filtru:'; |
| | | $labels['nextstep'] = 'Următorul Pas'; |
| | |
| | | $labels['octet'] = 'strict (octet)'; |
| | | $labels['asciicasemap'] = 'ignoră majusculele (ascii-casemap)'; |
| | | $labels['asciinumeric'] = 'numeric (ascii-numeric)'; |
| | | $labels['filterunknownerror'] = 'Eroare necunoscută la server:'; |
| | | $labels['filterconnerror'] = 'Nu mă pot conecta la server.'; |
| | | $labels['filterdeleteerror'] = 'Nu pot şterge filtrul. S-a produs o eroare la server.'; |
| | | $labels['filterdeleted'] = 'Filtrul a fost şters cu succes.'; |
| | | $labels['filtersaved'] = 'Filtrul a fost salvat cu succes.'; |
| | | $labels['filtersaveerror'] = 'Nu am putut salva filtrul. S-a produs o eroare la server.'; |
| | | $labels['filterdeleteconfirm'] = 'Chiar vrei să ştergi filtrul selectat?'; |
| | | $labels['ruledeleteconfirm'] = 'Eşti sigur că vrei să ştergi regula selectată?'; |
| | | $labels['actiondeleteconfirm'] = 'Eşti sigur că vrei să ştergi acţiunea selectată?'; |
| | | $labels['forbiddenchars'] = 'Caractere nepermise în câmp.'; |
| | | $labels['cannotbeempty'] = 'Câmpul nu poate fi gol.'; |
| | | $labels['ruleexist'] = 'Filtrul cu numele specificat există deja.'; |
| | | $labels['setactivateerror'] = 'Nu pot activa setul de filtre selectat. S-a produs o eroare la server.'; |
| | | $labels['setdeactivateerror'] = 'Nu pot dezactiva setul de filtre selectat. S-a produs o eroare la server.'; |
| | | $labels['setdeleteerror'] = 'Nu pot şterge setul de filtre selectat. S-a produs o eroare la server.'; |
| | | $labels['setactivated'] = 'Setul de filtre activat cu succes.'; |
| | | $labels['setdeactivated'] = 'Setul de filtre dezactivat cu succes.'; |
| | | $labels['setdeleted'] = 'Setul de filtre şters cu succes.'; |
| | | $labels['setdeleteconfirm'] = 'Eşti sigur(ă) că vrei să ştergi setul de filtre selectat?'; |
| | | $labels['setcreateerror'] = 'Nu am putut crea setul de filtre. S-a produs o eroare la server.'; |
| | | $labels['setcreated'] = 'Setul de filtre creat cu succes.'; |
| | | $labels['activateerror'] = 'Nu am putut activa filtrele selectate. S-a produs o eroare la server.'; |
| | | $labels['deactivateerror'] = 'Nu am putut dezactiva filtrele selectate. S-a produs o eroare la server.'; |
| | | $labels['activated'] = 'Filtrele au fost dezactivate cu succes.'; |
| | | $labels['deactivated'] = 'Filtrele au fost activate cu succes.'; |
| | | $labels['moved'] = 'Filtrele au fost mutate cu succes.'; |
| | | $labels['moveerror'] = 'Nu am putut muta filtreele selectate. S-a produs o eroare la server.'; |
| | | $labels['nametoolong'] = 'Numele este prea lung.'; |
| | | $labels['namereserved'] = 'Nume rezervat.'; |
| | | $labels['setexist'] = 'Setul există deja.'; |
| | | $labels['nodata'] = 'Trebuie selectată cel putin o poziţie!'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = 'Eroare necunoscută la server:'; |
| | | $messages['filterconnerror'] = 'Nu mă pot conecta la server.'; |
| | | $messages['filterdeleteerror'] = 'Nu pot şterge filtrul. S-a produs o eroare la server.'; |
| | | $messages['filterdeleted'] = 'Filtrul a fost şters cu succes.'; |
| | | $messages['filtersaved'] = 'Filtrul a fost salvat cu succes.'; |
| | | $messages['filtersaveerror'] = 'Nu am putut salva filtrul. S-a produs o eroare la server.'; |
| | | $messages['filterdeleteconfirm'] = 'Chiar vrei să ştergi filtrul selectat?'; |
| | | $messages['ruledeleteconfirm'] = 'Eşti sigur că vrei să ştergi regula selectată?'; |
| | | $messages['actiondeleteconfirm'] = 'Eşti sigur că vrei să ştergi acţiunea selectată?'; |
| | | $messages['forbiddenchars'] = 'Caractere nepermise în câmp.'; |
| | | $messages['cannotbeempty'] = 'Câmpul nu poate fi gol.'; |
| | | $messages['ruleexist'] = 'Filtrul cu numele specificat există deja.'; |
| | | $messages['setactivateerror'] = 'Nu pot activa setul de filtre selectat. S-a produs o eroare la server.'; |
| | | $messages['setdeactivateerror'] = 'Nu pot dezactiva setul de filtre selectat. S-a produs o eroare la server.'; |
| | | $messages['setdeleteerror'] = 'Nu pot şterge setul de filtre selectat. S-a produs o eroare la server.'; |
| | | $messages['setactivated'] = 'Setul de filtre activat cu succes.'; |
| | | $messages['setdeactivated'] = 'Setul de filtre dezactivat cu succes.'; |
| | | $messages['setdeleted'] = 'Setul de filtre şters cu succes.'; |
| | | $messages['setdeleteconfirm'] = 'Eşti sigur(ă) că vrei să ştergi setul de filtre selectat?'; |
| | | $messages['setcreateerror'] = 'Nu am putut crea setul de filtre. S-a produs o eroare la server.'; |
| | | $messages['setcreated'] = 'Setul de filtre creat cu succes.'; |
| | | $messages['activateerror'] = 'Nu am putut activa filtrele selectate. S-a produs o eroare la server.'; |
| | | $messages['deactivateerror'] = 'Nu am putut dezactiva filtrele selectate. S-a produs o eroare la server.'; |
| | | $messages['deactivated'] = 'Filtrele au fost activate cu succes.'; |
| | | $messages['activated'] = 'Filtrele au fost dezactivate cu succes.'; |
| | | $messages['moved'] = 'Filtrele au fost mutate cu succes.'; |
| | | $messages['moveerror'] = 'Nu am putut muta filtreele selectate. S-a produs o eroare la server.'; |
| | | $messages['nametoolong'] = 'Numele este prea lung.'; |
| | | $messages['namereserved'] = 'Nume rezervat.'; |
| | | $messages['setexist'] = 'Setul există deja.'; |
| | | $messages['nodata'] = 'Trebuie selectată cel putin o poziţie!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/ru_RU/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Vyacheslav Sharmanov | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['filters'] = 'Фильтры'; |
| | | $labels['managefilters'] = 'Управление фильтрами для входящей почты'; |
| | | $labels['filtername'] = 'Название фильтра'; |
| | |
| | | $labels['recipient'] = 'Получатель'; |
| | | $labels['vacationaddresses'] = 'Список моих дополнительных адресов (разделённых запятыми):'; |
| | | $labels['vacationdays'] = 'Как часто отправлять сообщения (в днях):'; |
| | | $labels['vacationinterval'] = 'How often send messages:'; |
| | | $labels['days'] = 'days'; |
| | | $labels['seconds'] = 'seconds'; |
| | | $labels['vacationreason'] = 'Текст сообщения (причина отсутствия):'; |
| | | $labels['vacationsubject'] = 'Тема сообщения:'; |
| | | $labels['rulestop'] = 'Закончить выполнение'; |
| | |
| | | $labels['flaganswered'] = 'Отвечено'; |
| | | $labels['flagflagged'] = 'Помечено'; |
| | | $labels['flagdraft'] = 'Черновик'; |
| | | $labels['setvariable'] = 'Задать переменную'; |
| | | $labels['setvarname'] = 'Имя переменной:'; |
| | | $labels['setvarvalue'] = 'Значение переменной:'; |
| | | $labels['setvarmodifiers'] = 'Модификаторы:'; |
| | | $labels['varlower'] = 'нижний регистр'; |
| | | $labels['varupper'] = 'верхний регистр'; |
| | | $labels['varlowerfirst'] = 'первый символ в нижнем регистре'; |
| | | $labels['varupperfirst'] = 'первый символ в верхнем регистре'; |
| | | $labels['varquotewildcard'] = 'символ кавычек'; |
| | | $labels['varlength'] = 'длина'; |
| | | $labels['notify'] = 'Отправить уведомление'; |
| | | $labels['notifyaddress'] = 'На адрес электронной почты:'; |
| | | $labels['notifybody'] = 'Текст уведомления:'; |
| | | $labels['notifysubject'] = 'Тема уведомления:'; |
| | | $labels['notifyfrom'] = 'Отправитель уведомления:'; |
| | | $labels['notifyimportance'] = 'Важность:'; |
| | | $labels['notifyimportancelow'] = 'низкая'; |
| | | $labels['notifyimportancenormal'] = 'нормальная'; |
| | | $labels['notifyimportancehigh'] = 'высокая'; |
| | | $labels['filtercreate'] = 'Создать фильтр'; |
| | | $labels['usedata'] = 'Использовать следующие данные в фильтре:'; |
| | | $labels['nextstep'] = 'Далее'; |
| | |
| | | $labels['octet'] = 'Строгий (octet)'; |
| | | $labels['asciicasemap'] = 'Регистронезависимый (ascii-casemap)'; |
| | | $labels['asciinumeric'] = 'Числовой (ascii-numeric)'; |
| | | $labels['filterunknownerror'] = 'Неизвестная ошибка сервера'; |
| | | $labels['filterconnerror'] = 'Невозможно подсоединится к серверу фильтров'; |
| | | $labels['filterdeleteerror'] = 'Невозможно удалить фильтр. Ошибка сервера.'; |
| | | $labels['filterdeleted'] = 'Фильтр успешно удалён.'; |
| | | $labels['filtersaved'] = 'Фильтр успешно сохранён.'; |
| | | $labels['filtersaveerror'] = 'Невозможно сохранить фильтр. Ошибка сервера.'; |
| | | $labels['filterdeleteconfirm'] = 'Вы действительно хотите удалить фильтр?'; |
| | | $labels['ruledeleteconfirm'] = 'Вы уверенны, что хотите удалить это правило?'; |
| | | $labels['actiondeleteconfirm'] = 'Вы уверенны, что хотите удалить это действие?'; |
| | | $labels['forbiddenchars'] = 'Недопустимые символы в поле.'; |
| | | $labels['cannotbeempty'] = 'Поле не может быть пустым.'; |
| | | $labels['ruleexist'] = 'Фильтр с таким именем уже существует.'; |
| | | $labels['setactivateerror'] = 'Невозможно включить выбранный набор фильтров. Ошибка сервера.'; |
| | | $labels['setdeactivateerror'] = 'Невозможно отключить выбранный набор фильтров. Ошибка сервера.'; |
| | | $labels['setdeleteerror'] = 'Невозможно удалить выбранный набор фильтров. Ошибка сервера.'; |
| | | $labels['setactivated'] = 'Набор фильтров успешно включён.'; |
| | | $labels['setdeactivated'] = 'Набор фильтров успешно отключён.'; |
| | | $labels['setdeleted'] = 'Набор фильтров успешно удалён.'; |
| | | $labels['setdeleteconfirm'] = 'Вы уверены в том, что хотите удалить выбранный набор фильтров?'; |
| | | $labels['setcreateerror'] = 'Невозможно создать набор фильтров. Ошибка сервера.'; |
| | | $labels['setcreated'] = 'Набор фильтров успешно создан.'; |
| | | $labels['activateerror'] = 'Невозможно включить выбранный(е) фильтр(ы). Ошибка сервера.'; |
| | | $labels['deactivateerror'] = 'Невозможно выключить выбранный(е) фильтр(ы). Ошибка сервера.'; |
| | | $labels['activated'] = 'Фильтр(ы) успешно отключен(ы).'; |
| | | $labels['deactivated'] = 'Фильтр(ы) успешно включен(ы).'; |
| | | $labels['moved'] = 'Фильтр успешно перемещён.'; |
| | | $labels['moveerror'] = 'Невозможно переместить фильтр. Ошибка сервера.'; |
| | | $labels['nametoolong'] = 'Невозможно создать набор фильтров. Название слишком длинное.'; |
| | | $labels['namereserved'] = 'Зарезервированное имя.'; |
| | | $labels['setexist'] = 'Набор уже существует.'; |
| | | $labels['nodata'] = 'Нужно выбрать хотя бы одну позицию!'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = 'Неизвестная ошибка сервера'; |
| | | $messages['filterconnerror'] = 'Невозможно подсоединится к серверу фильтров'; |
| | | $messages['filterdeleteerror'] = 'Невозможно удалить фильтр. Ошибка сервера.'; |
| | | $messages['filterdeleted'] = 'Фильтр успешно удалён.'; |
| | | $messages['filtersaved'] = 'Фильтр успешно сохранён.'; |
| | | $messages['filtersaveerror'] = 'Невозможно сохранить фильтр. Ошибка сервера.'; |
| | | $messages['filterdeleteconfirm'] = 'Вы действительно хотите удалить фильтр?'; |
| | | $messages['ruledeleteconfirm'] = 'Вы уверенны, что хотите удалить это правило?'; |
| | | $messages['actiondeleteconfirm'] = 'Вы уверенны, что хотите удалить это действие?'; |
| | | $messages['forbiddenchars'] = 'Недопустимые символы в поле.'; |
| | | $messages['cannotbeempty'] = 'Поле не может быть пустым.'; |
| | | $messages['ruleexist'] = 'Фильтр с таким именем уже существует.'; |
| | | $messages['setactivateerror'] = 'Невозможно включить выбранный набор фильтров. Ошибка сервера.'; |
| | | $messages['setdeactivateerror'] = 'Невозможно отключить выбранный набор фильтров. Ошибка сервера.'; |
| | | $messages['setdeleteerror'] = 'Невозможно удалить выбранный набор фильтров. Ошибка сервера.'; |
| | | $messages['setactivated'] = 'Набор фильтров успешно включён.'; |
| | | $messages['setdeactivated'] = 'Набор фильтров успешно отключён.'; |
| | | $messages['setdeleted'] = 'Набор фильтров успешно удалён.'; |
| | | $messages['setdeleteconfirm'] = 'Вы уверены в том, что хотите удалить выбранный набор фильтров?'; |
| | | $messages['setcreateerror'] = 'Невозможно создать набор фильтров. Ошибка сервера.'; |
| | | $messages['setcreated'] = 'Набор фильтров успешно создан.'; |
| | | $messages['activateerror'] = 'Невозможно включить выбранный(е) фильтр(ы). Ошибка сервера.'; |
| | | $messages['deactivateerror'] = 'Невозможно выключить выбранный(е) фильтр(ы). Ошибка сервера.'; |
| | | $messages['deactivated'] = 'Фильтр(ы) успешно включен(ы).'; |
| | | $messages['activated'] = 'Фильтр(ы) успешно отключен(ы).'; |
| | | $messages['moved'] = 'Фильтр успешно перемещён.'; |
| | | $messages['moveerror'] = 'Невозможно переместить фильтр. Ошибка сервера.'; |
| | | $messages['nametoolong'] = 'Невозможно создать набор фильтров. Название слишком длинное.'; |
| | | $messages['namereserved'] = 'Зарезервированное имя.'; |
| | | $messages['setexist'] = 'Набор уже существует.'; |
| | | $messages['nodata'] = 'Нужно выбрать хотя бы одну позицию!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/si_LK/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Mohamed Rizmi <Unknown> | |
| | | +-----------------------------------------------------------------------+ |
| | | @version $Id$ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['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'] = 'ඉහළට ගෙනයන්න'; |
| | | $labels['movedown'] = 'පහළට ගෙනයන්න'; |
| | | $labels['filterallof'] = 'matching all of the following rules'; |
| | | $labels['filteranyof'] = 'matching any of the following rules'; |
| | | $labels['filterany'] = 'සියලු පණිවිඩ'; |
| | | $labels['filtercontains'] = 'අඩංගු'; |
| | | $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'] = 'පණිවිඩය මකන්න'; |
| | | $labels['messagediscard'] = 'Discard with message'; |
| | | $labels['messagesrules'] = 'For incoming mail:'; |
| | | $labels['messagesactions'] = '...execute the following actions:'; |
| | | $labels['add'] = 'එක් කරන්න'; |
| | | $labels['del'] = 'මකන්න'; |
| | | $labels['sender'] = 'යවන්නා'; |
| | | $labels['recipient'] = 'ලබන්නා'; |
| | | $labels['vacationaddresses'] = 'My additional e-mail addresse(s) (comma-separated):'; |
| | | $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'] = 'පණිවිඩයේ මාතෘකාව:'; |
| | | $labels['rulestop'] = 'Stop evaluating rules'; |
| | | $labels['enable'] = 'සක්රීය කරන්න/අක්රීය කරන්න'; |
| | | $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'] = 'සක්රීය'; |
| | | $labels['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 does not equal'; |
| | | $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 does not equal'; |
| | | $labels['setflags'] = 'Set flags to the message'; |
| | | $labels['addflags'] = 'Add flags to the message'; |
| | | $labels['removeflags'] = 'Remove flags from the message'; |
| | | $labels['flagread'] = 'කියවන්න'; |
| | | $labels['flagdeleted'] = 'මකන ලදී'; |
| | | $labels['flaganswered'] = 'Answered'; |
| | | $labels['flagflagged'] = 'Flagged'; |
| | | $labels['flagdraft'] = 'කටු සටහන'; |
| | | $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'] = 'මීලග පියවර'; |
| | | $labels['...'] = '...'; |
| | | $labels['advancedopts'] = 'Advanced options'; |
| | | $labels['body'] = 'Body'; |
| | | $labels['address'] = 'ලිපිනය'; |
| | | $labels['envelope'] = 'ලියුම් කවරය'; |
| | | $labels['modifier'] = 'modifier:'; |
| | | $labels['text'] = 'text'; |
| | | $labels['undecoded'] = 'undecoded (raw)'; |
| | | $labels['contenttype'] = 'content type'; |
| | | $labels['modtype'] = 'වර්ගය:'; |
| | | $labels['allparts'] = 'සියල්ල'; |
| | | $labels['nametoolong'] = 'නම දිග වැඩිය.'; |
| | | $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)'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = 'Unknown server error.'; |
| | | $messages['filterconnerror'] = 'Unable to connect to server.'; |
| | | $messages['filterdeleteerror'] = 'Unable to delete filter. Server error occured.'; |
| | | $messages['filterdeleted'] = 'Filter deleted successfully.'; |
| | | $messages['filtersaved'] = 'Filter saved successfully.'; |
| | | $messages['filtersaveerror'] = 'Unable to save filter. Server error occured.'; |
| | | $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 occured.'; |
| | | $messages['setdeactivateerror'] = 'Unable to deactivate selected filters set. Server error occured.'; |
| | | $messages['setdeleteerror'] = 'Unable to delete selected filters set. Server error occured.'; |
| | | $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 occured.'; |
| | | $messages['setcreated'] = 'Filters set created successfully.'; |
| | | $messages['activateerror'] = 'Unable to enable selected filter(s). Server error occured.'; |
| | | $messages['deactivateerror'] = 'Unable to disable selected filter(s). Server error occured.'; |
| | | $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 occured.'; |
| | | $messages['nametoolong'] = 'නම දිග වැඩිය.'; |
| | | $messages['namereserved'] = 'Reserved name.'; |
| | | $messages['setexist'] = 'Set already exists.'; |
| | | $messages['nodata'] = 'At least one position must be selected!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/sk_SK/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['filters'] = 'Filtre'; |
| | | $labels['managefilters'] = 'Správa filtrov príchádzajúcej pošty'; |
| | | $labels['filtername'] = 'Názov filtra'; |
| | |
| | | $labels['recipient'] = 'Adresát'; |
| | | $labels['vacationaddresses'] = 'Dodatoční príjemcovia správy (oddelení čiarkami):'; |
| | | $labels['vacationdays'] = 'Počet dní medzi odoslaním správy:'; |
| | | $labels['vacationinterval'] = 'How often send messages:'; |
| | | $labels['days'] = 'days'; |
| | | $labels['seconds'] = 'seconds'; |
| | | $labels['vacationreason'] = 'Dôvod neprítomnosti:'; |
| | | $labels['vacationsubject'] = 'Predmet správy:'; |
| | | $labels['rulestop'] = 'Koniec pravidiel'; |
| | |
| | | $labels['flaganswered'] = 'Odpovedané'; |
| | | $labels['flagflagged'] = 'Označené'; |
| | | $labels['flagdraft'] = 'Koncept'; |
| | | $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'] = 'Vytvoriť filter'; |
| | | $labels['usedata'] = 'Použiť tieto údaje vo filtri:'; |
| | | $labels['nextstep'] = 'Ďalší krok'; |
| | |
| | | $labels['octet'] = 'striktný (osmičkovo)'; |
| | | $labels['asciicasemap'] = 'nerozlišuje veľké a malé písmená (ascii tabuľka znakov)'; |
| | | $labels['asciinumeric'] = 'numerické (ascii čísla)'; |
| | | $labels['filterunknownerror'] = 'Neznáma chyba serveru'; |
| | | $labels['filterconnerror'] = 'Nepodarilo sa pripojiť k managesieve serveru'; |
| | | $labels['filterdeleteerror'] = 'Nepodarilo sa zmazať filter, server ohlásil chybu'; |
| | | $labels['filterdeleted'] = 'Filter bol zmazaný'; |
| | | $labels['filtersaved'] = 'Filter bol uložený'; |
| | | $labels['filtersaveerror'] = 'Nepodarilo sa uložiť filter, server ohlásil chybu'; |
| | | $labels['filterdeleteconfirm'] = 'Naozaj si prajete zmazať tento filter?'; |
| | | $labels['ruledeleteconfirm'] = 'Naozaj si prajete zamzať toto pravidlo?'; |
| | | $labels['actiondeleteconfirm'] = 'Naozaj si prajete zmazať túto akciu?'; |
| | | $labels['forbiddenchars'] = 'Pole obsahuje nepovolené znaky'; |
| | | $labels['cannotbeempty'] = 'Pole nemôže byť prázdne'; |
| | | $labels['ruleexist'] = 'Filter so zadaným menom už existuje.'; |
| | | $labels['setactivateerror'] = 'Nepodarilo sa aktivovať zvolenú sadu filtrov, server ohlásil chybu'; |
| | | $labels['setdeactivateerror'] = 'Nepodarilo sa deaktivovať zvolenú sadu filtrov, server ohlásil chybu'; |
| | | $labels['setdeleteerror'] = 'Nepodarilo sa zmazať zvolenú sadu filtrov, server ohlásil chybu'; |
| | | $labels['setactivated'] = 'Sada filtrov bola aktivovaná'; |
| | | $labels['setdeactivated'] = 'Sada filtrov bola deaktivovaná'; |
| | | $labels['setdeleted'] = 'Sada filtrov bola zmazaná'; |
| | | $labels['setdeleteconfirm'] = 'Naozaj si prajete zmazať túto sadu filtrov?'; |
| | | $labels['setcreateerror'] = 'Nepodarilo sa vytvoriť sadu filtrov, server ohlásil chybu'; |
| | | $labels['setcreated'] = 'Sada filtrov bola vytvorená'; |
| | | $labels['activateerror'] = 'Nepodarilo sa povoliť vybraný filter(e). Chyba servera.'; |
| | | $labels['deactivateerror'] = 'Nepodarilo sa vypnúť vybraný filter(e). Chyba servera.'; |
| | | $labels['activated'] = 'Filter(e) úspešne vypnutý.'; |
| | | $labels['deactivated'] = 'Filter(e) povolený.'; |
| | | $labels['moved'] = 'Filter presunutý.'; |
| | | $labels['moveerror'] = 'Nemôžem presunúť zvolený filter. Chyba servera.'; |
| | | $labels['nametoolong'] = 'Názov sady filtrov je príliš dlhý'; |
| | | $labels['namereserved'] = 'Rezervovaný názov.'; |
| | | $labels['setexist'] = 'Množina už existuje.'; |
| | | $labels['nodata'] = 'Aspoň jedna pozícia musí byť zvolená.'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = 'Neznáma chyba serveru'; |
| | | $messages['filterconnerror'] = 'Nepodarilo sa pripojiť k managesieve serveru'; |
| | | $messages['filterdeleteerror'] = 'Nepodarilo sa zmazať filter, server ohlásil chybu'; |
| | | $messages['filterdeleted'] = 'Filter bol zmazaný'; |
| | | $messages['filtersaved'] = 'Filter bol uložený'; |
| | | $messages['filtersaveerror'] = 'Nepodarilo sa uložiť filter, server ohlásil chybu'; |
| | | $messages['filterdeleteconfirm'] = 'Naozaj si prajete zmazať tento filter?'; |
| | | $messages['ruledeleteconfirm'] = 'Naozaj si prajete zamzať toto pravidlo?'; |
| | | $messages['actiondeleteconfirm'] = 'Naozaj si prajete zmazať túto akciu?'; |
| | | $messages['forbiddenchars'] = 'Pole obsahuje nepovolené znaky'; |
| | | $messages['cannotbeempty'] = 'Pole nemôže byť prázdne'; |
| | | $messages['ruleexist'] = 'Filter so zadaným menom už existuje.'; |
| | | $messages['setactivateerror'] = 'Nepodarilo sa aktivovať zvolenú sadu filtrov, server ohlásil chybu'; |
| | | $messages['setdeactivateerror'] = 'Nepodarilo sa deaktivovať zvolenú sadu filtrov, server ohlásil chybu'; |
| | | $messages['setdeleteerror'] = 'Nepodarilo sa zmazať zvolenú sadu filtrov, server ohlásil chybu'; |
| | | $messages['setactivated'] = 'Sada filtrov bola aktivovaná'; |
| | | $messages['setdeactivated'] = 'Sada filtrov bola deaktivovaná'; |
| | | $messages['setdeleted'] = 'Sada filtrov bola zmazaná'; |
| | | $messages['setdeleteconfirm'] = 'Naozaj si prajete zmazať túto sadu filtrov?'; |
| | | $messages['setcreateerror'] = 'Nepodarilo sa vytvoriť sadu filtrov, server ohlásil chybu'; |
| | | $messages['setcreated'] = 'Sada filtrov bola vytvorená'; |
| | | $messages['activateerror'] = 'Nepodarilo sa povoliť vybraný filter(e). Chyba servera.'; |
| | | $messages['deactivateerror'] = 'Nepodarilo sa vypnúť vybraný filter(e). Chyba servera.'; |
| | | $messages['deactivated'] = 'Filter(e) povolený.'; |
| | | $messages['activated'] = 'Filter(e) úspešne vypnutý.'; |
| | | $messages['moved'] = 'Filter presunutý.'; |
| | | $messages['moveerror'] = 'Nemôžem presunúť zvolený filter. Chyba servera.'; |
| | | $messages['nametoolong'] = 'Názov sady filtrov je príliš dlhý'; |
| | | $messages['namereserved'] = 'Rezervovaný názov.'; |
| | | $messages['setexist'] = 'Množina už existuje.'; |
| | | $messages['nodata'] = 'Aspoň jedna pozícia musí byť zvolená.'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/sl_SI/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Teja Cetinski <teja.cetinski@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['filters'] = 'Filtri'; |
| | | $labels['managefilters'] = 'Uredi filtre za dohodno pošto'; |
| | | $labels['filtername'] = 'Ime filtra'; |
| | |
| | | $labels['recipient'] = 'Prejemnik'; |
| | | $labels['vacationaddresses'] = 'Dodaten seznam naslovov prejemnikov (ločenih z vejico):'; |
| | | $labels['vacationdays'] = 'Kako pogosto naj bodo sporočila poslana (v dnevih):'; |
| | | $labels['vacationinterval'] = 'How often send messages:'; |
| | | $labels['days'] = 'days'; |
| | | $labels['seconds'] = 'seconds'; |
| | | $labels['vacationreason'] = 'Vsebina sporočila (vzrok za odsotnost):'; |
| | | $labels['vacationsubject'] = 'Zadeva sporočila'; |
| | | $labels['rulestop'] = 'Prekini z izvajanjem pravil'; |
| | |
| | | $labels['flaganswered'] = 'Odgovorjeno'; |
| | | $labels['flagflagged'] = 'Označeno'; |
| | | $labels['flagdraft'] = 'Osnutek'; |
| | | $labels['setvariable'] = 'Nastavi spremenljivko'; |
| | | $labels['setvarname'] = 'Ime spremenljivke:'; |
| | | $labels['setvarvalue'] = 'Vrednost spremenljivke:'; |
| | | $labels['setvarmodifiers'] = 'Modifikator:'; |
| | | $labels['varlower'] = 'majhne črke'; |
| | | $labels['varupper'] = 'velike črke'; |
| | | $labels['varlowerfirst'] = 'prvi znak velika začetnica'; |
| | | $labels['varupperfirst'] = 'prvi znak velika začetnica'; |
| | | $labels['varquotewildcard'] = 'citiraj posebne znake'; |
| | | $labels['varlength'] = 'dolžina'; |
| | | $labels['notify'] = 'Poštlji obvestilo'; |
| | | $labels['notifyaddress'] = 'Na elektronski naslov:'; |
| | | $labels['notifybody'] = 'Telo obvestila:'; |
| | | $labels['notifysubject'] = 'Zadeva obvestila:'; |
| | | $labels['notifyfrom'] = 'Pošiljatelj obvestila:'; |
| | | $labels['notifyimportance'] = 'Pomembnost:'; |
| | | $labels['notifyimportancelow'] = 'nizko'; |
| | | $labels['notifyimportancenormal'] = 'običajno'; |
| | | $labels['notifyimportancehigh'] = 'visoko'; |
| | | $labels['filtercreate'] = 'Ustvari filter'; |
| | | $labels['usedata'] = 'Pri stvarjanju filtra uporabi naslednje podatke'; |
| | | $labels['nextstep'] = 'Naslednji korak'; |
| | |
| | | $labels['octet'] = 'strict (octet)'; |
| | | $labels['asciicasemap'] = 'ni občutljiv na velike/male črke (ascii-casemap)'; |
| | | $labels['asciinumeric'] = 'numerično (ascii-numeric)'; |
| | | $labels['filterunknownerror'] = 'Prišlo je do neznane napake.'; |
| | | $labels['filterconnerror'] = 'Povezave s strežnikom (managesieve) ni bilo mogoče vzpostaviti'; |
| | | $labels['filterdeleteerror'] = 'Pravila ni bilo mogoče izbrisati. Prišlo je do napake.'; |
| | | $labels['filterdeleted'] = 'Pravilo je bilo uspešno izbrisano.'; |
| | | $labels['filtersaved'] = 'Pravilo je bilo uspešno shranjeno'; |
| | | $labels['filtersaveerror'] = 'Pravilo ni bilo shranjeno. Prišlo je do napake.'; |
| | | $labels['filterdeleteconfirm'] = 'Ste prepričani, da želite izbrisati izbrano pravilo?'; |
| | | $labels['ruledeleteconfirm'] = 'Ste prepričani, da želite izbrisati izbrano pravilo?'; |
| | | $labels['actiondeleteconfirm'] = 'Ste prepričani, da želite izbrisati izbrano dejanje?'; |
| | | $labels['forbiddenchars'] = 'V polju so neveljavni znaki'; |
| | | $labels['cannotbeempty'] = 'Polje ne sme biti prazno'; |
| | | $labels['ruleexist'] = 'Filer s tem imenom že obstaja'; |
| | | $labels['setactivateerror'] = 'Izbranega filtra ni bilo mogoče vključiti. Prišlo je do napake na strežniku.'; |
| | | $labels['setdeactivateerror'] = 'Izbranega filtra ni bilo mogoče izključiti. Prišlo je do napake na strežniku.'; |
| | | $labels['setdeleteerror'] = 'Izbranega filtra ni bilo mogoče izbrisati. Prišlo je do napake na strežniku.'; |
| | | $labels['setactivated'] = 'Filter je bil uspešno vključen.'; |
| | | $labels['setdeactivated'] = 'Filter je bil uspešno onemogočen.'; |
| | | $labels['setdeleted'] = 'Filter je bil uspešno izbrisan.'; |
| | | $labels['setdeleteconfirm'] = 'Ste prepričani, da želite izbrisati ta filter?'; |
| | | $labels['setcreateerror'] = 'Filtra ni bilo mogoče ustvariti. Prišlo je do napake na strežniku.'; |
| | | $labels['setcreated'] = 'Filter je bil uspešno ustvarjen.'; |
| | | $labels['activateerror'] = 'Izbranega/ih filtra/ov ni bilo mogoče vključiti. Prišlo je do napake na strežniku.'; |
| | | $labels['deactivateerror'] = 'Izbranega/ih fitra/ov ni bilo mogoče izključiti. Prišlo je do napake na strežniku.'; |
| | | $labels['activated'] = 'Filtri so bili uspešno onemogočeni.'; |
| | | $labels['deactivated'] = 'Filtri so bili uspešno omogočeni.'; |
| | | $labels['moved'] = 'Filter je bil uspešno premaknjen.'; |
| | | $labels['moveerror'] = 'Izbranega filtra ni bilo mogoče premakniti. Prišlo je do napake na strežniku.'; |
| | | $labels['nametoolong'] = 'Ime je predolgo.'; |
| | | $labels['namereserved'] = 'Rezervirano ime.'; |
| | | $labels['setexist'] = 'Nastavitev filtra že obstaja.'; |
| | | $labels['nodata'] = 'Izbrana mora biti vsaj ena nastavitev!'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = 'Prišlo je do neznane napake.'; |
| | | $messages['filterconnerror'] = 'Povezave s strežnikom (managesieve) ni bilo mogoče vzpostaviti'; |
| | | $messages['filterdeleteerror'] = 'Pravila ni bilo mogoče izbrisati. Prišlo je do napake.'; |
| | | $messages['filterdeleted'] = 'Pravilo je bilo uspešno izbrisano.'; |
| | | $messages['filtersaved'] = 'Pravilo je bilo uspešno shranjeno'; |
| | | $messages['filtersaveerror'] = 'Pravilo ni bilo shranjeno. Prišlo je do napake.'; |
| | | $messages['filterdeleteconfirm'] = 'Ste prepričani, da želite izbrisati izbrano pravilo?'; |
| | | $messages['ruledeleteconfirm'] = 'Ste prepričani, da želite izbrisati izbrano pravilo?'; |
| | | $messages['actiondeleteconfirm'] = 'Ste prepričani, da želite izbrisati izbrano dejanje?'; |
| | | $messages['forbiddenchars'] = 'V polju so neveljavni znaki'; |
| | | $messages['cannotbeempty'] = 'Polje ne sme biti prazno'; |
| | | $messages['ruleexist'] = 'Filer s tem imenom že obstaja'; |
| | | $messages['setactivateerror'] = 'Izbranega filtra ni bilo mogoče vključiti. Prišlo je do napake na strežniku.'; |
| | | $messages['setdeactivateerror'] = 'Izbranega filtra ni bilo mogoče izključiti. Prišlo je do napake na strežniku.'; |
| | | $messages['setdeleteerror'] = 'Izbranega filtra ni bilo mogoče izbrisati. Prišlo je do napake na strežniku.'; |
| | | $messages['setactivated'] = 'Filter je bil uspešno vključen.'; |
| | | $messages['setdeactivated'] = 'Filter je bil uspešno onemogočen.'; |
| | | $messages['setdeleted'] = 'Filter je bil uspešno izbrisan.'; |
| | | $messages['setdeleteconfirm'] = 'Ste prepričani, da želite izbrisati ta filter?'; |
| | | $messages['setcreateerror'] = 'Filtra ni bilo mogoče ustvariti. Prišlo je do napake na strežniku.'; |
| | | $messages['setcreated'] = 'Filter je bil uspešno ustvarjen.'; |
| | | $messages['activateerror'] = 'Izbranega/ih filtra/ov ni bilo mogoče vključiti. Prišlo je do napake na strežniku.'; |
| | | $messages['deactivateerror'] = 'Izbranega/ih fitra/ov ni bilo mogoče izključiti. Prišlo je do napake na strežniku.'; |
| | | $messages['deactivated'] = 'Filtri so bili uspešno omogočeni.'; |
| | | $messages['activated'] = 'Filtri so bili uspešno onemogočeni.'; |
| | | $messages['moved'] = 'Filter je bil uspešno premaknjen.'; |
| | | $messages['moveerror'] = 'Izbranega filtra ni bilo mogoče premakniti. Prišlo je do napake na strežniku.'; |
| | | $messages['nametoolong'] = 'Ime je predolgo.'; |
| | | $messages['namereserved'] = 'Rezervirano ime.'; |
| | | $messages['setexist'] = 'Nastavitev filtra že obstaja.'; |
| | | $messages['nodata'] = 'Izbrana mora biti vsaj ena nastavitev!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/sv_SE/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['filters'] = 'Filter'; |
| | | $labels['managefilters'] = 'Administrera filter'; |
| | | $labels['filtername'] = 'Filternamn'; |
| | |
| | | $labels['recipient'] = 'Mottagare'; |
| | | $labels['vacationaddresses'] = 'Ytterligare mottagaradresser (avdelade med kommatecken)'; |
| | | $labels['vacationdays'] = 'Antal dagar mellan auto-svar:'; |
| | | $labels['vacationinterval'] = 'Tid mellan auto-svar:'; |
| | | $labels['days'] = 'Dagar'; |
| | | $labels['seconds'] = 'Sekunder'; |
| | | $labels['vacationreason'] = 'Meddelande i auto-svar:'; |
| | | $labels['vacationsubject'] = 'Meddelandeämne:'; |
| | | $labels['rulestop'] = 'Avsluta filtrering'; |
| | |
| | | $labels['flaganswered'] = 'Besvarat'; |
| | | $labels['flagflagged'] = 'Flaggat'; |
| | | $labels['flagdraft'] = 'Utkast'; |
| | | $labels['setvariable'] = 'Sätt variabel'; |
| | | $labels['setvarname'] = 'Variabelnamn:'; |
| | | $labels['setvarvalue'] = 'Variabelvärde:'; |
| | | $labels['setvarmodifiers'] = 'Modifierare:'; |
| | | $labels['varlower'] = 'Gemener'; |
| | | $labels['varupper'] = 'Versaler'; |
| | | $labels['varlowerfirst'] = 'Första tecken gement'; |
| | | $labels['varupperfirst'] = 'Första tecken versalt'; |
| | | $labels['varquotewildcard'] = 'Koda specialtecken'; |
| | | $labels['varlength'] = 'Längd'; |
| | | $labels['notify'] = 'Skicka avisering'; |
| | | $labels['notifyaddress'] = 'Mottagaradress:'; |
| | | $labels['notifybody'] = 'Aviseringsmeddelande:'; |
| | | $labels['notifysubject'] = 'Aviseringsämne:'; |
| | | $labels['notifyfrom'] = 'Aviseringsavsändare:'; |
| | | $labels['notifyimportance'] = 'Prioritet:'; |
| | | $labels['notifyimportancelow'] = 'Låg'; |
| | | $labels['notifyimportancenormal'] = 'Normal'; |
| | | $labels['notifyimportancehigh'] = 'Hög'; |
| | | $labels['filtercreate'] = 'Skapa filter'; |
| | | $labels['usedata'] = 'Använd följande information i filtret:'; |
| | | $labels['nextstep'] = 'Nästa steg'; |
| | |
| | | $labels['octet'] = 'strikt (oktalt)'; |
| | | $labels['asciicasemap'] = 'teckenlägesokänslig (ascii-casemap)'; |
| | | $labels['asciinumeric'] = 'numerisk (ascii-numeric)'; |
| | | $labels['filterunknownerror'] = 'Okänt serverfel'; |
| | | $labels['filterconnerror'] = 'Anslutning till serverns filtertjänst misslyckades'; |
| | | $labels['filterdeleteerror'] = 'Filtret kunde inte tas bort på grund av serverfel'; |
| | | $labels['filterdeleted'] = 'Filtret är borttaget'; |
| | | $labels['filtersaved'] = 'Filtret har sparats'; |
| | | $labels['filtersaveerror'] = 'Filtret kunde inte sparas på grund av serverfel'; |
| | | $labels['filterdeleteconfirm'] = 'Vill du ta bort det markerade filtret?'; |
| | | $labels['ruledeleteconfirm'] = 'Vill du ta bort filterregeln?'; |
| | | $labels['actiondeleteconfirm'] = 'Vill du ta bort filteråtgärden?'; |
| | | $labels['forbiddenchars'] = 'Otillåtet tecken i fältet'; |
| | | $labels['cannotbeempty'] = 'Fältet kan inte lämnas tomt'; |
| | | $labels['ruleexist'] = 'Ett filter med angivet namn finns redan.'; |
| | | $labels['setactivateerror'] = 'Filtergruppen kunde inte aktiveras på grund av serverfel'; |
| | | $labels['setdeactivateerror'] = 'Filtergruppen kunde inte deaktiveras på grund av serverfel'; |
| | | $labels['setdeleteerror'] = 'Filtergruppen kunde inte tas bort på grund av serverfel'; |
| | | $labels['setactivated'] = 'Filtergruppen är aktiverad'; |
| | | $labels['setdeactivated'] = 'Filtergruppen är deaktiverad'; |
| | | $labels['setdeleted'] = 'Filtergruppen är borttagen'; |
| | | $labels['setdeleteconfirm'] = 'Vill du ta bort filtergruppen?'; |
| | | $labels['setcreateerror'] = 'Filtergruppen kunde inte läggas till på grund av serverfel'; |
| | | $labels['setcreated'] = 'Filtergruppen har lagts till'; |
| | | $labels['activateerror'] = 'Kunde inte aktivera filter på grund av serverfel.'; |
| | | $labels['deactivateerror'] = 'Kunde inte deaktivera filter på grund av serverfel.'; |
| | | $labels['activated'] = 'Filter deaktiverat.'; |
| | | $labels['deactivated'] = 'Filter aktiverat.'; |
| | | $labels['moved'] = 'Filter flyttat.'; |
| | | $labels['moveerror'] = 'Kunde inte flytta filter på grund av serverfel.'; |
| | | $labels['nametoolong'] = 'Filtergruppen kan inte läggas till med för långt namn'; |
| | | $labels['namereserved'] = 'Reserverat namn.'; |
| | | $labels['setexist'] = 'Filtergrupp finns redan.'; |
| | | $labels['nodata'] = 'Minst en position måste väljas!'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = 'Okänt serverfel'; |
| | | $messages['filterconnerror'] = 'Anslutning till serverns filtertjänst misslyckades'; |
| | | $messages['filterdeleteerror'] = 'Filtret kunde inte tas bort på grund av serverfel'; |
| | | $messages['filterdeleted'] = 'Filtret är borttaget'; |
| | | $messages['filtersaved'] = 'Filtret har sparats'; |
| | | $messages['filtersaveerror'] = 'Filtret kunde inte sparas på grund av serverfel'; |
| | | $messages['filterdeleteconfirm'] = 'Vill du ta bort det markerade filtret?'; |
| | | $messages['ruledeleteconfirm'] = 'Vill du ta bort filterregeln?'; |
| | | $messages['actiondeleteconfirm'] = 'Vill du ta bort filteråtgärden?'; |
| | | $messages['forbiddenchars'] = 'Otillåtet tecken i fältet'; |
| | | $messages['cannotbeempty'] = 'Fältet kan inte lämnas tomt'; |
| | | $messages['ruleexist'] = 'Ett filter med angivet namn finns redan.'; |
| | | $messages['setactivateerror'] = 'Filtergruppen kunde inte aktiveras på grund av serverfel'; |
| | | $messages['setdeactivateerror'] = 'Filtergruppen kunde inte deaktiveras på grund av serverfel'; |
| | | $messages['setdeleteerror'] = 'Filtergruppen kunde inte tas bort på grund av serverfel'; |
| | | $messages['setactivated'] = 'Filtergruppen är aktiverad'; |
| | | $messages['setdeactivated'] = 'Filtergruppen är deaktiverad'; |
| | | $messages['setdeleted'] = 'Filtergruppen är borttagen'; |
| | | $messages['setdeleteconfirm'] = 'Vill du ta bort filtergruppen?'; |
| | | $messages['setcreateerror'] = 'Filtergruppen kunde inte läggas till på grund av serverfel'; |
| | | $messages['setcreated'] = 'Filtergruppen har lagts till'; |
| | | $messages['activateerror'] = 'Kunde inte aktivera filter på grund av serverfel.'; |
| | | $messages['deactivateerror'] = 'Kunde inte deaktivera filter på grund av serverfel.'; |
| | | $messages['deactivated'] = 'Filter aktiverat.'; |
| | | $messages['activated'] = 'Filter deaktiverat.'; |
| | | $messages['moved'] = 'Filter flyttat.'; |
| | | $messages['moveerror'] = 'Kunde inte flytta filter på grund av serverfel.'; |
| | | $messages['nametoolong'] = 'Filtergruppen kan inte läggas till med för långt namn'; |
| | | $messages['namereserved'] = 'Reserverat namn.'; |
| | | $messages['setexist'] = 'Filtergrupp finns redan.'; |
| | | $messages['nodata'] = 'Minst en position måste väljas!'; |
| | | |
| | | ?> |
| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/tr_TR/labels.inc | |
| | | | plugins/managesieve/localization/<lang>.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | 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. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: ismail yenigul | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | $labels['filters'] = 'Filtreler'; |
| | | $labels['managefilters'] = 'Gelen e-posta filtrelerini yönet'; |
| | | $labels['filtername'] = 'Filtre adı'; |
| | |
| | | $labels['recipient'] = 'Alıcı'; |
| | | $labels['vacationaddresses'] = 'İlave e-posta adreslerim(virgül ile ayrılmış)'; |
| | | $labels['vacationdays'] = 'Ne sıklıkla mesajlar gönderilir(gün)'; |
| | | $labels['vacationinterval'] = 'Ne kadar sıklıkla mesaj gönderirsiniz:'; |
| | | $labels['days'] = 'günler'; |
| | | $labels['seconds'] = 'saniyeler'; |
| | | $labels['vacationreason'] = 'Mesaj gövdesi(tatil sebebi):'; |
| | | $labels['vacationsubject'] = 'Mesaj konusu:'; |
| | | $labels['rulestop'] = 'Kuralları değerlendirmeyi bitir'; |
| | |
| | | $labels['flaganswered'] = 'Cevaplanmış'; |
| | | $labels['flagflagged'] = 'İşaretli'; |
| | | $labels['flagdraft'] = 'Taslak'; |
| | | $labels['setvariable'] = 'Değişken tanımla'; |
| | | $labels['setvarname'] = 'Değişken adı'; |
| | | $labels['setvarvalue'] = 'Değişken değeri:'; |
| | | $labels['setvarmodifiers'] = 'Değiştiriciler:'; |
| | | $labels['varlower'] = 'küçük harf'; |
| | | $labels['varupper'] = 'büyük harf'; |
| | | $labels['varlowerfirst'] = 'İlk karakter küçük harf'; |
| | | $labels['varupperfirst'] = 'İlk karakter büyük harf'; |
| | | $labels['varquotewildcard'] = 'özel karakterleri tırnak içine al'; |
| | | $labels['varlength'] = 'uzunluk'; |
| | | $labels['notify'] = 'Bildirim gönder'; |
| | | $labels['notifyaddress'] = 'Alıcı e-posta adresi'; |
| | | $labels['notifybody'] = 'Bildirim gövdesi:'; |
| | | $labels['notifysubject'] = 'Bildirim konusu:'; |
| | | $labels['notifyfrom'] = 'Bildirim göndericisi:'; |
| | | $labels['notifyimportance'] = 'Önem derecesi'; |
| | | $labels['notifyimportancelow'] = 'düşük'; |
| | | $labels['notifyimportancenormal'] = 'normal'; |
| | | $labels['notifyimportancehigh'] = 'yüksek'; |
| | | $labels['filtercreate'] = 'Süzgeç oluştur'; |
| | | $labels['usedata'] = 'Aşağıdaki verileri süzgeçte kullan'; |
| | | $labels['nextstep'] = 'Sonraki adım'; |
| | |
| | | $labels['octet'] = 'sıkı(oktet)'; |
| | | $labels['asciicasemap'] = 'büyük küçük harf duyarsız(ascii-casemap)'; |
| | | $labels['asciinumeric'] = 'sayı (ascii-numeric)'; |
| | | $labels['filterunknownerror'] = 'Bilinmeyen sunucu hatası.'; |
| | | $labels['filterconnerror'] = 'Sunucuya bağlanamıyor.'; |
| | | $labels['filterdeleteerror'] = 'Filtre silinemedi. Sunucuda hata oluştu.'; |
| | | $labels['filterdeleted'] = 'Filtre başarıyla silindi.'; |
| | | $labels['filtersaved'] = 'Filter başarıyla kaydedildi.'; |
| | | $labels['filtersaveerror'] = 'Filtre kaydedilemedi. Sunucuda hata oluştu.'; |
| | | $labels['filterdeleteconfirm'] = 'Seçilen filtreleri gerçekten silmek istiyor musun?'; |
| | | $labels['ruledeleteconfirm'] = 'Seçili kuralları silmek istediğinizden emin misiniz?'; |
| | | $labels['actiondeleteconfirm'] = 'Seçili aksiyonları silmek istediğinizden emin misiniz?'; |
| | | $labels['forbiddenchars'] = 'Alanda izin verilmeyen karakterler var.'; |
| | | $labels['cannotbeempty'] = 'Alan boş olmaz'; |
| | | $labels['ruleexist'] = 'Belirtilen isimde bir filtre zaten var.'; |
| | | $labels['setactivateerror'] = 'Seçilen filtreler etkinleştirilemedi. Sunucuda hata oluştu.'; |
| | | $labels['setdeactivateerror'] = 'Seçilen filtreler pasifleştirilemedi. Sunucuda hata oluştu.'; |
| | | $labels['setdeleteerror'] = 'Seçilen filtreler silinemedi. Sunucuda hata oluştu.'; |
| | | $labels['setactivated'] = 'Filtreler başarıyla etkinleştirilemedi.'; |
| | | $labels['setdeactivated'] = 'Filtreler başarıyla pasifleştirildi.'; |
| | | $labels['setdeleted'] = 'Filtre seti başarıyla silindi.'; |
| | | $labels['setdeleteconfirm'] = 'Seçilen filtre setlerini silmek istediğinizden emin misiniz?'; |
| | | $labels['setcreateerror'] = 'Filtre setleri oluşturulamadı. Sunucuda hata oluştu.'; |
| | | $labels['setcreated'] = 'Filtre setleri başarıyla oluşturuldu.'; |
| | | $labels['activateerror'] = 'Seçilen filtre(ler) etkinleştirilemedi. Sunucuda hata oluştu.'; |
| | | $labels['deactivateerror'] = 'Seçilen filtre(ler) pasifleştirilemedi. Sunucuda hata oluştu.'; |
| | | $labels['activated'] = 'Filtre(ler) başarıyla iptal edildi.'; |
| | | $labels['deactivated'] = 'Filtre(ler) başarıyla etkinleştirildi.'; |
| | | $labels['moved'] = 'Filtre başarıyla taşındı.'; |
| | | $labels['moveerror'] = 'Seçilen filtre(ler) taşınamadı. Sunucuda hata oluştu.'; |
| | | $labels['nametoolong'] = 'İsim çok uzun.'; |
| | | $labels['namereserved'] = 'rezerve edilmiş isim.'; |
| | | $labels['setexist'] = 'Set zaten var.'; |
| | | $labels['nodata'] = 'En az bir pozisyon seçilmelidir.'; |
| | | |
| | | $messages = array(); |
| | | $messages['filterunknownerror'] = 'Bilinmeyen sunucu hatası.'; |
| | | $messages['filterconnerror'] = 'Sunucuya bağlanamıyor.'; |
| | | $messages['filterdeleteerror'] = 'Filtre silinemedi. Sunucuda hata oluştu.'; |
| | | $messages['filterdeleted'] = 'Filtre başarıyla silindi.'; |
| | | $messages['filtersaved'] = 'Filter başarıyla kaydedildi.'; |
| | | $messages['filtersaveerror'] = 'Filtre kaydedilemedi. Sunucuda hata oluştu.'; |
| | | $messages['filterdeleteconfirm'] = 'Seçilen filtreleri gerçekten silmek istiyor musun?'; |
| | | $messages['ruledeleteconfirm'] = 'Seçili kuralları silmek istediğinizden emin misiniz?'; |
| | | $messages['actiondeleteconfirm'] = 'Seçili aksiyonları silmek istediğinizden emin misiniz?'; |
| | | $messages['forbiddenchars'] = 'Alanda izin verilmeyen karakterler var.'; |
| | | $messages['cannotbeempty'] = 'Alan boş olmaz'; |
| | | $messages['ruleexist'] = 'Belirtilen isimde bir filtre zaten var.'; |
| | | $messages['setactivateerror'] = 'Seçilen filtreler etkinleştirilemedi. Sunucuda hata oluştu.'; |
| | | $messages['setdeactivateerror'] = 'Seçilen filtreler pasifleştirilemedi. Sunucuda hata oluştu.'; |
| | | $messages['setdeleteerror'] = 'Seçilen filtreler silinemedi. Sunucuda hata oluştu.'; |
| | | $messages['setactivated'] = 'Filtreler başarıyla etkinleştirilemedi.'; |
| | | $messages['setdeactivated'] = 'Filtreler başarıyla pasifleştirildi.'; |
| | | $messages['setdeleted'] = 'Filtre seti başarıyla silindi.'; |
| | | $messages['setdeleteconfirm'] = 'Seçilen filtre setlerini silmek istediğinizden emin misiniz?'; |
| | | $messages['setcreateerror'] = 'Filtre setleri oluşturulamadı. Sunucuda hata oluştu.'; |
| | | $messages['setcreated'] = 'Filtre setleri başarıyla oluşturuldu.'; |
| | | $messages['activateerror'] = 'Seçilen filtre(ler) etkinleştirilemedi. Sunucuda hata oluştu.'; |
| | | $messages['deactivateerror'] = 'Seçilen filtre(ler) pasifleştirilemedi. Sunucuda hata oluştu.'; |
| | | $messages['deactivated'] = 'Filtre(ler) başarıyla etkinleştirildi.'; |
| | | $messages['activated'] = 'Filtre(ler) başarıyla iptal edildi.'; |
| | | $messages['moved'] = 'Filtre başarıyla taşındı.'; |
| | | $messages['moveerror'] = 'Seçilen filtre(ler) taşınamadı. Sunucuda hata oluştu.'; |
| | | $messages['nametoolong'] = 'İsim çok uzun.'; |
| | | $messages['namereserved'] = 'rezerve edilmiş isim.'; |
| | | $messages['setexist'] = 'Set zaten var.'; |
| | | $messages['nodata'] = 'En az bir pozisyon seçilmelidir.'; |
| | | |
| | | ?> |
plugins/managesieve/localization/uk_UA.inc
plugins/managesieve/localization/vi_VN.inc
plugins/managesieve/localization/zh_CN.inc
plugins/managesieve/localization/zh_TW.inc
plugins/managesieve/managesieve.php
plugins/managesieve/package.xml
plugins/managesieve/skins/classic/managesieve.css
plugins/managesieve/skins/larry/managesieve.css
plugins/managesieve/tests/Managesieve.php
plugins/managesieve/tests/src/parser_vacation_seconds
plugins/markasjunk/localization/az_AZ.inc
plugins/markasjunk/localization/be_BE.inc
plugins/markasjunk/localization/ber.inc
plugins/markasjunk/localization/br.inc
plugins/markasjunk/localization/bs_BA.inc
plugins/markasjunk/localization/ca_ES.inc
plugins/markasjunk/localization/cs_CZ.inc
plugins/markasjunk/localization/cy_GB.inc
plugins/markasjunk/localization/da_DK.inc
plugins/markasjunk/localization/de_CH.inc
plugins/markasjunk/localization/de_DE.inc
plugins/markasjunk/localization/el_GR.inc
plugins/markasjunk/localization/en_GB.inc
plugins/markasjunk/localization/en_US.inc
plugins/markasjunk/localization/eo.inc
plugins/markasjunk/localization/es_AR.inc
plugins/markasjunk/localization/es_ES.inc
plugins/markasjunk/localization/et_EE.inc
plugins/markasjunk/localization/fa_IR.inc
plugins/markasjunk/localization/fi_FI.inc
plugins/markasjunk/localization/fr_FR.inc
plugins/markasjunk/localization/gl_ES.inc
plugins/markasjunk/localization/he_IL.inc
plugins/markasjunk/localization/hr_HR.inc
plugins/markasjunk/localization/hu_HU.inc
plugins/markasjunk/localization/hy_AM.inc
plugins/markasjunk/localization/id_ID.inc
plugins/markasjunk/localization/it_IT.inc
plugins/markasjunk/localization/ja_JP.inc
plugins/markasjunk/localization/km_KH.inc
plugins/markasjunk/localization/ko_KR.inc
plugins/markasjunk/localization/ku.inc
plugins/markasjunk/localization/lt_LT.inc
plugins/markasjunk/localization/lv_LV.inc
plugins/markasjunk/localization/ml_IN.inc
plugins/markasjunk/localization/mr_IN.inc
plugins/markasjunk/localization/nb_NB.inc (deleted)
plugins/markasjunk/localization/nb_NO.inc
plugins/markasjunk/localization/nl_NL.inc
plugins/markasjunk/localization/nn_NO.inc
plugins/markasjunk/localization/pl_PL.inc
plugins/markasjunk/localization/pt_BR.inc
plugins/markasjunk/localization/pt_PT.inc
plugins/markasjunk/localization/ro_RO.inc
plugins/markasjunk/localization/ru_RU.inc
plugins/markasjunk/localization/si_LK.inc
plugins/markasjunk/localization/sk_SK.inc
plugins/markasjunk/localization/sl_SI.inc
plugins/markasjunk/localization/sr_CS.inc
plugins/markasjunk/localization/sv_SE.inc
plugins/markasjunk/localization/tr_TR.inc
plugins/markasjunk/localization/uk_UA.inc
plugins/markasjunk/localization/vi_VN.inc
plugins/markasjunk/localization/zh_CN.inc
plugins/markasjunk/localization/zh_TW.inc
plugins/markasjunk/markasjunk.php
plugins/markasjunk/tests/Markasjunk.php
plugins/new_user_dialog/localization/az_AZ.inc
plugins/new_user_dialog/localization/be_BE.inc
plugins/new_user_dialog/localization/bg_BG.inc
plugins/new_user_dialog/localization/bs_BA.inc
plugins/new_user_dialog/localization/ca_ES.inc
plugins/new_user_dialog/localization/cs_CZ.inc
plugins/new_user_dialog/localization/cy_GB.inc
plugins/new_user_dialog/localization/da_DK.inc
plugins/new_user_dialog/localization/de_CH.inc
plugins/new_user_dialog/localization/de_DE.inc
plugins/new_user_dialog/localization/el_GR.inc
plugins/new_user_dialog/localization/en_GB.inc
plugins/new_user_dialog/localization/en_US.inc
plugins/new_user_dialog/localization/eo.inc
plugins/new_user_dialog/localization/es_ES.inc
plugins/new_user_dialog/localization/et_EE.inc
plugins/new_user_dialog/localization/fa_IR.inc
plugins/new_user_dialog/localization/fi_FI.inc
plugins/new_user_dialog/localization/fr_FR.inc
plugins/new_user_dialog/localization/gl_ES.inc
plugins/new_user_dialog/localization/he_IL.inc
plugins/new_user_dialog/localization/hr_HR.inc
plugins/new_user_dialog/localization/hu_HU.inc
plugins/new_user_dialog/localization/hy_AM.inc
plugins/new_user_dialog/localization/id_ID.inc
plugins/new_user_dialog/localization/it_IT.inc
plugins/new_user_dialog/localization/ja_JP.inc
plugins/new_user_dialog/localization/km_KH.inc
plugins/new_user_dialog/localization/ko_KR.inc
plugins/new_user_dialog/localization/ku.inc
plugins/new_user_dialog/localization/lt_LT.inc
plugins/new_user_dialog/localization/lv_LV.inc
plugins/new_user_dialog/localization/ml_IN.inc
plugins/new_user_dialog/localization/mr_IN.inc
plugins/new_user_dialog/localization/nb_NB.inc (deleted)
plugins/new_user_dialog/localization/nb_NO.inc
plugins/new_user_dialog/localization/nl_NL.inc
plugins/new_user_dialog/localization/nn_NO.inc
plugins/new_user_dialog/localization/pl_PL.inc
plugins/new_user_dialog/localization/pt_BR.inc
plugins/new_user_dialog/localization/pt_PT.inc
plugins/new_user_dialog/localization/ro_RO.inc
plugins/new_user_dialog/localization/ru_RU.inc
plugins/new_user_dialog/localization/sk_SK.inc
plugins/new_user_dialog/localization/sl_SI.inc
plugins/new_user_dialog/localization/sr_CS.inc
plugins/new_user_dialog/localization/sv_SE.inc
plugins/new_user_dialog/localization/tr_TR.inc
plugins/new_user_dialog/localization/uk_UA.inc
plugins/new_user_dialog/localization/vi_VN.inc
plugins/new_user_dialog/localization/zh_CN.inc
plugins/new_user_dialog/localization/zh_TW.inc
plugins/new_user_dialog/new_user_dialog.php
plugins/new_user_dialog/tests/NewUserDialog.php
plugins/new_user_identity/new_user_identity.php
plugins/new_user_identity/tests/NewUserIdentity.php
plugins/newmail_notifier/localization/ar_SA.inc
plugins/newmail_notifier/localization/az_AZ.inc
plugins/newmail_notifier/localization/be_BE.inc
plugins/newmail_notifier/localization/br.inc
plugins/newmail_notifier/localization/bs_BA.inc
plugins/newmail_notifier/localization/ca_ES.inc
plugins/newmail_notifier/localization/cs_CZ.inc
plugins/newmail_notifier/localization/cy_GB.inc
plugins/newmail_notifier/localization/da_DK.inc
plugins/newmail_notifier/localization/de_CH.inc
plugins/newmail_notifier/localization/de_DE.inc
plugins/newmail_notifier/localization/en_GB.inc
plugins/newmail_notifier/localization/en_US.inc
plugins/newmail_notifier/localization/eo.inc
plugins/newmail_notifier/localization/es_ES.inc
plugins/newmail_notifier/localization/et_EE.inc
plugins/newmail_notifier/localization/fa_IR.inc
plugins/newmail_notifier/localization/fi_FI.inc
plugins/newmail_notifier/localization/fr_FR.inc
plugins/newmail_notifier/localization/gl_ES.inc
plugins/newmail_notifier/localization/he_IL.inc
plugins/newmail_notifier/localization/hr_HR.inc
plugins/newmail_notifier/localization/hu_HU.inc
plugins/newmail_notifier/localization/hy_AM.inc
plugins/newmail_notifier/localization/ia.inc
plugins/newmail_notifier/localization/ia_IA.inc (deleted)
plugins/newmail_notifier/localization/id_ID.inc
plugins/newmail_notifier/localization/it_IT.inc
plugins/newmail_notifier/localization/ja_JP.inc
plugins/newmail_notifier/localization/km_KH.inc
plugins/newmail_notifier/localization/ko_KR.inc
plugins/newmail_notifier/localization/lt_LT.inc
plugins/newmail_notifier/localization/lv_LV.inc
plugins/newmail_notifier/localization/ml_IN.inc
plugins/newmail_notifier/localization/mr_IN.inc
plugins/newmail_notifier/localization/nb_NB.inc (deleted)
plugins/newmail_notifier/localization/nb_NO.inc
plugins/newmail_notifier/localization/nl_NL.inc
plugins/newmail_notifier/localization/nn_NO.inc
plugins/newmail_notifier/localization/pl_PL.inc
plugins/newmail_notifier/localization/pt_BR.inc
plugins/newmail_notifier/localization/pt_PT.inc
plugins/newmail_notifier/localization/ro_RO.inc
plugins/newmail_notifier/localization/ru_RU.inc
plugins/newmail_notifier/localization/si_LK.inc
plugins/newmail_notifier/localization/sk_SK.inc
plugins/newmail_notifier/localization/sl_SI.inc
plugins/newmail_notifier/localization/sr_CS.inc
plugins/newmail_notifier/localization/sv_SE.inc
plugins/newmail_notifier/localization/tr_TR.inc
plugins/newmail_notifier/localization/uk_UA.inc
plugins/newmail_notifier/localization/vi_VN.inc
plugins/newmail_notifier/localization/zh_CN.inc
plugins/newmail_notifier/localization/zh_TW.inc
plugins/newmail_notifier/newmail_notifier.php
plugins/newmail_notifier/package.xml
plugins/newmail_notifier/tests/NewmailNotifier.php
plugins/password/README
plugins/password/config.inc.php.dist
plugins/password/drivers/chpasswd.php
plugins/password/drivers/cpanel.php
plugins/password/drivers/dbmail.php
plugins/password/drivers/directadmin.php
plugins/password/drivers/expect.php
plugins/password/drivers/hmail.php
plugins/password/drivers/ldap.php
plugins/password/drivers/ldap_simple.php
plugins/password/drivers/pam.php
plugins/password/drivers/pw_usermod.php
plugins/password/drivers/sasl.php
plugins/password/drivers/smb.php
plugins/password/drivers/sql.php
plugins/password/drivers/virtualmin.php
plugins/password/drivers/vpopmaild.php
plugins/password/drivers/xmail.php
plugins/password/localization/az_AZ.inc
plugins/password/localization/ber.inc
plugins/password/localization/bg_BG.inc
plugins/password/localization/br.inc
plugins/password/localization/bs_BA.inc
plugins/password/localization/ca_ES.inc
plugins/password/localization/cs_CZ.inc
plugins/password/localization/cy_GB.inc
plugins/password/localization/da_DK.inc
plugins/password/localization/de_CH.inc
plugins/password/localization/de_DE.inc
plugins/password/localization/en_GB.inc
plugins/password/localization/en_US.inc
plugins/password/localization/eo.inc
plugins/password/localization/es_AR.inc
plugins/password/localization/es_ES.inc
plugins/password/localization/et_EE.inc
plugins/password/localization/fa_IR.inc
plugins/password/localization/fi_FI.inc
plugins/password/localization/fr_FR.inc
plugins/password/localization/gl_ES.inc
plugins/password/localization/he_IL.inc
plugins/password/localization/hr_HR.inc
plugins/password/localization/hu_HU.inc
plugins/password/localization/hy_AM.inc
plugins/password/localization/id_ID.inc
plugins/password/localization/it_IT.inc
plugins/password/localization/ja_JP.inc
plugins/password/localization/ko_KR.inc
plugins/password/localization/ku.inc
plugins/password/localization/lt_LT.inc
plugins/password/localization/lv_LV.inc
plugins/password/localization/nb_NB.inc (deleted)
plugins/password/localization/nb_NO.inc
plugins/password/localization/nl_NL.inc
plugins/password/localization/nn_NO.inc
plugins/password/localization/pl_PL.inc
plugins/password/localization/pt_BR.inc
plugins/password/localization/pt_PT.inc
plugins/password/localization/ro_RO.inc
plugins/password/localization/ru_RU.inc
plugins/password/localization/sk_SK.inc
plugins/password/localization/sl_SI.inc
plugins/password/localization/sr_CS.inc
plugins/password/localization/sv_SE.inc
plugins/password/localization/tr_TR.inc
plugins/password/localization/vi_VN.inc
plugins/password/localization/zh_CN.inc
plugins/password/localization/zh_TW.inc
plugins/password/package.xml
plugins/password/password.php
plugins/password/tests/Password.php
plugins/redundant_attachments/tests/RedundantAttachments.php
plugins/show_additional_headers/show_additional_headers.php
plugins/show_additional_headers/tests/ShowAdditionalHeaders.php
plugins/squirrelmail_usercopy/squirrelmail_usercopy.php
plugins/squirrelmail_usercopy/tests/SquirrelmailUsercopy.php
plugins/subscriptions_option/localization/bs_BA.inc
plugins/subscriptions_option/localization/ca_ES.inc
plugins/subscriptions_option/localization/cs_CZ.inc
plugins/subscriptions_option/localization/cy_GB.inc
plugins/subscriptions_option/localization/da_DK.inc
plugins/subscriptions_option/localization/de_CH.inc
plugins/subscriptions_option/localization/de_DE.inc
plugins/subscriptions_option/localization/en_GB.inc
plugins/subscriptions_option/localization/en_US.inc
plugins/subscriptions_option/localization/eo.inc
plugins/subscriptions_option/localization/es_ES.inc
plugins/subscriptions_option/localization/et_EE.inc
plugins/subscriptions_option/localization/fa_IR.inc
plugins/subscriptions_option/localization/fi_FI.inc
plugins/subscriptions_option/localization/fr_FR.inc
plugins/subscriptions_option/localization/gl_ES.inc
plugins/subscriptions_option/localization/he_IL.inc
plugins/subscriptions_option/localization/hu_HU.inc
plugins/subscriptions_option/localization/hy_AM.inc
plugins/subscriptions_option/localization/it_IT.inc
plugins/subscriptions_option/localization/ja_JP.inc
plugins/subscriptions_option/localization/ko_KR.inc
plugins/subscriptions_option/localization/lt_LT.inc
plugins/subscriptions_option/localization/nb_NB.inc (deleted)
plugins/subscriptions_option/localization/nb_NO.inc
plugins/subscriptions_option/localization/nl_NL.inc
plugins/subscriptions_option/localization/pl_PL.inc
plugins/subscriptions_option/localization/pt_BR.inc
plugins/subscriptions_option/localization/pt_PT.inc
plugins/subscriptions_option/localization/ru_RU.inc
plugins/subscriptions_option/localization/sk_SK.inc
plugins/subscriptions_option/localization/sl_SI.inc
plugins/subscriptions_option/localization/sr_CS.inc
plugins/subscriptions_option/localization/sv_SE.inc
plugins/subscriptions_option/localization/tr_TR.inc
plugins/subscriptions_option/localization/vi_VN.inc
plugins/subscriptions_option/localization/zh_CN.inc
plugins/subscriptions_option/localization/zh_TW.inc
plugins/subscriptions_option/subscriptions_option.php
plugins/subscriptions_option/tests/SubscriptionsOption.php
plugins/userinfo/localization/ar_SA.inc
plugins/userinfo/localization/az_AZ.inc
plugins/userinfo/localization/be_BE.inc
plugins/userinfo/localization/ber.inc
plugins/userinfo/localization/br.inc
plugins/userinfo/localization/bs_BA.inc
plugins/userinfo/localization/ca_ES.inc
plugins/userinfo/localization/cs_CZ.inc
plugins/userinfo/localization/cy_GB.inc
plugins/userinfo/localization/da_DK.inc
plugins/userinfo/localization/de_CH.inc
plugins/userinfo/localization/de_DE.inc
plugins/userinfo/localization/en_GB.inc
plugins/userinfo/localization/en_US.inc
plugins/userinfo/localization/eo.inc
plugins/userinfo/localization/es_ES.inc
plugins/userinfo/localization/et_EE.inc
plugins/userinfo/localization/fa_IR.inc
plugins/userinfo/localization/fi_FI.inc
plugins/userinfo/localization/fr_FR.inc
plugins/userinfo/localization/gl_ES.inc
plugins/userinfo/localization/he_IL.inc
plugins/userinfo/localization/hr_HR.inc
plugins/userinfo/localization/hu_HU.inc
plugins/userinfo/localization/hy_AM.inc
plugins/userinfo/localization/ia.inc
plugins/userinfo/localization/ia_IA.inc (deleted)
plugins/userinfo/localization/id_ID.inc
plugins/userinfo/localization/it_IT.inc
plugins/userinfo/localization/ja_JP.inc
plugins/userinfo/localization/km_KH.inc
plugins/userinfo/localization/ko_KR.inc
plugins/userinfo/localization/ku.inc
plugins/userinfo/localization/lt_LT.inc
plugins/userinfo/localization/lv_LV.inc
plugins/userinfo/localization/ml_IN.inc
plugins/userinfo/localization/mr_IN.inc
plugins/userinfo/localization/nb_NB.inc (deleted)
plugins/userinfo/localization/nb_NO.inc
plugins/userinfo/localization/nl_NL.inc
plugins/userinfo/localization/nn_NO.inc
plugins/userinfo/localization/pl_PL.inc
plugins/userinfo/localization/pt_BR.inc
plugins/userinfo/localization/pt_PT.inc
plugins/userinfo/localization/ro_RO.inc
plugins/userinfo/localization/ru_RU.inc
plugins/userinfo/localization/sk_SK.inc
plugins/userinfo/localization/sl_SI.inc
plugins/userinfo/localization/sr_CS.inc
plugins/userinfo/localization/sv_SE.inc
plugins/userinfo/localization/tr_TR.inc
plugins/userinfo/localization/uk_UA.inc
plugins/userinfo/localization/vi_VN.inc
plugins/userinfo/localization/zh_CN.inc
plugins/userinfo/localization/zh_TW.inc
plugins/userinfo/tests/Userinfo.php
plugins/userinfo/userinfo.php
plugins/vcard_attachments/localization/az_AZ.inc
plugins/vcard_attachments/localization/be_BE.inc
plugins/vcard_attachments/localization/bs_BA.inc
plugins/vcard_attachments/localization/ca_ES.inc
plugins/vcard_attachments/localization/cs_CZ.inc
plugins/vcard_attachments/localization/cy_GB.inc
plugins/vcard_attachments/localization/da_DK.inc
plugins/vcard_attachments/localization/de_CH.inc
plugins/vcard_attachments/localization/de_DE.inc
plugins/vcard_attachments/localization/en_GB.inc
plugins/vcard_attachments/localization/en_US.inc
plugins/vcard_attachments/localization/eo.inc
plugins/vcard_attachments/localization/es_ES.inc
plugins/vcard_attachments/localization/et_EE.inc
plugins/vcard_attachments/localization/fa_IR.inc
plugins/vcard_attachments/localization/fi_FI.inc
plugins/vcard_attachments/localization/fr_FR.inc
plugins/vcard_attachments/localization/gl_ES.inc
plugins/vcard_attachments/localization/he_IL.inc
plugins/vcard_attachments/localization/hr_HR.inc
plugins/vcard_attachments/localization/hu_HU.inc
plugins/vcard_attachments/localization/hy_AM.inc
plugins/vcard_attachments/localization/id_ID.inc
plugins/vcard_attachments/localization/it_IT.inc
plugins/vcard_attachments/localization/ja_JP.inc
plugins/vcard_attachments/localization/km_KH.inc
plugins/vcard_attachments/localization/ko_KR.inc
plugins/vcard_attachments/localization/lt_LT.inc
plugins/vcard_attachments/localization/lv_LV.inc
plugins/vcard_attachments/localization/ml_IN.inc
plugins/vcard_attachments/localization/mr_IN.inc
plugins/vcard_attachments/localization/nb_NB.inc (deleted)
plugins/vcard_attachments/localization/nb_NO.inc
plugins/vcard_attachments/localization/nl_NL.inc
plugins/vcard_attachments/localization/nn_NO.inc
plugins/vcard_attachments/localization/pl_PL.inc
plugins/vcard_attachments/localization/pt_BR.inc
plugins/vcard_attachments/localization/pt_PT.inc
plugins/vcard_attachments/localization/ro_RO.inc
plugins/vcard_attachments/localization/ru_RU.inc
plugins/vcard_attachments/localization/si_LK.inc
plugins/vcard_attachments/localization/sk_SK.inc
plugins/vcard_attachments/localization/sl_SI.inc
plugins/vcard_attachments/localization/sr_CS.inc
plugins/vcard_attachments/localization/sv_SE.inc
plugins/vcard_attachments/localization/tr_TR.inc
plugins/vcard_attachments/localization/uk_UA.inc
plugins/vcard_attachments/localization/vi_VN.inc
plugins/vcard_attachments/localization/zh_CN.inc
plugins/vcard_attachments/localization/zh_TW.inc
plugins/vcard_attachments/tests/VcardAttachments.php
plugins/vcard_attachments/vcard_attachments.php
plugins/virtuser_file/tests/VirtuserFile.php
plugins/virtuser_file/virtuser_file.php
plugins/virtuser_query/package.xml
plugins/virtuser_query/tests/VirtuserQuery.php
plugins/virtuser_query/virtuser_query.php
plugins/zipdownload/localization/az_AZ.inc
plugins/zipdownload/localization/br.inc
plugins/zipdownload/localization/bs_BA.inc
plugins/zipdownload/localization/ca_ES.inc
plugins/zipdownload/localization/cs_CZ.inc
plugins/zipdownload/localization/cy_GB.inc
plugins/zipdownload/localization/da_DK.inc
plugins/zipdownload/localization/de_CH.inc
plugins/zipdownload/localization/de_DE.inc
plugins/zipdownload/localization/en_GB.inc
plugins/zipdownload/localization/en_US.inc
plugins/zipdownload/localization/es_AR.inc
plugins/zipdownload/localization/es_ES.inc
plugins/zipdownload/localization/et_EE.inc
plugins/zipdownload/localization/fa_IR.inc
plugins/zipdownload/localization/fr_FR.inc
plugins/zipdownload/localization/gl_ES.inc
plugins/zipdownload/localization/he_IL.inc
plugins/zipdownload/localization/hu_HU.inc
plugins/zipdownload/localization/it_IT.inc
plugins/zipdownload/localization/ja_JP.inc
plugins/zipdownload/localization/km_KH.inc
plugins/zipdownload/localization/lt_LT.inc
plugins/zipdownload/localization/nb_NB.inc (deleted)
plugins/zipdownload/localization/nb_NO.inc
plugins/zipdownload/localization/nl_NL.inc
plugins/zipdownload/localization/nn_NO.inc
plugins/zipdownload/localization/pl_PL.inc
plugins/zipdownload/localization/pt_BR.inc
plugins/zipdownload/localization/pt_PT.inc
plugins/zipdownload/localization/ro_RO.inc
plugins/zipdownload/localization/ru_RU.inc
plugins/zipdownload/localization/sk_SK.inc
plugins/zipdownload/localization/sr_CS.inc
plugins/zipdownload/localization/sv_SE.inc
plugins/zipdownload/localization/tr_TR.inc
plugins/zipdownload/localization/vi_VN.inc
plugins/zipdownload/localization/zh_TW.inc
plugins/zipdownload/skins/larry/zipdownload.css
plugins/zipdownload/tests/Zipdownload.php
plugins/zipdownload/zipdownload.php
program/include/bc.php
program/include/iniset.php
program/include/rcmail.php
program/include/rcmail_html_page.php
program/include/rcmail_output_html.php
program/js/app.js
program/js/common.js
program/js/googiespell.js
program/js/list.js
program/js/treelist.js
program/lib/Mail/mime.php
program/lib/Mail/mimeDecode.php
program/lib/Mail/mimePart.php
program/lib/Roundcube/README.md
program/lib/Roundcube/bootstrap.php
program/lib/Roundcube/html.php
program/lib/Roundcube/rcube.php
program/lib/Roundcube/rcube_addressbook.php
program/lib/Roundcube/rcube_base_replacer.php
program/lib/Roundcube/rcube_browser.php
program/lib/Roundcube/rcube_cache.php
program/lib/Roundcube/rcube_charset.php
program/lib/Roundcube/rcube_config.php
program/lib/Roundcube/rcube_contacts.php
program/lib/Roundcube/rcube_content_filter.php
program/lib/Roundcube/rcube_csv2vcard.php
program/lib/Roundcube/rcube_db.php
program/lib/Roundcube/rcube_db_mssql.php
program/lib/Roundcube/rcube_db_mysql.php
program/lib/Roundcube/rcube_db_pgsql.php
program/lib/Roundcube/rcube_db_sqlite.php
program/lib/Roundcube/rcube_db_sqlsrv.php
program/lib/Roundcube/rcube_enriched.php
program/lib/Roundcube/rcube_html2text.php
program/lib/Roundcube/rcube_image.php
program/lib/Roundcube/rcube_imap.php
program/lib/Roundcube/rcube_imap_cache.php
program/lib/Roundcube/rcube_imap_generic.php
program/lib/Roundcube/rcube_ldap.php
program/lib/Roundcube/rcube_message.php
program/lib/Roundcube/rcube_message_header.php
program/lib/Roundcube/rcube_message_part.php
program/lib/Roundcube/rcube_mime.php
program/lib/Roundcube/rcube_output.php
program/lib/Roundcube/rcube_plugin.php
program/lib/Roundcube/rcube_plugin_api.php
program/lib/Roundcube/rcube_result_index.php
program/lib/Roundcube/rcube_result_set.php
program/lib/Roundcube/rcube_result_thread.php
program/lib/Roundcube/rcube_session.php
program/lib/Roundcube/rcube_smtp.php
program/lib/Roundcube/rcube_spellchecker.php
program/lib/Roundcube/rcube_storage.php
program/lib/Roundcube/rcube_string_replacer.php
program/lib/Roundcube/rcube_user.php
program/lib/Roundcube/rcube_utils.php
program/lib/Roundcube/rcube_vcard.php
program/lib/Roundcube/rcube_washtml.php
program/lib/enriched.inc (deleted)
program/lib/html2text.php (deleted)
program/lib/tnef_decoder.php
program/lib/washtml.php (deleted)
program/localization/ar_SA/labels.inc
program/localization/ar_SA/messages.inc
program/localization/ast/labels.inc
program/localization/ast/messages.inc
program/localization/az_AZ/labels.inc
program/localization/az_AZ/messages.inc
program/localization/be_BE/labels.inc
program/localization/be_BE/messages.inc
program/localization/ber/labels.inc
program/localization/bg_BG/labels.inc
program/localization/bg_BG/messages.inc
program/localization/bn_BD/labels.inc
program/localization/bn_BD/messages.inc
program/localization/br/labels.inc
program/localization/br/messages.inc
program/localization/bs_BA/labels.inc
program/localization/bs_BA/messages.inc
program/localization/ca_ES/labels.inc
program/localization/ca_ES/messages.inc
program/localization/cs_CZ/labels.inc
program/localization/cs_CZ/messages.inc
program/localization/cy_GB/labels.inc
program/localization/cy_GB/messages.inc
program/localization/da_DK/labels.inc
program/localization/da_DK/messages.inc
program/localization/de_CH/labels.inc
program/localization/de_CH/messages.inc
program/localization/de_DE/labels.inc
program/localization/de_DE/messages.inc
program/localization/el_GR/labels.inc
program/localization/el_GR/messages.inc
program/localization/en_GB/labels.inc
program/localization/en_GB/messages.inc
program/localization/en_US/csv2vcard.inc
program/localization/en_US/labels.inc
program/localization/en_US/messages.inc
program/localization/eo/labels.inc
program/localization/eo/messages.inc
program/localization/es_AR/labels.inc
program/localization/es_AR/messages.inc
program/localization/es_ES/labels.inc
program/localization/es_ES/messages.inc
program/localization/et_EE/labels.inc
program/localization/et_EE/messages.inc
program/localization/eu_ES/labels.inc
program/localization/eu_ES/messages.inc
program/localization/fa_AF/labels.inc
program/localization/fa_AF/messages.inc
program/localization/fa_IR/labels.inc
program/localization/fa_IR/messages.inc
program/localization/fi_FI/labels.inc
program/localization/fi_FI/messages.inc
program/localization/fr_FR/labels.inc
program/localization/fr_FR/messages.inc
program/localization/fy_NL/labels.inc
program/localization/fy_NL/messages.inc
program/localization/ga_IE/labels.inc
program/localization/ga_IE/messages.inc
program/localization/gl_ES/labels.inc
program/localization/gl_ES/messages.inc
program/localization/he_IL/labels.inc
program/localization/he_IL/messages.inc
program/localization/hi_IN/labels.inc
program/localization/hi_IN/messages.inc
program/localization/hr_HR/labels.inc
program/localization/hr_HR/messages.inc
program/localization/hu_HU/labels.inc
program/localization/hu_HU/messages.inc
program/localization/hy_AM/labels.inc
program/localization/hy_AM/messages.inc
program/localization/ia/labels.inc
program/localization/ia/messages.inc
program/localization/id_ID/labels.inc
program/localization/id_ID/messages.inc
program/localization/index.inc
program/localization/is_IS/labels.inc
program/localization/is_IS/messages.inc
program/localization/it_IT/labels.inc
program/localization/it_IT/messages.inc
program/localization/ja_JP/labels.inc
program/localization/ja_JP/messages.inc
program/localization/ka_GE/labels.inc
program/localization/ka_GE/messages.inc
program/localization/km_KH/labels.inc
program/localization/km_KH/messages.inc
program/localization/ko_KR/labels.inc
program/localization/ko_KR/messages.inc
program/localization/ku/labels.inc
program/localization/ku/messages.inc
program/localization/lt_LT/labels.inc
program/localization/lt_LT/messages.inc
program/localization/lv_LV/labels.inc
program/localization/lv_LV/messages.inc
program/localization/mk_MK/labels.inc
program/localization/mk_MK/messages.inc
program/localization/ml_IN/labels.inc
program/localization/ml_IN/messages.inc
program/localization/mr_IN/labels.inc
program/localization/mr_IN/messages.inc
program/localization/ms_MY/labels.inc
program/localization/ms_MY/messages.inc
program/localization/nb_NO/labels.inc
program/localization/nb_NO/messages.inc
program/localization/ne_NP/labels.inc
program/localization/ne_NP/messages.inc
program/localization/nl_BE/labels.inc
program/localization/nl_BE/messages.inc
program/localization/nl_NL/labels.inc
program/localization/nl_NL/messages.inc
program/localization/nn_NO/labels.inc
program/localization/nn_NO/messages.inc
program/localization/pl_PL/labels.inc
program/localization/pl_PL/messages.inc
program/localization/ps/labels.inc
program/localization/ps/messages.inc
program/localization/pt_BR/labels.inc
program/localization/pt_BR/messages.inc
program/localization/pt_PT/labels.inc
program/localization/pt_PT/messages.inc
program/localization/ro_RO/labels.inc
program/localization/ro_RO/messages.inc
program/localization/ru_RU/labels.inc
program/localization/ru_RU/messages.inc
program/localization/si_LK/labels.inc
program/localization/si_LK/messages.inc
program/localization/sk_SK/labels.inc
program/localization/sk_SK/messages.inc
program/localization/sl_SI/labels.inc
program/localization/sl_SI/messages.inc
program/localization/sq_AL/labels.inc
program/localization/sq_AL/messages.inc
program/localization/sr_CS/labels.inc
program/localization/sr_CS/messages.inc
program/localization/sv_SE/labels.inc
program/localization/sv_SE/messages.inc
program/localization/ta_IN/labels.inc
program/localization/ta_IN/messages.inc
program/localization/th_TH/labels.inc
program/localization/th_TH/messages.inc
program/localization/tr_TR/labels.inc
program/localization/tr_TR/messages.inc
program/localization/uk_UA/labels.inc
program/localization/uk_UA/messages.inc
program/localization/vi_VN/labels.inc
program/localization/vi_VN/messages.inc
program/localization/zh_CN/labels.inc
program/localization/zh_CN/messages.inc
program/localization/zh_TW/csv2vcard.inc
program/localization/zh_TW/labels.inc
program/localization/zh_TW/messages.inc
program/steps/addressbook/delete.inc
program/steps/addressbook/export.inc
program/steps/addressbook/func.inc
program/steps/addressbook/groups.inc
program/steps/addressbook/import.inc
program/steps/addressbook/list.inc
program/steps/addressbook/save.inc
program/steps/addressbook/search.inc
program/steps/mail/attachments.inc
program/steps/mail/check_recent.inc
program/steps/mail/compose.inc
program/steps/mail/folders.inc
program/steps/mail/func.inc
program/steps/mail/get.inc
program/steps/mail/list.inc
program/steps/mail/list_contacts.inc
program/steps/mail/move_del.inc
program/steps/mail/search.inc
program/steps/mail/search_contacts.inc
program/steps/mail/sendmail.inc
program/steps/mail/show.inc
program/steps/settings/edit_identity.inc
program/steps/settings/func.inc
program/steps/settings/save_identity.inc
program/steps/settings/save_prefs.inc
program/steps/utils/html2text.inc
program/steps/utils/save_pref.inc
skins/classic/addressbook.css
skins/classic/common.css
skins/classic/embed.css
skins/classic/functions.js
skins/classic/googiespell.css
skins/classic/ie6hacks.css
skins/classic/iehacks.css
skins/classic/images/icons/groupactions.gif
skins/classic/images/icons/groupactions.png
skins/classic/images/icons/html.png
skins/classic/images/icons/text.png
skins/classic/includes/messagetoolbar.html
skins/classic/mail.css
skins/classic/splitter.js
skins/classic/templates/about.html
skins/classic/templates/addressbook.html
skins/classic/templates/compose.html
skins/classic/templates/mail.html
skins/classic/templates/message.html
skins/classic/templates/messageerror.html
skins/classic/templates/messagepreview.html
skins/larry/addressbook.css
skins/larry/embed.css
skins/larry/ie7hacks.css
skins/larry/iehacks.css
skins/larry/images/buttons.gif
skins/larry/images/buttons.png
skins/larry/images/filetypes.png
skins/larry/includes/footer.html
skins/larry/includes/header.html
skins/larry/includes/mailtoolbar.html
skins/larry/mail.css
skins/larry/print.css
skins/larry/styles.css
skins/larry/svggradients.css
skins/larry/templates/about.html
skins/larry/templates/addressbook.html
skins/larry/templates/compose.html
skins/larry/templates/error.html
skins/larry/templates/importcontacts.html
skins/larry/templates/mail.html
skins/larry/templates/message.html
skins/larry/templates/messageerror.html
skins/larry/templates/messagepart.html
skins/larry/templates/messagepreview.html
skins/larry/ui.js
tests/Framework/Bootstrap.php
tests/Framework/Charset.php
tests/Framework/Csv2vcard.php
tests/Framework/Enriched.php
tests/Framework/Html2text.php
tests/Framework/Mime.php
tests/Framework/StringReplacer.php
tests/Framework/VCard.php
tests/Framework/Washtml.php
tests/MailFunc.php
tests/Selenium/Addressbook/Addressbook.php
tests/Selenium/Addressbook/Import.php
tests/Selenium/Login.php
tests/Selenium/Logout.php
tests/Selenium/Mail/CheckRecent.php
tests/Selenium/Mail/Compose.php
tests/Selenium/Mail/Getunread.php
tests/Selenium/Mail/List.php
tests/Selenium/Mail/Mail.php
tests/Selenium/Settings/About.php
tests/Selenium/Settings/Folders.php
tests/Selenium/Settings/Identities.php
tests/Selenium/Settings/Settings.php
tests/Selenium/bootstrap.php
tests/Selenium/index.html
tests/Selenium/phpunit.xml
tests/bootstrap.php
tests/phpunit.xml
tests/src/Csv2vcard/tb_plain.vcf
tests/src/format-flowed-unfolded.txt
tests/src/format-flowed.txt |