Compare commits

...

309 Commits

Author SHA1 Message Date
Thomas Bruederli f06aa8058b Bump version after security fix 11 years ago
Aleksander Machniak eb433aa33c Fix vulnerability in handling _session argument of utils/save-prefs (#1489382)
Conflicts:

	CHANGELOG
	program/lib/Roundcube/rcube_plugin_api.php
	program/steps/utils/save_pref.inc
11 years ago
Aleksander Machniak 7b1e818fdd Update changelog 11 years ago
Thomas Bruederli 217694ebe5 Bump version for 0.8.6 release 11 years ago
Thomas Bruederli a8ca51718b Sanity check the file path for generic message footer before adding it 11 years ago
Aleksander Machniak e1d9b4824c Whitelist configuration options (user preferences) that can be changed using save-pref command
Conflicts:

	program/lib/Roundcube/rcube_plugin.php
	program/lib/Roundcube/rcube_plugin_api.php
11 years ago
Thomas Bruederli d05808a1f9 Properly quote form validation error messages 11 years ago
Thomas Bruederli c433a1bfb1 Bump version to 0.8.5 11 years ago
Thomas Bruederli f7c50e28db Merge branch 'release-0.8' of github.com:roundcube/roundcubemail into release-0.8 11 years ago
Thomas Bruederli 00a6b75622 Fix logo display in IE8 (#1488889) 12 years ago
Thomas Bruederli be6ef85978 Mark mime_magic option with old default value as obsolete
Conflicts:

	installer/rcube_install.php
12 years ago
Thomas Bruederli 5845b25027 Avoid direct execution of installer includes (#1488895) 12 years ago
Aleksander Machniak 941f8b5aff Fix #countcontrols issue in IE<=8 when text is very long (#1488890)
Conflicts:

	CHANGELOG
12 years ago
Aleksander Machniak c3a3531b36 Fix escaping of add-contact arguments - fixes JS error in IE 12 years ago
Aleksander Machniak 3a0e4d9150 Fix unwanted horizontal scrollbar in message preview header (#1488866)
Conflicts:

	CHANGELOG
	skins/larry/mail.css
12 years ago
Aleksander Machniak 4163511314 Add workaround for IE<=8 bug where Content-Disposition:inline was ignored (#1488844) 12 years ago
Aleksander Machniak 9019025222 - Fix XSS vulnerability in vbscript: and data:text links handling (#1488850)
Conflicts:

	CHANGELOG
	tests/MailFunc.php
12 years ago
Thomas Bruederli 39f883e1f9 Unset mime-magic location in order to let PHP use the default location 12 years ago
Thomas Bruederli ac88dc8d09 Don't open application/x-shockwave-flash files in browser (quick fix for XSS reported in #148882) 12 years ago
Aleksander Machniak caffe4d317 Fix deleting of collapsed threads, broken in 2b55d4f420 (#1488772) 12 years ago
Aleksander Machniak c516e3a701 Fix redundant colon after last address in print mode 12 years ago
Aleksander Machniak bc4a6a2711 Fix absolute positioning in HTML messages (#1488819)
Conflicts:

	CHANGELOG
12 years ago
Aleksander Machniak 4e10778caf Fix selection of collapsed thread rows (#1488772)
Conflicts:

	CHANGELOG
12 years ago
Aleksander Machniak a0682b56d1 Fix wrapping of quoted text with format=flowed (#1488177)
Conflicts:

	CHANGELOG
	program/include/rcube_mime.php
12 years ago
Aleksander Machniak 77c9fd9f25 Fix cache (in)validation after setting \Deleted flag 12 years ago
Aleksander Machniak a96db0f928 Fix keybord events on messages list in opera browser (#1488823)
Conflicts:

	CHANGELOG
12 years ago
Aleksander Machniak ca68d75d1e Update 12 years ago
Aleksander Machniak e91f482593 Update versions list with 0.8.4 release 12 years ago
Aleksander Machniak 41de5f5ec6 Fix wrong (non-specific) error message on crypt or connection error (#1488808) 12 years ago
Aleksander Machniak e13ad37d89 Fix XSS vulnerability in handling of text/enriched messages (#1488806) 12 years ago
Thomas Bruederli 76cee1c4e1 Bump version to 0.8.4 12 years ago
Aleksander Machniak 289b000d25 Set error_reporting 12 years ago
Aleksander Machniak 6a1cf52045 Fix handling of 'media' attribute on linked css (#1488789)
Conflicts:

	CHANGELOG
12 years ago
Aleksander Machniak af18b5b06f Fix regression where unintentional page reload was done after request abort (#1488802) 12 years ago
Aleksander Machniak a38cd0f12a Fix excessive LFs at the end of composed message with top_posting=true (#1488797)
Conflicts:

	CHANGELOG
12 years ago
Aleksander Machniak ac0c8537ad Add 0.8.3 to the list of releases 12 years ago
Aleksander Machniak 08c39127d3 Fix bug where leading blanks were stripped from quoted lines (#1488795)
Conflicts:

	CHANGELOG
12 years ago
Thomas Bruederli f6f1fd0251 Bump version to 0.8.3 12 years ago
Aleksander Machniak a92582f3b8 Fix AREA links handling (#1488792)
Conflicts:

	CHANGELOG
12 years ago
Aleksander Machniak 4f72978af3 Fixed rcube_imap_generic::uncompressMessageSet() result when argument is empty. Added tests.
Conflicts:

	tests/Framework/ImapGeneric.php
12 years ago
Thomas Bruederli 79f1c6f809 Fix count display after inserting a new contact 12 years ago
Thomas B. a2c586093e Merge pull request #41 from linagora/release-0.8
Grancefully handle SSO redirects on Ajax requests
12 years ago
Aleksander Machniak 752eedd964 Fix possible HTTP DoS on error in keep-alive requests (#1488782)
Conflicts:

	CHANGELOG
12 years ago
jkornobis d2d00c510b Grancefully handle SSO redirections on Ajax requests
On some SSO systems, when the SSO session is expired,
the system intercept HTTP requests and send a 302 "Found" HTTP code to the login page.
This patch handle this case in Roundcube Ajax requests, to redirect to the SSO login page.
Note that request.status don't have the 302 code (at least on Firefox), so we have to check the response headers for a Location field and redirect manually.
12 years ago
Aleksander Machniak 72e7eb826d Update changelog 12 years ago
Aleksander Machniak 76a48a8490 Merge pull request #40 from remicollet/track-1488779
fix call to MDB2::isError for MDB2 2.5.0b4
12 years ago
Remi Collet 96f8436d77 fix call to MDB2::isError for MDB2 2.5.0b4 12 years ago
Aleksander Machniak fd49626c2b Add deprecated alias clear_mailbox() 12 years ago
Thomas Bruederli e92a89d2c2 Convert all identity headers into the desired message charset 12 years ago
Aleksander Machniak e29922bb54 Fix a bug where saving a message in INBOX wasn't possible 12 years ago
Aleksander Machniak 2ca73b1d5c Fix HTML part detection in messages with attachments (#1488769) 12 years ago
Aleksander Machniak af7691eca6 Fixed undefined global variable 12 years ago
Aleksander Machniak ff18a27d6b Fix bug where wrong words were highlighted on spell-before-send check
Conflicts:

	CHANGELOG
12 years ago
Aleksander Machniak dd82f1b59f Fixed filter activation/deactivation confirmation message (#1488765)
Conflicts:

	plugins/managesieve/Changelog
12 years ago
Aleksander Machniak 4afe886489 Fix scrolling quirk in email preview frame using Opera 12 (#1488763) 12 years ago
Aleksander Machniak 070b8e9f71 Fix the fix for empty text parts handling (#1488757) 12 years ago
Aleksander Machniak 07239b65d6 Fix post-filtering vlv results, fixes warning "mb_strtolower() expects parameter 1 to be a string, array given"
Conflicts:

	program/include/rcube_ldap.php
12 years ago
Thomas Bruederli dec798e3ae Better fix for headers decoding problem: fetch them as raw and let rcube_mime::decode_address_list() do the job right 12 years ago
Thomas Bruederli 407ead5e75 Fix header charset decoding when opening a draft message 12 years ago
Aleksander Machniak 821d3c4962 Fix displaying of multipart/alternative messages with empty parts (#1488750)
Conflicts:

	CHANGELOG
12 years ago
Aleksander Machniak 3508bebb8e Fix threaded list sorting on PHP < 5.2.9 (#1488748)
Conflicts:

	CHANGELOG
12 years ago
Aleksander Machniak 098bac55b2 Update changelog 12 years ago
Aleksander Machniak a8752a6a0d Add 0.8.2 to releases list 12 years ago
Aleksander Machniak 87ce65f280 Define RCMAIL_CHARSET to prevent PHP warnings (#1488744) 12 years ago
Thomas Bruederli a38504a619 Updated changelog 12 years ago
Thomas Bruederli 0ce66babed Fix HTTP User-Agent XSS vulnerability (#1488737) 12 years ago
Thomas Bruederli ef7a786b38 Consider colspan attributes when adding table cells/rows 12 years ago
Thomas Bruederli 834d71e058 Bump version for next release 12 years ago
Thomas Bruederli 4213a3712e Updated translations from launchpad 12 years ago
Aleksander Machniak 4e004778ab Add 0.7.3 and 0.8.1 to versions list 12 years ago
Thomas Bruederli dfd0455263 Fix login form size on IE7 12 years ago
Thomas Bruederli 6547093937 Backported commit 10467e8a59 and other improvements 12 years ago
Thomas Bruederli aa4612e730 Fix broken script after failed merge 12 years ago
Thomas Bruederli 98183b39eb Let the skin limit the number of visible recipeints and place a link to show them all in a dialog (better fix for #1488590) 12 years ago
Thomas Bruederli 92de1c8f54 Force fonts in compose fields to be all the same (#1488690) 12 years ago
Thomas Bruederli eb8db935ac Backported commit dd525814ca 12 years ago
Thomas Bruederli 5bb2312cc0 Avoid double-quoting of some message headers; wrap email address strings in <span> for better styling 12 years ago
Aleksander Machniak e444a05a35 Fix handling vCard entries with TEL;TYPE=CELL (#1488728)
Conflicts:

	CHANGELOG
12 years ago
Thomas Bruederli 68a9ff15f2 Avoid saving composed FN values with only spaces (shows empty names in listing) 12 years ago
Aleksander Machniak 3e2a06c683 Move date.timezone check to 'required' block, add date.timezone value validation
Conflicts:

	installer/check.php
12 years ago
Aleksander Machniak 295efea5c1 Don't use charset aliases for destination charset - fixes e.g.
converting to US-ASCII

Conflicts:

	program/include/rcube_charset.php
12 years ago
Aleksander Machniak a98f79532d Fix is_error() returns wrong result for empty result set 12 years ago
Aleksander Machniak 8361a48bdd Fix error where session wasn't updated after folder rename/delete (#1488692)
Conflicts:

	CHANGELOG
12 years ago
Aleksander Machniak 1424e53b96 Init splitter in Preferences also when env.action is empty 12 years ago
Aleksander Machniak 81a5d059d2 Fix PLAIN authentication for some IMAP servers (#1488674) 12 years ago
Aleksander Machniak 3458439ad0 Fix encoding vCard file when contains PHOTO;ENCODING=b (#1488683)
Conflicts:

	tests/Framework/VCard.php
12 years ago
Aleksander Machniak 4938a0bcfb Fix focus issue in IE when selecting message row (#1488620)
Conflicts:

	CHANGELOG
12 years ago
Aleksander Machniak e8615cf494 Merge pull request #25 from raoulbhatia/fix-1488669
fix commit 68b9f365b3 (#1488669)
12 years ago
Raoul Bhatia a575360968 fix commit 68b9f365b3 (#1488669) 12 years ago
Aleksander Machniak 524d738fd2 Fix parse error in virtualmin driver (#1488668) 12 years ago
Aleksander Machniak 60860ca2ef Fix bug where parentnotwritable error wasn't displayed in the interface 12 years ago
Aleksander Machniak 4b484710ee Fix displaying all headers when they contain malformed characters (#1488666) 12 years ago
Aleksander Machniak 6c9fe3d894 Fix possible PHP Warning: in_array() expects parameter 2 to be array 12 years ago
Aleksander Machniak 94015ea223 Add splitter for preferences sections list 12 years ago
Aleksander Machniak 42e4507c53 Small style improvements - fix rounded corners in message list,
don't show horizontal scroller in contacts list
12 years ago
Aleksander Machniak d3c2fbf2d6 Fix decoding of HTML messages with UTF-16 charset specified (#1488654) 12 years ago
Aleksander Machniak 2b41a0e07e Fix quota capability detection so it can be overwritten by a plugin (#1488655) 12 years ago
Aleksander Machniak 579e0bd9d1 Improvements/fixes for Larry skin
Conflicts:

	plugins/acl/skins/larry/acl.css
12 years ago
Aleksander Machniak e2426ebc3f Fix identity selection on reply (#1488101)
Conflicts:

	CHANGELOG
12 years ago
Aleksander Machniak 5f23e8852a Fix Larry's messages list filter in IE (#1488632) 12 years ago
Aleksander Machniak 80a140ca3a Fix compose headers display issue in IE10 12 years ago
Aleksander Machniak d5625ecc54 Fix more IE issues by disabling Compat. mode with X-UA-Compatible meta tag (#1488626) 12 years ago
Aleksander Machniak 800c5fd043 Fix setting locales under Solaris - use additional .UTF-8 suffix (#1488628) 12 years ago
Aleksander Machniak b7e5ac05da Improved email address validation with IPv6 support
Conflicts:

	program/include/rcube_utils.php
	tests/Utils.php
12 years ago
Aleksander Machniak f05a666a3c Fix email address validation for addresses with IP address in domain part 12 years ago
Aleksander Machniak 0a1eda9aff Fix Larry skin issues in IE7 compat. mode (#1488618) 12 years ago
Aleksander Machniak 51d1a02cad Fix so subscribed non-existing/non-accessible shared folder can be unsubscribed
Conflicts:

	CHANGELOG
12 years ago
Aleksander Machniak f26f73a1a3 More default->larry fixes
Conflicts:

	program/include/rcube_plugin.php
12 years ago
Thomas Bruederli 408d141857 Bump version to 0.8.1 12 years ago
Aleksander Machniak 48a04205c8 Fix bug where domain name was converted to lower-case even with login_lc=false (#1488593)
Conflicts:

	CHANGELOG
	program/include/rcmail.php
12 years ago
Aleksander Machniak 0ae929ffff Fix PHP Warning: strlen() expects parameter 1 to be string, object given 12 years ago
Aleksander Machniak 40b72003fe Force at least one subtype of address to be specified.
Fixes issue where contact address wasn't displayed at all.
12 years ago
Aleksander Machniak b7c84a1bb8 Fix lower-casing email address on replies (#1488598) 12 years ago
Aleksander Machniak de9497cea7 Fix line separator in exported messages (#1488603) 12 years ago
Aleksander Machniak 14c4677eed Fix XSS issue where plain signatures wasn't secured in HTML mode (#1488613) 12 years ago
Aleksander Machniak b3206b4b28 Fix XSS issue with href="javascript:" not being removed (#1488613) 12 years ago
Aleksander Machniak 5e251574dd Remove redundant label tag 12 years ago
Aleksander Machniak 842793446e Add changelog entry for fix in last commit 12 years ago
Aleksander Machniak 95cec992eb Fix stripped apostrophes when replying in plain text to HTML message (#1488606) 12 years ago
Aleksander Machniak ef950cb712 Fix inactive Save search option after advanced search (#1488607) 12 years ago
Aleksander Machniak 15f63ce4b3 - Fix Remove from group option is active for contact search result (#1488608) 12 years ago
Aleksander Machniak 327d9339c4 Disable autocapitalization in login form on iPad/iPhone (#1488609)
Conflicts:

	program/include/html.php
12 years ago
Thomas Bruederli 27e1b6dd56 Improve text wrapping in replies 12 years ago
Thomas Bruederli 8912cf0696 Chrome requires child elements to define border-radius, too 12 years ago
Aleksander Machniak f408893c40 Merge branch 'release-0.8' of github.com:roundcube/roundcubemail into release-0.8 12 years ago
Aleksander Machniak 6543f97511 Fixed issue with DBMail bug [http://pear.php.net/bugs/bug.php?id=19077] (#1488594) 12 years ago
Thomas Bruederli 6622c7e0cf Skip IDN conversion when saving/reading identies. This should provide proper support for multiple recipeint values including name blocks in bcc and reply-to fields 12 years ago
Aleksander Machniak 39660c3bfa Fix handling of LDAP values - support arrays (#1488604)
Conflicts:

	plugins/new_user_identity/package.xml
12 years ago
Aleksander Machniak 401c531f83 Fix text wrapping in menuselector (disabled wrapping in search filter) 12 years ago
Aleksander Machniak e15fef24d5 Fix focus on the list when list row is clicked (#1488600) 12 years ago
Aleksander Machniak 002d1a44e4 Fix wrong search result on servers without SORT support 12 years ago
Aleksander Machniak 3d8eef31c2 Fix bug in last commit which broke searching 12 years ago
Aleksander Machniak af7264ab2b Added separate From and To columns apart from smart From/To column (#1486891) 12 years ago
Thomas Bruederli 68b9f365b3 Replace some forgotten references to skins/default (#1488591)
Conflicts:

	program/include/rcube_config.php
	program/include/rcube_template.php
12 years ago
Aleksander Machniak cf8bac1c65 - Fix (workaround) delete operations with some versions of memcache (#1488592) 12 years ago
Aleksander Machniak 1cf428a8af Fix image cid substitution in compose/sendmail
Conflicts:

	program/steps/mail/compose.inc
12 years ago
Aleksander Machniak 5def04bce0 - Fix (disable) request validation for spell and spell_html actions
Consider action whitelist also for ajax requests

Conflicts:

	CHANGELOG
	index.php
12 years ago
Aleksander Machniak 4c6a3d7d8a - Check request tokens also in devel_mode
Conflicts:

	index.php
12 years ago
Aleksander Machniak 358957e73e Add '0.8.0' to the list of releases 12 years ago
Aleksander Machniak ccdb428e7a Fix double HTML entities escaping in forward message header 12 years ago
Thomas Bruederli 20825920e3 Synched translations from launchpad/master 12 years ago
Thomas Bruederli 056a8b7174 We're moving towards a stable release 12 years ago
Thomas Bruederli f42134f815 Fix default skin removal 12 years ago
Thomas Bruederli 79209a67b0 Update installto/update script to remove old default skins and copy all necessary files; repeat notice about missing config options after auto-update 12 years ago
Thomas Bruederli ab78cfd002 Also fix dialog position 'right' 12 years ago
Thomas Bruederli 848e083cb5 $ => jQuery to avoid replacements in PHP 12 years ago
Thomas Bruederli d0fe4b5551 Fix jQuery UI Larry theme (#1488533) 12 years ago
Aleksander Machniak 713ae03bf4 Remove debug code 12 years ago
Aleksander Machniak 6ec3844790 Fix duplicated fields when object is converted into array 12 years ago
Aleksander Machniak c4841d73db Fix overflow of compose attachments list in Opera and IE7 browsers 12 years ago
Thomas Bruederli 1f9e93205b Hide product version on login screen by default 12 years ago
Aleksander Machniak e22d13bee1 Don't send complete error page to the spellchecker on error (when pspell extension isn't found)
Conflicts:

	program/include/rcube_spellchecker.php
12 years ago
Thomas Bruederli 3185f3a524 Backported default -> classic skin renaming 12 years ago
Aleksander Machniak c2d19b7f24 Fix so memcache hostname starting with "unix" isn't handled as socket file 12 years ago
Aleksander Machniak 00f6457703 Support connections to memcached socket file (#1488577) 12 years ago
Aleksander Machniak 6ac21f2758 Enable TinyMCE inlinepopups plugin 12 years ago
Aleksander Machniak 4e42278e2b Add lost file from Auth_SASL package 12 years ago
Aleksander Machniak 2761b0693f Update to TinyMCE 3.5.6 12 years ago
Thomas Bruederli 8ed9d8098c Use dedicated getter to access storage object 12 years ago
Thomas Bruederli 2d2af72c22 Correctly quote localized labels when used in javascript variables (#1488567) 12 years ago
Aleksander Machniak 9d129b5fe2 Fix performance issue in message_headers_output hook handling,
Update version number
12 years ago
Aleksander Machniak eed9487e6e Update Changelog
Conflicts:

	plugins/managesieve/Changelog
12 years ago
Aleksander Machniak e7d997915d Update Net_SMTP/Auth_SASL packages to fix Digest-MD5/Cram-MD5 authentication (#1488571) 12 years ago
Thomas Bruederli 0b0bc46a90 Join address book toolbars again 12 years ago
Thomas Bruederli 3f9518f0a7 Merge branch 'release-0.8' of github.com:roundcube/roundcubemail into release-0.8 12 years ago
Thomas Bruederli c4c9e8cdfc Put separated toolbars back together again; add min. width to mail view 12 years ago
Aleksander Machniak 84dfbf541f - Don't add attachments content into reply/forward/draft message body (#1488557) 12 years ago
Thomas Bruederli af32a2f5ec Improve iframe form buttons display: fix iframe heights and make footer buttons float if scrolling is active 12 years ago
Thomas Bruederli de485f883e Suppress error message popups on login screen 12 years ago
Thomas Bruederli 8fdb332a20 Fix connection error alerts when page unloads (#1488547) 12 years ago
Aleksander Machniak 969ff01ac8 There's a case (reason unknown) when destroy() is called with empty session key.
Handle this case properly to prevent from PHP error: Memcache::delete(): Key cannot be empty.

Conflicts:

	program/include/rcube_session.php
12 years ago
Thomas Bruederli 3a8633cdc3 Move splitter between the boxes of message list and message preview 12 years ago
Aleksander Machniak ae2e88bc0e Plugin API: Add 'unauthenticated' hook (#1488138) 12 years ago
Thomas Bruederli 2e32add616 Set input field padding up again. That is by design. 12 years ago
Thomas Bruederli e8b45a6e0f Some last layout changes for Larry: move search box to the right, visually connect message list footer to the list 12 years ago
Aleksander Machniak ecc3ba134e Show explicit error message when provided hostname is invalid (#1488550)
Conflicts:

	program/include/rcmail.php
12 years ago
Thomas Bruederli d8b75090dd Slightly increase plain text font size 12 years ago
Aleksander Machniak de96774734 Fix wrong compose screen elements focus in IE9 (#1488541) 12 years ago
Aleksander Machniak fc84ca1f0c Decorated select width fix is also needed for IE and Safari 12 years ago
Aleksander Machniak 479579f971 CSS improvements in mail screen:
- don't display full-circle image for quota below 100% (but close to, e.g.97%)
- unified selects style/height,
- improvements in search box and messagelist footer
12 years ago
Thomas Bruederli 305ba1d5c4 Better style for preview header toggle 12 years ago
Aleksander Machniak 3e5e66fabf Fixed Konqueror browser detection 12 years ago
Aleksander Machniak 83d5540ab4 Fix empty user agent string on error page for "incompatible browser" error 12 years ago
Aleksander Machniak d1f7432955 Moved advanced switch into table actions menu - fixed css issue in Larry skin 12 years ago
Aleksander Machniak e4c9942543 Fix handling of MYRIGHTS on private namespace roots - fixes issue where
in ACL plugin it wasn't possible to share INBOX folder (when it was a namespace prefix).

Conflicts:

	program/include/rcube_imap.php
12 years ago
Aleksander Machniak 1d0c3f5575 Fix fatal error when date.timezone isn't set (#1488546)
Conflicts:

	program/steps/settings/func.inc
12 years ago
Aleksander Machniak d44092430e Add rcube_message_header class (alias for rcube_mail_header) definition to prevent
errors when trying to use cached message objects created in master (0.9) version
12 years ago
Aleksander Machniak 8e47396381 Remove redundant Changelog entry 12 years ago
Aleksander Machniak 8f07bdcf20 Update to TinyMCE 3.5.4.1 12 years ago
Aleksander Machniak a008a3f0e3 Fix form buttons (#1488548)
Conflicts:

	skins/default/settings.css
12 years ago
Aleksander Machniak 4540217368 Fixed custom header name validity check, made RFC2822-compliant
Updated localization files list in package.xml
12 years ago
Thomas Bruederli 1948d366ce Bring back delete button for identities in default skin (#1488542) 12 years ago
Thomas Bruederli fd41f7d500 Better icons with distinct shapes for priority columns (#1488377); fix overflow in decorated drop-downs 12 years ago
Thomas Bruederli e186a7ac80 Fix icon for multipart/report messages in Larry skin (#1488524) 12 years ago
Thomas Bruederli 58cd494ebb Highlight the entire row of selected items with a slightly darker background 12 years ago
Thomas Bruederli eb04f60d4e Increase negative text-indents to properly hide button texts (#1488534) 12 years ago
Thomas Bruederli 459e46a8d7 Fix target check with nested buttons 12 years ago
Thomas Bruederli ce7090cce9 Give calendar/ics attachment styles precedence over generic text class 12 years ago
Thomas Bruederli d5d3c70ea0 Set skin in js environment 12 years ago
Aleksander Machniak 65c3bb0bab Fix handling of unitless CSS size values in HTML message (#1488535) 12 years ago
Aleksander Machniak 21be27273c Merge branch 'release-0.8' of github.com:roundcube/roundcubemail into release-0.8
Conflicts:
	CHANGELOG
12 years ago
Aleksander Machniak 7456c27b47 Fix removing contact photo using LDAP addressbook (#1488420)
Conflicts:

	CHANGELOG
12 years ago
Aleksander Machniak 64584be909 Fix DDL update from 0.7 for MS SQL Server 12 years ago
Aleksander Machniak 2c48c19387 Fix storing X-ANNIVERSARY date in vCard format (#1488527) 12 years ago
Aleksander Machniak a2ec2ebff2 Add text-align:right for size column 12 years ago
Aleksander Machniak 9e43252f8c Display attachment icon for multipart/signed messages (#1488525) 12 years ago
Aleksander Machniak 505f6e5b42 Update to Mail_Mime-1.8.5 (#1488521)
Conflicts:

	CHANGELOG
	program/lib/Mail/mime.php
	program/lib/Mail/mimePart.php
12 years ago
Aleksander Machniak 16114e620d Fix operator incompat. in some queries on contacts table using MS SQL Server (#1488505) 12 years ago
Aleksander Machniak a7d5e3e858 Fix XSS vulnerability in message subject handling using Larry skin (#1488519) 12 years ago
Aleksander Machniak 51809bd66c Fix handling of links with various URI schemes e.g. "skype:" (#1488106)
Fix handling of links inside PRE elements on html to text conversion
Fix indexing of links on html to text conversion

Conflicts:

	CHANGELOG
12 years ago
Thomas Bruederli 49db523410 No quotes around input field (doesn't really fit in Chrome) 12 years ago
Aleksander Machniak 0e5821166b Decode header value in rcube_mime::get() by default (#1488511)
Conflicts:

	program/include/rcube_message_header.php
	program/include/rcube_mime.php
12 years ago
Aleksander Machniak 7a259c601b Fix magic_quotes_sybase handling (#1488506)
Improved handling of critical PHP settings - try to set them to required value before die()
12 years ago
Aleksander Machniak 9c8ff86ab0 Disable TinyMCE status bar which has been enabled by default in TinyMCE 3.5.2 12 years ago
Aleksander Machniak fec9f1174a Modify CONCAT() arguments, because + operator requires them to be of type varchar (#1488505)
With SQL Server 2012 we can use just CONCAT(), but we need to support older versions
12 years ago
Thomas Bruederli 9ad08104fc Fix reference to GPL in about page 12 years ago
Aleksander Machniak 3a6ca5b68d Update to TinyMCE 3.5.2 12 years ago
Thomas Bruederli a15c0aa218 Add some padding to iframe footer 12 years ago
Thomas Bruederli a2027101df Fix window.resize handler on IE8 and Opera (#1488453) 12 years ago
Thomas Bruederli f38ff4a19e Don't let error message popups cover the login form (#1488500) 12 years ago
Aleksander Machniak 1784ae4165 Fix regression where redundant autocompletion requests were sent
in case when new search value contains old one and previous search
was not finished or its result was empty
12 years ago
Thomas Bruederli 86135e2bcc Don't show errors when moving contacts into groups they're already in (#1488493) 12 years ago
Thomas Bruederli d8ff4c2fc1 Make folders with unread messages in subfolders bold again (#1486793); update CHANGELOG 12 years ago
Thomas Bruederli 7ae5432fbf Abbreviate long attachment file names with ellipsis (#1488499) 12 years ago
Aleksander Machniak b4a0b9285f Fix html2text conversion of strong|b|a|th|h tags when used in upper case 12 years ago
Thomas Bruederli d4877917fc Add listcontrols template container in Larry skin (#1488498) 12 years ago
Aleksander Machniak a9055c5a81 Fix host autoselection when default_host is an array (#1488495) 12 years ago
Aleksander Machniak ad8552ea6f Fix possible PHP warning 12 years ago
Aleksander Machniak ead98f4efb Merge branch 'release-0.8' of github.com:roundcube/roundcubemail into release-0.8 12 years ago
Aleksander Machniak 9a8a86efca Catch DateTime* exceptions (#1488497) - skipping buggy timezones 12 years ago
Thomas Bruederli 2eeab1f57f Fix calls to renamed methods 12 years ago
Raoul Bhatia d4d2e427a5 improve .htaccess security rules:
1. also prevent access to .gitignore
2. make the second security rule work as expected
3. include README.md in security rules
12 years ago
Aleksander Machniak 524ead187a Move messages forwarding mode setting into Preferences
Conflicts:

	CHANGELOG
12 years ago
Aleksander Machniak c993e10d07 Fixes for IE: better background for Hide/Show button, fixed invisible button in IE8 12 years ago
Aleksander Machniak f38035da17 Remove possible confusion on session reads - PHP expects string result not boolean 12 years ago
GDR\! 2712e3200c Password plugin made compatible with modern Virtualmin
Added a new username format in Virtualmin driver,
which works for default Virtualmin settings where
username is user.postfix and domain is taken from
email address.

Example:
email - info@goodcoffee.com
login - info.goodcof
12 years ago
Aleksander Machniak e98eeafdd4 Small code improvement 12 years ago
Aleksander Machniak 8e528fd7bf hide_blockquote - a new plugin for hiding citation blocks 12 years ago
Aleksander Machniak 8b31d992ac Use the same margin in blockquotes for printing as for displaying 12 years ago
Aleksander Machniak 82a1417af8 Improved PERMANENTFLAGS checking code, added code for flags caching (currently commented out) 12 years ago
Aleksander Machniak da19e0ee7c Fix possible PHP warning in in_array_nocase() when 2nd argument is not an array
Conflicts:

	program/include/rcube_shared.inc
12 years ago
Aleksander Machniak 6e72994222 Remove <Unknown> from localization author line
Conflicts:

	bin/importgettext.sh
12 years ago
Aleksander Machniak 550bf0d14b - Fix HTML entities handling in HTML editor (#1488483) 12 years ago
Aleksander Machniak 6f62715f9d Always use 1 step as a fallback (#1488490) 12 years ago
Aleksander Machniak 85788314d6 Fix Call to undefined method rcube_mail_header::get() in show_additional_headers plugin (#1488489) 12 years ago
Aleksander Machniak 3f9d1756d1 Fix merged change s/rcube/rcmail/ 12 years ago
Aleksander Machniak f0a3911f07 Fix PHP error where calling get() on a non object 12 years ago
Aleksander Machniak eb0478df35 Add option imap_force_ns to make buggy servers support optional 12 years ago
Aleksander Machniak 78fcb348e5 Update changelog
Conflicts:

	CHANGELOG
12 years ago
Aleksander Machniak b8e07127fe Fix listing folders on Courier IMAP (#1488466) 12 years ago
Thomas Bruederli 9a7cb93de0 New plugin translations from launchpad 12 years ago
Thomas Bruederli c0137d1ecf Added new languages Belarusian, Interlingua and Malayalam from launchpad import 12 years ago
Thomas Bruederli 35a35d1370 Get language code from filename if not specified in the .po file itself (#1488478) 12 years ago
Thomas Bruederli 8526ac991e Fix object reference 12 years ago
Aleksander Machniak a5fc70f55b Add public list_folder_direct() and list_folders_subscribed_direct()
Conflicts:

	program/include/rcube_imap.php
12 years ago
Aleksander Machniak 5dfd42bee5 Remove 'focused' class on blur 12 years ago
Thomas Bruederli fc67e00812 Larry: fix unfocused message thread row highlighting (#1488477) 12 years ago
Thomas Bruederli 9c7ccef8cb Updated plugin translations from launchpad 12 years ago
Thomas Bruederli ab0b3b0307 Update localizations from launchpad 12 years ago
Thomas Bruederli 5cdc47a1ca Flipped compose options arrow (#1488474) 12 years ago
Thomas Bruederli b3da048e39 Merge branch 'release-0.8' of github.com:roundcube/roundcubemail into release-0.8 12 years ago
Giovanni Bajo e63952d2fd Fix support for large uuencode attachments.
Currently, Roundcube tries to match with a regexp a whole uuencode
attachment. This is not always possible because PHP enforces a limit
on the maximum match size.
12 years ago
Aleksander Machniak 39eb4eec87 Update changelog 12 years ago
Thomas Bruederli 5c6d1ac5a2 Merge branch 'release-0.8' of github.com:roundcube/roundcubemail into release-0.8 12 years ago
Aleksander Machniak 02cf44e183 Fix handling of "usemap" attribute (#1488472) 12 years ago
Aleksander Machniak 6236838574 Fix handling of some HTML tags e.g. IMG (#1488471) - reworked fix for #1486812 12 years ago
Aleksander Machniak 8253e7d245 Fix PHP warning on PHP 5.4 (#1488469) 12 years ago
Antoine Catton 82e1bd22a1 Replace directory .svn/ by .git/ in security rules 12 years ago
Brian Ronald 8d320e43de Change version text to reflect new versioning system
Conflicts:

	program/include/iniset.php
12 years ago
Thomas B dac31dddd1 s/SVN/GIT/ 12 years ago
Aleksander Machniak 951c9b3abb Fix add_contact() (#1488465) 12 years ago
Aleksander Machniak 71ced07735 Use similar language as a fallback for plugin localization (#1488401)
Don't load en_US localization more than once

Conflicts:

	CHANGELOG
	program/include/rcube.php
12 years ago
Thomas Bruederli f5d2f08db7 - Add file type icons for plain text (#1488451) and vcard files
- Align heights of search box and decorated drop-down menu (#1488354)
12 years ago
Thomas Bruederli 568e26c343 - Add file type icons for plain text (#1488451) and vcard files
- Align heights of search box and decorated drop-down menu (#1488354)
12 years ago
Aleksander Machniak 5251421cc4 Removed debug code 12 years ago
Aleksander Machniak 64bdae829b Fix Opera issues with duplicated scrollbar and invisible border 12 years ago
Aleksander Machniak aca50c1dc4 Remove empty line 12 years ago
Aleksander Machniak dcaab6b183 Fix issue where signature wasn't re-added on draft compose (#1488322) 12 years ago
Aleksander Machniak 8a4cc52bd6 TinyMCE 3.5 12 years ago
Aleksander Machniak ec23abec11 Fixed PHP warning 12 years ago
root d8d75401f5 Simplified code 12 years ago
root a9ca5f476b Simplified code 12 years ago
Thomas Bruederli 9b487e4817 Added .gitignore file 12 years ago
Thomas Bruederli 1580e5c9c6 Add (empty) Larry skin folders for plugins 12 years ago
Thomas B ce81074097 Rename README file 12 years ago
Thomas B 217b806c59 Better Markdown formatting for the README file
Conflicts:

	README
12 years ago
thomascube 75d9d8579d Updated Changelog 12 years ago
thomascube be160b9da2 Fix multi-threaded autocompletion when number of threads > number of sources 12 years ago
thomascube 60d9c79f91 Fix handling of 'serialzied' LDAP address attributes 12 years ago
thomascube e44e5cc79b - Allow to configure the number of values allowed for each LDAP attribute
- Support for serialized LDAP address values (usually delimited with a $)

Conflicts:

	config/main.inc.php.dist
12 years ago
Aleksander Machniak 89fc59d171 Print last commit date as (git) version
Conflicts:

	program/include/rcube_template.php
12 years ago
vbenincasa ef92c51155 - pt_BR update to avoid the text-overflow on the compose button of Larry skin 12 years ago
vbenincasa 7da27a987d - Some improvements and completion of pt_BR language files. 12 years ago
thomascube e5b5162b77 Upgraded to PEAR::Mail_Mime 1.8.3 12 years ago
alecpl 05383a9388 - Fix typo 12 years ago
thomascube a9c1b87788 Better handling of HTTP request errors; re-send keep-alive requests on failure (#1488449) 12 years ago
thomascube 9e8d8e4a06 Accept two past time slots for auth cookie validation; don't encode user-agent into session auth hash (#1488449)
Conflicts:

	program/include/rcube.php
12 years ago
alecpl f5a262f0f0 - Fix message paging navigation div effectively disables preview pane checkbox on narrow screen widths (#1488425) 12 years ago
alecpl 5a82c7e65b - Update Changelog
Conflicts:

	CHANGELOG
12 years ago
alecpl f4698cbfa1 - Applied fixes from trunk up to r6129 12 years ago
alecpl 6da093890c - Applied fixes from trunk up to r6123 12 years ago
alecpl a57f9e2c64 - Applied fixes from trunk up to r6118 12 years ago
thomascube 2cadfbbd76 Backported r6109 to release branch 12 years ago
alecpl 6dc7ce5a06 - Fix incorrect cache ttl used in get_cache_engine() (#1488447) 12 years ago
alecpl 753bf7707b - Fix parent folder permissions checking on folder creation (#1488443) 12 years ago
alecpl f7ae899f66 - Merge fix (r6089) from trunk 12 years ago
alecpl ce6ece3ce0 - Applied fixes from trunk 12 years ago
thomascube 9456eacbec cleanup release branch; update versions 12 years ago
thomascube d5520d1f47 Branching off for 0.8 release series 12 years ago

4
.gitignore vendored

@ -0,0 +1,4 @@
# ignore files added to these directories
logs/*
temp/*
config/*

@ -28,10 +28,10 @@ php_value mbstring.func_overload 0
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^favicon\.ico$ skins/default/images/favicon.ico
RewriteRule ^favicon\.ico$ skins/larry/images/favicon.ico
# security rules
RewriteRule .svn/ - [F]
RewriteRule ^README|INSTALL|LICENSE|SQL|bin|CHANGELOG$ - [F]
RewriteRule .git - [F]
RewriteRule ^/?(README(.md)?|INSTALL|LICENSE|SQL|bin|CHANGELOG)$ - [F]
</IfModule>
<IfModule mod_deflate.c>

@ -1,6 +1,149 @@
CHANGELOG Roundcube Webmail
===========================
RELEASE 0.8.6
-------------
- Fix vulnerability in handling _session argument of utils/save-prefs (#1489382)
RELEASE 0.8.6
-------------
- Fix security issue in save-pref command
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 keybord events on messages list in opera browser (#1488823)
- Fix cache (in)validation after setting \Deleted flag
- Fix selection of collapsed thread rows (#1488772)
- Fix wrapping of quoted text with format=flowed (#1488177)
RELEASE 0.8.4
-------------
- Fix XSS vulnerability in handling of text/enriched messages (#1488806)
- Fix handling of 'media' attribute on linked css (#1488789)
- Fix regression where unintentional page reload was done after request abort (#1488802)
- Fix excessive LFs at the end of composed message with top_posting=true (#1488797)
- Fix bug where leading blanks were stripped from quoted lines (#1488795)
RELEASE 0.8.3
-------------
- Fix AREA links handling (#1488792)
- Fix possible HTTP DoS on error in keep-alive requests (#1488782)
- Fix compatybility with MDB2 2.5.0b4 (#1488779)
- Fix a bug where saving a message in INBOX wasn't possible
- Fix HTML part detection in messages with attachments (#1488769)
- Fix bug where wrong words were highlighted on spell-before-send check
- Fix scrolling quirk in email preview frame using Opera 12 (#1488763)
- Fix displaying of multipart/alternative messages with empty parts (#1488750)
- Fix Warning: htmlspecialchars(): charset `RCMAIL_CHARSET' not supported warning in Installer (#1488744)
- Fix threaded list sorting on PHP < 5.2.9 (#1488748)
RELEASE 0.8.2
-------------
- Fix XSS vulnerability from HTTP User-Agent header (#1488737)
- Force fonts in compose fields to be all the same (#1488690)
- Add full headers view in message preview window (#1488538)
- Fix message display page issues (#1488590, #1488642)
- Fix handling vCard entries with TEL;TYPE=CELL (#1488728)
- Fix error where session wasn't updated after folder rename/delete (#1488692)
- Fix PLAIN authentication for some IMAP servers (#1488674)
- Fix encoding vCard file when contains PHOTO;ENCODING=b (#1488683)
- Fix focus issue in IE when selecting message row (#1488620)
- Fix displaying all headers when they contain malformed characters (#1488666)
- Fix decoding of HTML messages with UTF-16 charset specified (#1488654)
- Fix quota capability detection so it can be overwritten by a plugin (#1488655)
- Fix identity selection on reply (#1488101)
- Fix Larry's messages list filter in IE (#1488632)
- Fix more IE issues by disabling Compat. mode with X-UA-Compatible meta tag (#1488626)
- Fix setting locales under Solaris - use additional .UTF-8 suffix (#1488628)
- Fix email address validation for addresses with IP address in domain part
- Fix Larry skin issues in IE7 compat. mode (#1488618)
- Fix so subscribed non-existing/non-accessible shared folder can be unsubscribed
RELEASE 0.8.1
-------------
- Fix bug where domain name was converted to lower-case even with login_lc=false (#1488593)
- Fix lower-casing email address on replies (#1488598)
- Fix line separator in exported messages (#1488603)
- Fix XSS issue where plain signatures wasn't secured in HTML mode (#1488613)
- Fix XSS issue where href="javascript:" wasn't secured (#1488613)
- Fix impossible to create message with empty plain text part (#1488610)
- Fix stripped apostrophes when replying in plain text to HTML message (#1488606)
- Fix inactive Save search option after advanced search (#1488607)
- Fix Remove from group option is active for contact search result (#1488608)
- Disable autocapitalization in login form on iPad/iPhone (#1488609)
- Fix focus on the list when list row is clicked (#1488600)
- Added separate From and To columns apart from smart From/To column (#1486891)
- Fix fallback to Larry skin when configured skin isn't available (#1488591)
- Fix (workaround) delete operations with some versions of memcache (#1488592)
- Fix (disable) request validation for spell and spell_html actions
RELEASE 0.8.0
-------------
- Don't show product version on login screen (can be enabled by config)
- Renamed old default skin to 'classic'. Larry is the new default skin.
- Support connections to memcached socket file (#1488577)
- Enable TinyMCE inlinepopups plugin
- Update to TinyMCE 3.5.6
- Correctly escape localized labels in javascript variable (#1488567)
- Update Net_SMTP/Auth_SASL packages to fix Digest-MD5/Cram-MD5 authentication (#1488571)
- Don't add attachments content into reply/forward/draft message body (#1488557)
- Fix 'no connection' errors on page unloads (#1488547)
- Plugin API: Add 'unauthenticated' hook (#1488138)
- Show explicit error message when provided hostname is invalid (#1488550)
- Fix wrong compose screen elements focus in IE9 (#1488541)
- Fix fatal error when date.timezone isn't set (#1488546)
- Update to TinyMCE 3.5.4.1
- Better icons with distinct shapes for priority columns (#1488377)
- Show dedicated icon for multipart/report messages (#1488524)
- Properly hide text of icon links/buttons (#1488534)
- Fix handling of unitless CSS size values in HTML message (#1488535)
- Fix removing contact photo using LDAP addressbook (#1488420)
- Fix storing X-ANNIVERSARY date in vCard format (#1488527)
- Update to Mail_Mime-1.8.5 (#1488521)
- Fix XSS vulnerability in message subject handling using Larry skin (#1488519)
- Fix handling of links with various URI schemes e.g. "skype:" (#1488106)
- Fix handling of links inside PRE elements on html to text conversion
- Fix indexing of links on html to text conversion
- Decode header value in rcube_mime::get() by default (#1488511)
- Fix errors with enabled PHP magic_quotes_sybase option (#1488506)
- Fix SQL query for contacts listing on MS SQL Server (#1488505)
- Fix window.resize handler on IE8 and Opera (#1488453)
- Don't let error message popups cover the login form (#1488500)
- Don't show errors when moving contacts into groups they are already in (#1488493)
- Make folders with unread messages in subfolders bold again (#1486793)
- Abbreviate long attachment file names with ellipsis (#1488499)
- Fix html2text conversion of strong|b|a|th|h tags when used in upper case
- Add listcontrols template container in Larry skin (#1488498)
- Fix host autoselection when default_host is an array (#1488495)
- Move messages forwarding mode setting into Preferences
- Fix HTML entities handling in HTML editor (#1488483)
- Fix listing shared folders on Courier IMAP (#1488466)
RELEASE 0.8-rc
--------------
- Added new translations in Belarusian, Interlingua and Malayalam
- Flipped compose options arrow (#1488474)
- Fix handling of large uuencode attachments (#1488473)
- Fix handling of "usemap" attribute (#1488472)
- Fix handling of some HTML tags e.g. IMG (#1488471)
- Use similar language as a fallback for plugin localization (#1488401)
- Fix issue where signature wasn't re-added on draft compose (#1488322)
- Update to TinyMCE 3.5 (#1488459)
- Fixed multi-threaded autocompletion when number of threads > number of sources
- Allow to configure the number of values allowed for each LDAP attribute
- Support for serialized LDAP address values (usually delimited with a $)
- Less restrictive session auth checks, repeat keep-alive requests on failure (#1488449)
- Fix redirect to mail/compose on re-login (#1488226)
- Add IE8 hack for messages list issue (#1487821)
- Fix handling errors on draft auto-save
- Fix importing vCard photo with ENCODING param specified (#1488432)
- Support mutliple name/email pairs for Bcc and Reply-To identity settings (#1488445)
- Fix parent folder permissions checking on folder creation (#1488443)
- Set flexible width to login form fields (#1488418)
- Fix re-draw bug on list columns change in IE8 (#1487822)
- Allow mass-removal of addresses from a group (#1487748)
@ -10,6 +153,7 @@ CHANGELOG Roundcube Webmail
- Fix invisible cursor when replying to a html message (#1487073)
- Reset IP stored in session when destroying session data (#1488056)
- Fix bug where memory_limit = -1 wasn't handled properly
- Support mutliple name/email pairs for Bcc and Reply-To identity settings (#1488445)
- Support LDAP RFC2256's country object class read/write (#1488123)
- Upgraded to jQuery 1.7.2
- Image resize with GD extension (#1488383)
@ -1302,7 +1446,3 @@ RELEASE 0.1-RC1
Now based on the message structure delivered by the IMAP server.
- Fixed some XSS and SQL injection issues
- Fixed charset problems with folder renaming

@ -21,7 +21,7 @@ REQUIREMENTS
- Mail_mimeDecode 1.5.5 or newer
- Net_SMTP 1.4.2 or newer
- Net_IDNA2 0.1.1 or newer
- Auth_SASL 1.0.3 or newer
- Auth_SASL 1.0.6 or newer
* php.ini options (see .htaccess file):
- error_reporting E_ALL & ~E_NOTICE (or lower)
- memory_limit > 16MB (increase as suitable to support large attachments)
@ -31,6 +31,7 @@ REQUIREMENTS
- suhosin.session.encrypt disabled
- mbstring.func_overload disabled
- 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
or the SQLite extension for PHP

@ -1,31 +1,26 @@
Roundcube Webmail (http://roundcube.net)
ATTENTION
---------
This is just a snapshot of the current SVN repository and is NOT A STABLE
version of Roundcube. It's not recommended to replace an existing installation
of Roundcube with this version. Also using a separate database for this
installation is highly recommended.
Roundcube Webmail
=================
[roundcube.net](http://roundcube.net)
INTRODUCTION
------------
Roundcube Webmail is a browser-based multilingual IMAP client with an
application-like user interface. It provides full functionality you expect
from an e-mail client, including MIME support, address book, folder management,
from an email client, including MIME support, address book, folder management,
message searching and spell checking. Roundcube Webmail is written in PHP and
requires the MySQL, PostgreSQL or SQLite database. With its plugin API it is
easily extendable and the user interface is fully customizable using skins
which are pure XHTML and CSS 2.
This project includes other open-source classes/libraries from PEAR
(http://pear.php.net), an IMAP library derived from IlohaMail
the TinyMCE rich text editor, Googiespell library for spell checking
or the HTML sanitizer by Frederic Motte.
The code is mainly written in PHP and is designed to run on a webserver.
It includes other open-source classes/libraries from [PEAR][pear],
an IMAP library derived from [IlohaMail][iloha] the [TinyMCE][tinymce] rich
text editor, [Googiespell][googiespell] library for spell checking or
the [WASHTML][washtml] sanitizer by Frederic Motte.
The current default skin uses icons designed by Stephen Horlander and Kevin
Gerich for Mozilla.org.
The current default skin uses icons designed by Stephen Horlander and [Kevin
Gerich][kmgerich] for Mozilla.org.
INSTALLATION
@ -37,11 +32,11 @@ If you're updating an older version of Roundcube please follow the steps
described in the UPGRADING file.
LICENSING
---------
LICENSE
-------
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License (with exceptions
for skins & plugins) as published by the Free Software Foundation,
it under the terms of the GNU General Public License (**with exceptions
for skins & plugins**) as published by the Free Software Foundation,
either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
@ -50,7 +45,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/.
along with this program. If not, see [www.gnu.org/licenses/][gpl].
This file forms part of the Roundcube Webmail Software for which the
following exception is added: Plugins and Skins which merely make
@ -63,8 +58,8 @@ version that will not be part of the Roundcube Webmail Software, you
may remove the exception above and use this source code under the
original version of the license.
For more details about licensing and the expections for skins and plugins
see http://roundcube.net/license
For more details about licensing and the exceptions for skins and plugins
see [roundcube.net/license][license]
CONTRIBUTION
@ -72,15 +67,27 @@ CONTRIBUTION
Want to help make Roundcube the best webmail solution ever?
Roundcube is open source software. Our developers and contributors all
are volunteers and we're always looking for new additions and resources.
For more information visit http://roundcube.net/contribute
For more information visit [roundcube.net/contribute][contrib]
CONTACT
-------
For any bug reports or feature requests please refer to the tracking system
at trac.roundcube.net (http://trac.roundcube.net/wiki/Howto_ReportIssues)
or subscribe to our mailing list. See http://roundcube.net/support
for details.
at [trac.roundcube.net][tracreport] or subscribe to our mailing list.
See [roundcube.net/support][support] for details.
You're always welcome to send a message to the project admin:
hello@roundcube.net
hello(at)roundcube(dot)net
[pear]: http://pear.php.net
[iloha]: http://sourceforge.net/projects/ilohamail/
[tinymce]: http://www.tinymce.com/
[googiespell]: http://orangoo.com/labs/GoogieSpell/
[washtml]: http://www.ubixis.com/washtml/
[kmgerich]: http://kmgerich.com/
[gpl]: http://www.gnu.org/licenses/
[license]: http://roundcube.net/license
[contrib]: http://roundcube.net/contribute
[support]: http://roundcube.net/support
[tracreport]: http://trac.roundcube.net/wiki/Howto_ReportIssues

@ -40,7 +40,7 @@ CREATE TABLE [dbo].[contacts] (
[changed] [datetime] NOT NULL ,
[del] [char] (1) COLLATE Latin1_General_CI_AI NOT NULL ,
[name] [varchar] (128) COLLATE Latin1_General_CI_AI NOT NULL ,
[email] [text] COLLATE Latin1_General_CI_AI NOT NULL ,
[email] [varchar] (8000) COLLATE Latin1_General_CI_AI NOT NULL ,
[firstname] [varchar] (128) COLLATE Latin1_General_CI_AI NOT NULL ,
[surname] [varchar] (128) COLLATE Latin1_General_CI_AI NOT NULL ,
[vcard] [text] COLLATE Latin1_General_CI_AI NULL ,

@ -246,6 +246,19 @@ GO
-- 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
-- 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

@ -1,101 +0,0 @@
#!/usr/bin/env php
<?php
/*
+-----------------------------------------------------------------------+
| bin/dumpschema.sh |
| |
| This file is part of the Roundcube Webmail client |
| Copyright (C) 2005-2009, The Roundcube Dev Team |
| |
| Licensed under the 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: |
| Dumps database schema in XML format using MDB2_Schema |
| |
+-----------------------------------------------------------------------+
| Author: Thomas Bruederli <roundcube@gmail.com> |
+-----------------------------------------------------------------------+
$Id$
*/
define('INSTALL_PATH', realpath(dirname(__FILE__) . '/..') . '/' );
require INSTALL_PATH.'program/include/clisetup.php';
/** callback function for schema dump **/
function print_schema($dump)
{
foreach ((array)$dump as $part)
echo $dump . "\n";
}
$config = new rcube_config();
// don't allow public access if not in devel_mode
if (!$config->get('devel_mode') && $_SERVER['REMOTE_ADDR']) {
header("HTTP/1.0 401 Access denied");
die("Access denied!");
}
$options = array(
'use_transactions' => false,
'log_line_break' => "\n",
'idxname_format' => '%s',
'debug' => false,
'quote_identifier' => true,
'force_defaults' => false,
'portability' => false,
);
$dsnw = $config->get('db_dsnw');
$dsn_array = MDB2::parseDSN($dsnw);
// set options for postgres databases
if ($dsn_array['phptype'] == 'pgsql') {
$options['disable_smart_seqname'] = true;
$options['seqname_format'] = '%s';
}
$schema =& MDB2_Schema::factory($dsnw, $options);
$schema->db->supported['transactions'] = false;
// send as text/xml when opened in browser
if ($_SERVER['REMOTE_ADDR'])
header('Content-Type: text/xml');
if (PEAR::isError($schema)) {
$error = $schema->getMessage() . ' ' . $schema->getUserInfo();
}
else {
$dump_config = array(
// 'output_mode' => 'file',
'output' => 'print_schema',
);
$definition = $schema->getDefinitionFromDatabase();
$definition['charset'] = 'utf8';
if (PEAR::isError($definition)) {
$error = $definition->getMessage() . ' ' . $definition->getUserInfo();
}
else {
$operation = $schema->dumpDatabase($definition, $dump_config, MDB2_SCHEMA_DUMP_STRUCTURE);
if (PEAR::isError($operation)) {
$error = $operation->getMessage() . ' ' . $operation->getUserInfo();
}
}
}
$schema->disconnect();
if ($error && !$_SERVER['REMOTE_ADDR'])
fputs(STDERR, $error);
?>

@ -54,14 +54,14 @@ foreach ($out as $outfn => $texts) {
+-----------------------------------------------------------------------+
| Author: %-62s|
+-----------------------------------------------------------------------+
@version %s$
*/
$%s = array();
EOF;
$output = sprintf($header, $lang, $varname.'.inc', date('Y'), $texts['_translator'], '$Id', $varname);
$author = preg_replace('/\s*<Unknown>/i', '', $texts['_translator']);
$output = sprintf($header, $lang, $varname.'.inc', date('Y'), $author, $varname);
foreach ($texts as $label => $value) {
if (is_array($value)) { var_dump($outfn, $label, $value); exit; }
@ -99,6 +99,10 @@ function import_file($fn)
$language = '';
$translator = '';
// get language code from file name
if (preg_match('/-([a-z_]+).po$/i', $fn, $m))
$language = expand_langcode($m[1]);
$is_header = true;
$msgid = null;
$msgstr = '';

@ -5,7 +5,7 @@
| bin/installto.sh |
| |
| This file is part of the Roundcube Webmail client |
| Copyright (C) 2011, The Roundcube Dev Team |
| Copyright (C) 2012, The Roundcube Dev Team |
| |
| Licensed under the GNU General Public License version 3 or |
| any later version with exceptions for skins & plugins. |
@ -53,14 +53,25 @@ if (strtolower($input) == 'y') {
break;
}
}
foreach (array('index.php','.htaccess','config/main.inc.php.dist','config/db.inc.php.dist','CHANGELOG','README','UPGRADING') as $file) {
foreach (array('index.php','.htaccess','config/main.inc.php.dist','config/db.inc.php.dist','CHANGELOG','README.md','UPGRADING','LICENSE') as $file) {
if (!system("rsync -av " . INSTALL_PATH . "$file $target_dir/$file")) {
$err = true;
break;
}
}
echo "done.\n\n";
if (is_dir("$target_dir/skins/default")) {
echo "Removing old default skin...";
system("rm -rf $target_dir/skins/default $target_dir/plugins/jqueryui/themes/default");
foreach (glob(INSTALL_PATH . "plugins/*/skins") as $plugin_skin_dir) {
$plugin_skin_dir = preg_replace('!^.*' . INSTALL_PATH . '!', '', $plugin_skin_dir);
if (is_dir("$target_dir/$plugin_skin_dir/classic"))
system("rm -rf $target_dir/$plugin_skin_dir/default");
}
echo "done.\n\n";
}
if (!$err) {
echo "Running update script at target...\n";
system("cd $target_dir && bin/update.sh --version=$oldversion");

@ -1,25 +0,0 @@
#!/bin/sh
TITLE="Roundcube Classes"
PACKAGES="Core"
INSTALL_PATH="`dirname $0`/.."
PATH_PROJECT=$INSTALL_PATH/program/include
PATH_DOCS=$INSTALL_PATH/doc/phpdoc
BIN_PHPDOC="`/usr/bin/which phpdoc`"
if [ ! -x "$BIN_PHPDOC" ]
then
echo "phpdoc not found: $BIN_PHPDOC"
exit 1
fi
OUTPUTFORMAT=HTML
CONVERTER=frames
TEMPLATE=earthli
PRIVATE=off
# make documentation
$BIN_PHPDOC -d $PATH_PROJECT -t $PATH_DOCS -ti "$TITLE" -dn $PACKAGES \
-o $OUTPUTFORMAT:$CONVERTER:$TEMPLATE -pp $PRIVATE

@ -114,6 +114,12 @@ if ($RCI->configured) {
if ($write1 && $write2) {
echo "Done.\n";
echo "Your configuration files are now up-to-date!\n";
if ($messages['missing']) {
echo "But you still need to add the following missing options:\n";
foreach ($messages['missing'] as $msg)
echo "- '" . $msg['prop'] . ($msg['name'] ? "': " . $msg['name'] : "'") . "\n";
}
}
else {
echo "Failed to write config files!\n";

@ -106,6 +106,10 @@ $rcmail_config['imap_force_caps'] = false;
// Enable this option to force LSUB command usage instead.
$rcmail_config['imap_force_lsub'] = false;
// Some server configurations (e.g. Courier) doesn't list folders in all namespaces
// Enable this option to force listing of folders in all namespaces
$rcmail_config['imap_force_ns'] = false;
// IMAP connection timeout, in seconds. Default: 0 (no limit)
$rcmail_config['imap_timeout'] = 0;
@ -215,15 +219,19 @@ $rcmail_config['use_https'] = false;
// 0 - disabled, 1 - username and host only, 2 - username, host, password
$rcmail_config['login_autocomplete'] = 0;
// If users authentication is not case sensitive this must be enabled.
// You can also use it to force conversion of logins to lower case.
// Forces conversion of logins to lower case.
// 0 - disabled, 1 - only domain part, 2 - domain and local part.
// If users authentication is not case-sensitive this must be enabled.
// After enabling it all user records need to be updated, e.g. with query:
// UPDATE users SET username = LOWER(username);
$rcmail_config['login_lc'] = false;
$rcmail_config['login_lc'] = 0;
// Includes should be interpreted as PHP files
$rcmail_config['skin_include_php'] = false;
// display software version on login screen
$rcmail_config['display_version'] = false;
// Session lifetime in minutes
// must be greater than 'keep_alive'/60
$rcmail_config['session_lifetime'] = 10;
@ -240,8 +248,8 @@ $rcmail_config['session_name'] = null;
$rcmail_config['session_storage'] = 'db';
// Use these hosts for accessing memcached
// Define any number of hosts in the form hostname:port
$rcmail_config['memcache_hosts'] = null; // e.g. array( 'localhost:11211', '192.168.1.12:11211' );
// Define any number of hosts in the form of hostname:port or unix:///path/to/sock.file
$rcmail_config['memcache_hosts'] = null; // e.g. array( 'localhost:11211', '192.168.1.12:11211', 'unix:///var/tmp/memcached.sock' );
// check client IP in session athorization
$rcmail_config['ip_check'] = false;
@ -348,7 +356,7 @@ $rcmail_config['identities_level'] = 0;
$rcmail_config['client_mimetypes'] = null; # null == default
// mime magic database
$rcmail_config['mime_magic'] = '/usr/share/misc/magic';
$rcmail_config['mime_magic'] = null;
// path to imagemagick identify binary
$rcmail_config['im_identify_path'] = null;
@ -374,15 +382,15 @@ $rcmail_config['plugins'] = array();
// ----------------------------------
// default messages sort column. Use empty value for default server's sorting,
// or 'arrival', 'date', 'subject', 'from', 'to', 'size', 'cc'
// or 'arrival', 'date', 'subject', 'from', 'to', 'fromto', 'size', 'cc'
$rcmail_config['message_sort_col'] = '';
// default messages sort order
$rcmail_config['message_sort_order'] = 'DESC';
// These cols are shown in the message list. Available cols are:
// subject, from, to, cc, replyto, date, size, status, flag, attachment, 'priority'
$rcmail_config['list_cols'] = array('subject', 'status', 'from', 'date', 'size', 'flag', 'attachment');
// subject, from, to, fromto, cc, replyto, date, size, status, flag, attachment, 'priority'
$rcmail_config['list_cols'] = array('subject', 'status', 'fromto', 'date', 'size', 'flag', 'attachment');
// the default locale setting (leave empty for auto-detection)
// RFC1766 formatted language name like en_US, de_DE, de_CH, fr_FR, pt_BR
@ -580,16 +588,16 @@ $rcmail_config['ldap_public']['Verisign'] = array(
// the object classes (can include additional fields not required by the object classes).
'required_fields' => array('cn', 'sn', 'mail'),
'search_fields' => array('mail', 'cn'), // fields to search in
// Map of contact sub-objects (attribute name => objectClass(es)), e.g. 'c' => 'country'
'sub_fields' => array(),
// mapping of contact fields to directory attributes
// for every attribute one can specify the number of values (limit) allowed.
// default is 1, a wildcard * means unlimited
'fieldmap' => array(
// Roundcube => LDAP
// Roundcube => LDAP:limit
'name' => 'cn',
'surname' => 'sn',
'firstname' => 'givenName',
'title' => 'title',
'email' => 'mail',
'email' => 'mail:*',
'phone:home' => 'homePhone',
'phone:work' => 'telephoneNumber',
'phone:mobile' => 'mobile',
@ -609,6 +617,8 @@ $rcmail_config['ldap_public']['Verisign'] = array(
// 'manager' => 'manager',
// 'assistant' => 'secretary',
),
// Map of contact sub-objects (attribute name => objectClass(es)), e.g. 'c' => 'country'
'sub_fields' => array(),
'sort' => 'cn', // The field to sort the listing by.
'scope' => 'sub', // search mode: sub|base|list
'filter' => '(objectClass=inetOrgPerson)', // used for basic listing (if not empty) and will be &'d with search queries. example: status=act
@ -671,7 +681,7 @@ $rcmail_config['addressbook_search_mode'] = 0;
$rcmail_config['default_charset'] = 'ISO-8859-1';
// skin name: folder from skins/
$rcmail_config['skin'] = 'default';
$rcmail_config['skin'] = 'larry';
// show up to X items in messages list view
$rcmail_config['mail_pagesize'] = 50;

@ -2,7 +2,7 @@
/*
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
| Version 0.8-svn |
| Version 0.8.7 |
| |
| Copyright (C) 2005-2012, The Roundcube Dev Team |
| |
@ -103,12 +103,9 @@ if ($RCMAIL->task == 'login' && $RCMAIL->action == 'login') {
'valid' => $request_valid,
));
// check if client supports cookies
if ($auth['cookiecheck'] && empty($_COOKIE)) {
$OUTPUT->show_message("cookiesdisabled", 'warning');
}
else if ($auth['valid'] && !$auth['abort'] &&
$RCMAIL->login($auth['user'], $auth['pass'], $auth['host'])
// Login
if ($auth['valid'] && !$auth['abort'] &&
$RCMAIL->login($auth['user'], $auth['pass'], $auth['host'], $auth['cookiecheck'])
) {
// create new session ID, don't destroy the current session
// it was destroyed already by $RCMAIL->kill_session() above
@ -129,6 +126,10 @@ if ($RCMAIL->task == 'login' && $RCMAIL->action == 'login') {
// prevent endless looping on login page
if ($query['_task'] == 'login')
unset($query['_task']);
// prevent redirect to compose with specified ID (#1488226)
if ($query['_action'] == 'compose' && !empty($query['_id']))
$query = array();
}
// allow plugins to control the redirect url after login success
@ -139,9 +140,23 @@ if ($RCMAIL->task == 'login' && $RCMAIL->action == 'login') {
$OUTPUT->redirect($redir);
}
else {
$error_code = is_object($RCMAIL->storage) ? $RCMAIL->storage->get_error_code() : 1;
if (!$auth['valid']) {
$error_code = RCMAIL::ERROR_INVALID_REQUEST;
}
else {
$error_code = $auth['error'] ? $auth['error'] : $RCMAIL->login_error();
}
$error_labels = array(
RCMAIL::ERROR_STORAGE => 'storageerror',
RCMAIL::ERROR_COOKIES_DISABLED => 'cookiesdisabled',
RCMAIL::ERROR_INVALID_REQUEST => 'invalidrequest',
RCMAIL::ERROR_INVALID_HOST => 'invalidhost',
);
$OUTPUT->show_message($error_code < -1 ? 'storageerror' : (!$auth['valid'] ? 'invalidrequest' : 'loginfailed'), 'warning');
$error_message = $error_labels[$error_code] ? $error_labels[$error_code] : 'loginfailed';
$OUTPUT->show_message($error_message, 'warning');
$RCMAIL->plugins->exec_hook('login_failed', array(
'code' => $error_code, 'host' => $auth['host'], 'user' => $auth['user']));
$RCMAIL->kill_session();
@ -198,33 +213,35 @@ if (empty($RCMAIL->user->ID)) {
if ($session_error || $_REQUEST['_err'] == 'session')
$OUTPUT->show_message('sessionerror', 'error', null, true, -1);
$RCMAIL->set_task('login');
$OUTPUT->send('login');
$plugin = $RCMAIL->plugins->exec_hook('unauthenticated', array('task' => 'login', 'error' => $session_error));
$RCMAIL->set_task($plugin['task']);
$OUTPUT->send($plugin['task']);
}
// CSRF prevention
else {
// don't check for valid request tokens in these actions
$request_check_whitelist = array('login'=>1, 'spell'=>1);
// check client X-header to verify request origin
if ($OUTPUT->ajax_call) {
if (rc_request_header('X-Roundcube-Request') != $RCMAIL->get_request_token() && !$RCMAIL->config->get('devel_mode')) {
header('HTTP/1.1 403 Forbidden');
die("Invalid Request");
$request_check_whitelist = array('login'=>1, 'spell'=>1, 'spell_html'=>1);
if (!$request_check_whitelist[$RCMAIL->action]) {
// check client X-header to verify request origin
if ($OUTPUT->ajax_call) {
if (rc_request_header('X-Roundcube-Request') != $RCMAIL->get_request_token()) {
header('HTTP/1.1 403 Forbidden');
die("Invalid Request");
}
}
// check request token in POST form submissions
else if (!empty($_POST) && !$RCMAIL->check_request()) {
$OUTPUT->show_message('invalidrequest', 'error');
$OUTPUT->send($RCMAIL->task);
}
}
// check request token in POST form submissions
else if (!empty($_POST) && !$request_check_whitelist[$RCMAIL->action] && !$RCMAIL->check_request()) {
$OUTPUT->show_message('invalidrequest', 'error');
$OUTPUT->send($RCMAIL->task);
}
// check referer if configured
if (!$request_check_whitelist[$RCMAIL->action] && $RCMAIL->config->get('referer_check') && !rcube_check_referer()) {
raise_error(array(
'code' => 403,
'type' => 'php',
'message' => "Referer check failed"), true, true);
// check referer if configured
if ($RCMAIL->config->get('referer_check') && !rcube_check_referer()) {
raise_error(array(
'code' => 403, 'type' => 'php',
'message' => "Referer check failed"), true, true);
}
}
}

@ -1,3 +1,10 @@
<?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
@ -40,10 +47,14 @@ $ini_checks = array(
'zend.ze1_compatibility_mode' => 0,
'mbstring.func_overload' => 0,
'suhosin.session.encrypt' => 0,
'magic_quotes_runtime' => 0,
'magic_quotes_sybase' => 0,
'date.timezone' => '-NOTEMPTY-',
);
$optional_checks = array(
'date.timezone' => '-NOTEMPTY-',
// required for utils/modcss.inc, should we require this?
'allow_url_fopen' => 1,
);
$source_urls = array(
@ -168,7 +179,15 @@ foreach ($ini_checks as $var => $val) {
$status = ini_get($var);
if ($val === '-NOTEMPTY-') {
if (empty($status)) {
$RCI->fail($var, "cannot be empty and needs to be set");
$RCI->fail($var, "empty value detected");
} else if ($var == 'date.timezone') {
try {
$tz = new DateTimeZone($status);
$RCI->pass($var);
}
catch (Exception $e) {
$RCI->fail($var, "invalid value detected");
}
} else {
$RCI->pass($var);
}

@ -1,3 +1,10 @@
<?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

@ -44,6 +44,7 @@ ini_set('display_errors', 1);
define('INSTALL_PATH', realpath(dirname(__FILE__) . '/../').'/');
define('RCMAIL_CONFIG_DIR', INSTALL_PATH . 'config');
define('RCMAIL_CHARSET', 'UTF-8');
$include_path = INSTALL_PATH . 'program/lib' . PATH_SEPARATOR;
$include_path .= INSTALL_PATH . 'program' . PATH_SEPARATOR;
@ -127,14 +128,23 @@ if ($RCI->configured && empty($_REQUEST['_step'])) {
echo '</div></body></html>';
exit;
}
?>
<h1>Roundcube Webmail Installer</h1>
<ol id="progress">
<?php
$include_steps = array(
1 => './check.php',
2 => './config.php',
3 => './test.php',
);
if (!in_array($RCI->step, array_keys($include_steps))) {
$RCI->step = 1;
}
foreach (array('Check environment', 'Create config', 'Test config') as $i => $item) {
$j = $i + 1;
$link = ($RCI->step >= $j || $RCI->configured) ? '<a href="./index.php?_step='.$j.'">' . Q($item) . '</a>' : Q($item);
@ -144,15 +154,8 @@ if ($RCI->configured && empty($_REQUEST['_step'])) {
</ol>
<?php
$include_steps = array('', './check.php', './config.php', './test.php');
if ($include_steps[$RCI->step]) {
include $include_steps[$RCI->step];
}
else {
header("HTTP/1.0 404 Not Found");
echo '<h2 class="error">Invalid step</h2>';
}
include $include_steps[$RCI->step];
?>
</div>

@ -5,7 +5,7 @@
| rcube_install.php |
| |
| This file is part of the Roundcube Webmail package |
| Copyright (C) 2008-2011, The Roundcube Dev Team |
| Copyright (C) 2008-2012, The Roundcube Dev Team |
| |
| Licensed under the GNU General Public License version 3 or |
| any later version with exceptions for skins & plugins. |
@ -251,7 +251,12 @@ class rcube_install
$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
foreach ($defaults as $prop => $value) {
if (!isset($seen[$prop]) && isset($required[$prop]) && !(is_bool($this->config[$prop]) || strlen($this->config[$prop])))
@ -266,7 +271,7 @@ class rcube_install
}
else if (!empty($this->config['spellcheck_languages'])) {
foreach ($this->config['spellcheck_languages'] as $lang => $descr)
if (!pspell_new($lang))
if (!@pspell_new($lang))
$out['dependencies'][] = array('prop' => 'spellcheck_languages',
'explain' => "You are missing pspell support for language $lang ($descr)");
}
@ -413,7 +418,7 @@ class rcube_install
{
if (!$this->configured)
return false;
$options = array(
'use_transactions' => false,
'log_line_break' => "\n",
@ -423,11 +428,11 @@ class rcube_install
'force_defaults' => false,
'portability' => true
);
$dsnw = $this->config['db_dsnw'];
$schema = MDB2_Schema::factory($dsnw, $options);
$schema->db->supported['transactions'] = false;
if (PEAR::isError($schema)) {
$this->raise_error(array('code' => $schema->getCode(), 'message' => $schema->getMessage() . ' ' . $schema->getUserInfo()));
return false;
@ -435,33 +440,33 @@ class rcube_install
else {
$definition = $schema->getDefinitionFromDatabase();
$definition['charset'] = 'utf8';
if (PEAR::isError($definition)) {
$this->raise_error(array('code' => $definition->getCode(), 'message' => $definition->getMessage() . ' ' . $definition->getUserInfo()));
return false;
}
// load reference schema
$dsn_arr = MDB2::parseDSN($this->config['db_dsnw']);
$ref_schema = INSTALL_PATH . 'SQL/' . $dsn_arr['phptype'] . '.schema.xml';
if (is_readable($ref_schema)) {
$reference = $schema->parseDatabaseDefinition($ref_schema, false, array(), $schema->options['fail_on_invalid_names']);
if (PEAR::isError($reference)) {
$this->raise_error(array('code' => $reference->getCode(), 'message' => $reference->getMessage() . ' ' . $reference->getUserInfo()));
}
else {
$diff = $schema->compareDefinitions($reference, $definition);
if (empty($diff)) {
return true;
}
else if ($update) {
// update database schema with the diff from the above check
$success = $schema->alterDatabase($reference, $definition, $diff);
if (PEAR::isError($success)) {
$this->raise_error(array('code' => $success->getCode(), 'message' => $success->getMessage() . ' ' . $success->getUserInfo()));
}
@ -476,11 +481,11 @@ class rcube_install
$this->raise_error(array('message' => "Could not find reference schema file ($ref_schema)"));
return false;
}
return false;
}
/**
* Getter for the last error message
*
@ -490,8 +495,8 @@ class rcube_install
{
return $this->last_error['message'];
}
/**
* Return a list with all imap hosts configured
*
@ -501,12 +506,12 @@ class rcube_install
{
$default_hosts = (array)$this->getprop('default_host');
$out = array();
foreach ($default_hosts as $key => $name) {
if (!empty($name))
$out[] = rcube_parse_host(is_numeric($key) ? $name : $key);
}
return $out;
}
@ -523,8 +528,8 @@ class rcube_install
'0.4-beta', '0.4.2',
'0.5-beta', '0.5', '0.5.1',
'0.6-beta', '0.6',
'0.7-beta', '0.7', '0.7.1', '0.7.2',
'0.8-beta',
'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',
));
return $select;
}
@ -543,7 +548,7 @@ class rcube_install
}
return $skins;
}
/**
* Display OK status
*
@ -555,8 +560,8 @@ class rcube_install
echo Q($name) . ':&nbsp; <span class="success">OK</span>';
$this->_showhint($message);
}
/**
* Display an error status and increase failure count
*
@ -567,7 +572,7 @@ class rcube_install
function fail($name, $message = '', $url = '')
{
$this->failures++;
echo Q($name) . ':&nbsp; <span class="fail">NOT OK</span>';
$this->_showhint($message, $url);
}
@ -585,8 +590,8 @@ class rcube_install
echo Q($name) . ':&nbsp; <span class="na">NOT OK</span>';
$this->_showhint($message, $url);
}
/**
* Display warning status
*
@ -599,24 +604,24 @@ class rcube_install
echo Q($name) . ':&nbsp; <span class="na">NOT AVAILABLE</span>';
$this->_showhint($message, $url);
}
function _showhint($message, $url = '')
{
$hint = Q($message);
if ($url)
$hint .= ($hint ? '; ' : '') . 'See <a href="' . Q($url) . '" target="_blank">' . Q($url) . '</a>';
if ($hint)
echo '<span class="indent">(' . $hint . ')</span>';
}
static function _clean_array($arr)
{
$out = array();
foreach (array_unique($arr) as $k => $val) {
if (!empty($val)) {
if (is_numeric($k))
@ -625,11 +630,11 @@ class rcube_install
$out[$k] = $val;
}
}
return $out;
}
static function _dump_var($var, $name=null) {
// special values
switch ($name) {
@ -658,16 +663,16 @@ class rcube_install
break;
}
}
if ($isnum)
return 'array(' . join(', ', array_map(array('rcube_install', '_dump_var'), $var)) . ')';
}
}
return var_export($var, true);
}
/**
* Initialize the database with the according schema
*
@ -677,7 +682,7 @@ class rcube_install
function init_db($DB)
{
$engine = isset($this->db_map[$DB->db_provider]) ? $this->db_map[$DB->db_provider] : $DB->db_provider;
// read schema file from /SQL/*
$fname = INSTALL_PATH . "SQL/$engine.initial.sql";
if ($sql = @file_get_contents($fname)) {
@ -687,7 +692,7 @@ class rcube_install
$this->fail('DB Schema', "Cannot read the schema file: $fname");
return false;
}
if ($err = $this->get_error()) {
$this->fail('DB Schema', "Error creating database schema: $err");
return false;
@ -695,8 +700,8 @@ class rcube_install
return true;
}
/**
* Update database with SQL statements from SQL/*.update.sql
*
@ -708,7 +713,7 @@ class rcube_install
{
$version = strtolower($version);
$engine = isset($this->db_map[$DB->db_provider]) ? $this->db_map[$DB->db_provider] : $DB->db_provider;
// read schema file from /SQL/*
$fname = INSTALL_PATH . "SQL/$engine.update.sql";
if ($lines = @file($fname, FILE_SKIP_EMPTY_LINES)) {
@ -723,7 +728,7 @@ class rcube_install
if ($from && !$is_comment)
$sql .= $line. "\n";
}
if ($sql)
$this->exec_sql($sql, $DB);
}
@ -731,7 +736,7 @@ class rcube_install
$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;
@ -739,8 +744,8 @@ class rcube_install
return true;
}
/**
* Execute the given SQL queries on the database connection
*
@ -754,7 +759,7 @@ class rcube_install
foreach (explode("\n", $sql) as $line) {
if (preg_match('/^--/', $line) || trim($line) == '')
continue;
$buff .= $line . "\n";
if (preg_match('/(;|^GO)$/', trim($line))) {
$DB->query($buff);
@ -763,11 +768,11 @@ class rcube_install
break;
}
}
return !$DB->is_error();
}
/**
* Handler for Roundcube errors
*/
@ -775,8 +780,8 @@ class rcube_install
{
$this->last_error = $p;
}
/**
* Generarte a ramdom string to be used as encryption key
*
@ -788,12 +793,12 @@ class rcube_install
{
$alpha = 'ABCDEFGHIJKLMNOPQERSTUVXYZabcdefghijklmnopqrtsuvwxyz0123456789+*%&?!$-_=';
$out = '';
for ($i=0; $i < $length; $i++)
$out .= $alpha{rand(0, strlen($alpha)-1)};
return $out;
}
}

@ -1,3 +1,10 @@
<?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>

@ -28,6 +28,9 @@ if (window.rcmail) {
rcmail.enable_command('acl-create', 'acl-save', 'acl-cancel', 'acl-mode-switch', true);
rcmail.enable_command('acl-delete', 'acl-edit', false);
if (rcmail.env.acl_advanced)
$('#acl-switch').addClass('selected');
});
}
@ -129,6 +132,8 @@ rcube_webmail.prototype.acl_mode_switch = function(elem)
// ACL table initialization
rcube_webmail.prototype.acl_list_init = function()
{
$('#acl-switch')[this.env.acl_advanced ? 'addClass' : 'removeClass']('selected');
this.acl_list = new rcube_list_widget(this.gui_objects.acltable,
{multiselect:true, draggable:false, keyboard:true, toggleselect:true});
this.acl_list.addEventListener('select', function(o) { rcmail.acl_list_select(o); });

@ -128,8 +128,10 @@ class acl extends rcube_plugin
*/
function folder_form($args)
{
// Edited folder name (empty in create-folder mode)
$mbox_imap = $args['options']['name'];
$myrights = $args['options']['rights'];
// Edited folder name (empty in create-folder mode)
if (!strlen($mbox_imap)) {
return $args;
}
@ -139,18 +141,8 @@ class acl extends rcube_plugin
return $args;
}
*/
// Namespace root
if ($args['options']['is_root']) {
return $args;
}
// Get MYRIGHTS
if (!($myrights = $args['options']['rights'])) {
return $args;
}
// Do nothing if no ACL support
if (!$this->rc->storage->get_capability('ACL')) {
if (empty($myrights)) {
return $args;
}
@ -241,8 +233,7 @@ class acl extends rcube_plugin
// Advanced rights
$attrib['id'] = 'advancedrights';
foreach ($supported as $val) {
$id = "acl$val";
foreach ($supported as $idx => $val) {
$ul .= html::tag('li', null,
$input->show('', array(
'name' => "acl[$val]", 'value' => $val, 'id' => $id))

@ -0,0 +1,89 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/bs_BA/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Kenan Dervišević <kenan3008@gmail.com> |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['sharing'] = 'Razmjena';
$labels['myrights'] = 'Prava pristupa';
$labels['username'] = 'Korisnik:';
$labels['advanced'] = 'napredni mod';
$labels['newuser'] = 'Dodaj unos';
$labels['actions'] = 'Akcije za prava pristupa...';
$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['shortacls'] = 'Zadrži';
$labels['shortacli'] = 'Umetni';
$labels['shortaclc'] = 'Kreiraj';
$labels['shortaclk'] = 'Kreiraj';
$labels['shortaclx'] = 'Brisanje foldera';
$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['longaclp'] = 'Moguće je objavljivati poruke u ovaj folder';
$labels['longaclc'] = 'Moguće je kreirati (ili preimenovati) foldere diretno ispod ovog foldera';
$labels['longaclk'] = 'Moguće je kreirati (ili preimenovati) foldere diretno ispod ovog foldera';
$labels['longacld'] = 'Oznaka za obrisane poruke se može mijenjati';
$labels['longaclt'] = 'Oznaka za obrisane poruke se može mijenjati';
$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['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!';

@ -0,0 +1,89 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/ca_ES/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Jordi Sanfeliu <jordi@fibranet.cat> |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['sharing'] = 'Comparteix';
$labels['myrights'] = 'Permisos d\'accés';
$labels['username'] = 'Usuari:';
$labels['advanced'] = 'Mode avançat';
$labels['newuser'] = 'Afegeix una entrada';
$labels['actions'] = 'Accions dels permisos d\'accés';
$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['shortacls'] = 'Conserva';
$labels['shortacli'] = 'Insereix';
$labels['shortaclc'] = 'Crea';
$labels['shortaclk'] = 'Crea';
$labels['shortaclx'] = 'Suprimeix carpeta';
$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['longaclp'] = 'Els missatges poden ser enviats a aquesta carpeta';
$labels['longaclc'] = 'Es poden crear (or reanomenar) carpetes directament sota aquesta carpeta';
$labels['longaclk'] = 'Es poden crear (or reanomenar) carpetes directament sota aquesta carpeta';
$labels['longacld'] = 'Poden ser canviats els missatges amb l\'indicador Suprimit';
$labels['longaclt'] = 'Poden ser canviats els missatges amb l\'indicador Suprimit';
$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['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';

@ -0,0 +1,76 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/cs_CZ/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Martin Bárta <martin.bartama@gmail.com> |
+-----------------------------------------------------------------------+
*/
$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['anyone'] = 'Všichni uživatelé (kdokoli)';
$labels['anonymous'] = 'Hosté (anonymní)';
$labels['identifier'] = 'Identifikátor';
$labels['aclr'] = 'Číst zprávy';
$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['shortacls'] = 'Zachovat';
$labels['shortacli'] = 'Vložit';
$labels['shortaclc'] = 'Vytvořit';
$labels['shortaclk'] = 'Vytvořit';
$labels['shortaclx'] = 'Mazat složky';
$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['longaclp'] = 'Zpráva byla odeslána do složky';
$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['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';

@ -0,0 +1,89 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/cy_GB/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Dafydd Tomos |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['sharing'] = 'Rhannu';
$labels['myrights'] = 'Hawliau Mynediad';
$labels['username'] = 'Defnyddiwr:';
$labels['advanced'] = 'Modd uwch';
$labels['newuser'] = 'Ychwanegu cofnod';
$labels['actions'] = 'Gweithredoedd hawl mynediad...';
$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['shortacls'] = 'Cadw';
$labels['shortacli'] = 'Mewnosod';
$labels['shortaclc'] = 'Creu';
$labels['shortaclk'] = 'Creu';
$labels['shortaclx'] = 'Dileu ffolder';
$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['longaclp'] = 'Gellir postio negeseuon i\'r ffolder hwn';
$labels['longaclc'] = 'Gellir creu (neu ail-enwi) ffolderi yn uniongyrchol o dan y ffolder hwn';
$labels['longaclk'] = 'Gellir creu (neu ail-enwi) ffolderi yn uniongyrchol o dan y ffolder hwn';
$labels['longacld'] = 'Gellir newid fflag neges Dileu';
$labels['longaclt'] = 'Gellir newid fflag neges Dileu';
$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['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!';

@ -0,0 +1,89 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/da_DK/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Johannes Hessellund <osos@openeyes.dk> |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['sharing'] = 'Deling';
$labels['myrights'] = 'Adgangrettigheder';
$labels['username'] = 'Bruger:';
$labels['advanced'] = 'avanceret mode';
$labels['newuser'] = 'Tilføj indgang';
$labels['actions'] = 'Tilgangsrettigheder...';
$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['shortacls'] = 'Behold';
$labels['shortacli'] = 'Indsæt';
$labels['shortaclc'] = 'Opret';
$labels['shortaclk'] = 'Opret';
$labels['shortaclx'] = 'Slet mappe';
$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['longaclp'] = 'Beskeder kan sendes til denne mappe';
$labels['longaclc'] = 'Mapper kan blive oprettet (eller omdøbt) direkte under denne mappe';
$labels['longaclk'] = 'Mapper kan blive oprettet (eller omdøbt) direkte under denne mappe';
$labels['longacld'] = 'Beskeders Slet-flag kan ændres';
$labels['longaclt'] = 'Beskeders Slet-flag kan ændres';
$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['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!';

@ -0,0 +1,89 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/de_CH/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Thomas |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['sharing'] = 'Freigabe';
$labels['myrights'] = 'Zugriffsrechte';
$labels['username'] = 'Benutzer:';
$labels['advanced'] = 'erweiterter Modus';
$labels['newuser'] = 'Eintrag hinzufügen';
$labels['actions'] = 'Zugriffsrechte Aktionen...';
$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['shortacls'] = 'Behalte';
$labels['shortacli'] = 'Hinzufügen';
$labels['shortaclc'] = 'Erstellen';
$labels['shortaclk'] = 'Erstellen';
$labels['shortaclx'] = 'Ordner 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['longaclp'] = 'Nachrichten können an diesen Ordner gesendet werden';
$labels['longaclc'] = 'Unterordner können in diesem Ordner erstellt oder umbenannt werden';
$labels['longaclk'] = 'Unterordner können in diesem Ordner erstellt oder umbenannt werden';
$labels['longacld'] = 'Der "gelöscht" Status von Nachrichten kann geändert werden';
$labels['longaclt'] = 'Der "gelöscht" Status von Nachrichten kann geändert 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['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!';

@ -1,5 +1,19 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/de_DE/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Thomas |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['sharing'] = 'Freigabe';
$labels['myrights'] = 'Zugriffsrechte';
$labels['username'] = 'Benutzer:';
@ -9,48 +23,44 @@ $labels['actions'] = 'Zugriffsrechte Aktionen...';
$labels['anyone'] = 'Alle Benutzer (anyone)';
$labels['anonymous'] = 'Gäste (anonymous)';
$labels['identifier'] = 'Bezeichnung';
$labels['acll'] = 'Ordner sichtbar';
$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'] = 'Nachrichten Senden an';
$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'] = 'Nachrichten endgültig Löschen';
$labels['acle'] = 'endgültig löschen';
$labels['shortacle'] = 'endgültig löschen';
$labels['aclx'] = 'Ordner löschen';
$labels['acla'] = 'Zugriffsrechte Verwalten';
$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['shortacll'] = 'Sichtbar';
$labels['shortaclr'] = 'Lesen';
$labels['shortacld'] = 'Löschen';
$labels['shortaclt'] = 'Löschen';
$labels['shortacldelete'] = 'Löschen';
$labels['shortacls'] = 'Lesestatus';
$labels['shortaclw'] = 'Flags ändern';
$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'] = 'Nachrichten im Ordner können gelesen 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';
@ -62,22 +72,18 @@ $labels['longaclt'] = 'Der "gelöscht" Status von Nachrichten kann geändert wer
$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!';
?>

@ -0,0 +1,89 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/en_GB/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Lazlo |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['sharing'] = 'Sharing';
$labels['myrights'] = 'Access Rights';
$labels['username'] = 'User:';
$labels['advanced'] = 'advanced mode';
$labels['newuser'] = 'Add entry';
$labels['actions'] = 'Access right actions...';
$labels['anyone'] = 'All users (anyone)';
$labels['anonymous'] = 'Guests (anonymous)';
$labels['identifier'] = 'Identifier';
$labels['acll'] = '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['shortacls'] = 'Keep';
$labels['shortacli'] = 'Insert';
$labels['shortaclc'] = 'Create';
$labels['shortaclk'] = 'Create';
$labels['shortaclx'] = 'Folder 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['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['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!';

@ -0,0 +1,63 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/eo/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Michael Moroni <michael.moroni@mailoo.org> |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['sharing'] = 'Kunhavigado';
$labels['myrights'] = 'Atingrajtoj';
$labels['username'] = 'Uzanto:';
$labels['advanced'] = 'progresinta reĝimo';
$labels['newuser'] = 'Aldoni eron';
$labels['actions'] = 'Agoj de atingrajtoj...';
$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['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['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['shortacls'] = 'Manteni';
$labels['shortacli'] = 'Enmeti';
$labels['shortaclc'] = 'Krei';
$labels['shortaclk'] = 'Krei';
$labels['shortaclx'] = 'Forigo de dosierujo';
$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['longacli'] = 'Mesaĝoj skribeblas aŭ kopieblas en la dosierujo';
$labels['longaclp'] = 'Mesaĝoj afiŝeblas en ĉi tiu dosierujo';

@ -0,0 +1,89 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/es_ES/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: pompilos <ciordia@gmail.com> |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['sharing'] = 'Compartir';
$labels['myrights'] = 'Permisos de acceso';
$labels['username'] = 'Usuario:';
$labels['advanced'] = 'Modo avanzado';
$labels['newuser'] = 'Añadir una entrada';
$labels['actions'] = 'Acciones sobre los permisos de acceso…';
$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['shortacls'] = 'Conservar';
$labels['shortacli'] = 'Insertar';
$labels['shortaclc'] = 'Crear';
$labels['shortaclk'] = 'Crear';
$labels['shortaclx'] = 'Borrar carpeta';
$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['longaclp'] = 'Se pueden enviar mensajes a esta carpeta';
$labels['longaclc'] = 'Se pueden crear (o renombrar) carpetas directamente bajo esta carpeta';
$labels['longaclk'] = 'Se pueden crear (o renombrar) carpetas directamente bajo esta carpeta';
$labels['longacld'] = 'No se pueden cambiar los mensajes etiquetados como "Borrado';
$labels['longaclt'] = 'No se pueden cambiar los mensajes etiquetados como "Borrado';
$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['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';

@ -0,0 +1,32 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/et_EE/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: yllar |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['sharing'] = 'Jagamine';
$labels['myrights'] = 'Ligipääsuõigused';
$labels['username'] = 'Kasutaja:';
$labels['newuser'] = 'Lisa sissekanne';
$labels['anonymous'] = 'Külalised (anonüümsed)';
$labels['aclr'] = 'Lugeda kirju';
$labels['aclc'] = 'Luua alamkaustu';
$labels['aclk'] = 'Luua alamkaustu';
$labels['acld'] = 'Kustutada kirju';
$labels['aclt'] = 'Kustutada kirju';
$labels['aclx'] = 'Kustutada kausta';
$labels['acla'] = 'Administreerida';
$labels['shortacla'] = 'Administreerida';
$labels['shortaclc'] = 'Loo';
$labels['shortaclk'] = 'Loo';

@ -0,0 +1,89 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/fa_IR/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Hamid <abbaszadeh.h@gmail.com> |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['sharing'] = 'اشتراک‌گذاری';
$labels['myrights'] = 'مجوزهای دسترسی';
$labels['username'] = 'کاربر:';
$labels['advanced'] = 'حالت پیشرفته';
$labels['newuser'] = 'افزودن مدخل';
$labels['actions'] = 'فعالیت‌های مجوز دسترسی...';
$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['shortacls'] = 'نگه داشتن';
$labels['shortacli'] = 'جاگذارى';
$labels['shortaclc'] = 'ایجاد';
$labels['shortaclk'] = 'ایجاد';
$labels['shortaclx'] = 'حذف کردن پوشه';
$labels['longacll'] = 'پوشه در فهرست‌ها قابل مشاهده است و می‌تواند مشترک به';
$labels['longaclr'] = 'پوشه می‌تواند برای خواندن باز شود';
$labels['longaclread'] = 'پوشه می‌تواند برای خواندن باز شود';
$labels['longacls'] = 'پرچم بازدید پیغام‌ها می‌تواند تغییر داده شود';
$labels['longaclw'] = 'پرچم و کلیدواژه پیغام‌ها می‌تواند تغییر داده شود، به غیر از بازدید و حذف';
$labels['longacli'] = 'پیغام‌ها می‌توانند کپی یا نوشته شوند به پوشه';
$labels['longaclp'] = 'پیغام‌ها می‌توانند پست شوند به این پوشه';
$labels['longaclc'] = 'پوشه‌ها می‌توانند ایجاد شوند (تغییر نام داد شوند) به طور مستقیم در این پوشه';
$labels['longaclk'] = 'پوشه‌ها می‌توانند ایجاد شوند (تغییر نام داد شوند) به طور مستقیم در این پوشه';
$labels['longacld'] = 'پرچم حذف پیغام‌ها می‌تواند تغییر داده شود';
$labels['longaclt'] = 'پرچم حذف پیغام‌ها می‌تواند تغییر داده شود';
$labels['longacle'] = 'پیغام‌ها می‌توانند حذف شوند';
$labels['longaclx'] = 'پوشه می‌تواند حذف یا تغییر نام داده شود';
$labels['longacla'] = 'قوانین دسترسی پوشه می‌تواند تغییر داده شود';
$labels['longaclfull'] = 'کنترل کامل شما مدیریت پوشه';
$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'] = 'هیج نام‌کاربری‌ای مشخص نشده است!';

@ -0,0 +1,61 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/fi_FI/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Jiri Grönroos |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['sharing'] = 'Jakaminen';
$labels['myrights'] = 'Käyttöoikeudet';
$labels['username'] = 'Käyttäjä:';
$labels['advanced'] = 'edistynyt tila';
$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['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!';

@ -0,0 +1,89 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/fr_FR/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Tr4sK |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['sharing'] = 'Partage';
$labels['myrights'] = 'Droits d\'accès';
$labels['username'] = 'Utilisateur :';
$labels['advanced'] = 'Mode avancé';
$labels['newuser'] = 'Ajouter l\'entrée';
$labels['actions'] = 'Action sur les droits d\'accès...';
$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['shortacls'] = 'Conserver';
$labels['shortacli'] = 'Insérer';
$labels['shortaclc'] = 'Créer';
$labels['shortaclk'] = 'Créer';
$labels['shortaclx'] = 'Supprimer un dossier';
$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['longaclp'] = 'Les messages peuvent-être envoyé dans ce dossier';
$labels['longaclc'] = 'Les dossiers peuvent-être créer (ou renommer) directement depuis ce dossier';
$labels['longaclk'] = 'Les dossiers peuvent-être créer (ou renommer) directement depuis ce dossier';
$labels['longacld'] = 'L\'étiquette de suppression des messages peut-être modifiée';
$labels['longaclt'] = 'L\'étiquette de suppression des messages peut-être modifiée';
$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['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é !';

@ -0,0 +1,89 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/he_IL/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Moshe Leibovitch <moish@mln.co.il> |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['sharing'] = 'שיתוף';
$labels['myrights'] = 'זכויות גישה';
$labels['username'] = 'משתמש:';
$labels['advanced'] = 'מצב מתקדם';
$labels['newuser'] = 'הוסף ערך';
$labels['actions'] = 'פעולות על זכויות גישה...';
$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['shortacls'] = 'להשאיר';
$labels['shortacli'] = 'הוספה בין ערכים';
$labels['shortaclc'] = 'יצירה';
$labels['shortaclk'] = 'יצירה';
$labels['shortaclx'] = 'מחיקת תיקיה';
$labels['longacll'] = 'התיקיה תראה ברשימות וניתן יהיה להרשם אליה';
$labels['longaclr'] = 'ניתן לפתוח את התיקיה ולקרוא בה';
$labels['longaclread'] = 'ניתן לפתוח את התיקיה ולקרוא בה';
$labels['longacls'] = 'ניתן לשנות דגל נראה בהודעות';
$labels['longaclw'] = 'ניתן לשנות דגלים ומילות מפתח בהודעות, למעט נראה ונמחק';
$labels['longacli'] = 'ניתן לכתוב הודעות לתיקיה או למוחקן';
$labels['longaclp'] = 'ניתן לפרסם הודעות לתוך תיקיה זו';
$labels['longaclc'] = 'ניתן ליצור (או לשנות שם) תיקיות, ישירות תחת תיקיה זו';
$labels['longaclk'] = 'ניתן ליצור (או לשנות שם) תיקיות, ישירות תחת תיקיה זו';
$labels['longacld'] = 'ניתן לשנות דגל נמחק של הודעות';
$labels['longaclt'] = 'ניתן לשנות דגל נמחק של הודעות';
$labels['longacle'] = 'ניתן לנקות הודעות שסומנו כמבוטלות';
$labels['longaclx'] = 'ניתן למחוק תיקיה זו או לשנות שמה';
$labels['longacla'] = 'ניתן לשנות זכויות גישה של תיקיה זו';
$labels['longaclfull'] = 'שליטה מלאה כולל ניהול התיקיה';
$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'] = 'לא צוין שם משתמש כלשהו!';

@ -0,0 +1,89 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/hu_HU/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: bela |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['sharing'] = 'Megosztás';
$labels['myrights'] = 'Hozzáférési jogok';
$labels['username'] = 'Felhasználó:';
$labels['advanced'] = 'Haladó beállítások';
$labels['newuser'] = 'Elem hozzáadása';
$labels['actions'] = 'Hozzáférési jogok müveletei..';
$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['shortacls'] = 'Megtartás';
$labels['shortacli'] = 'Beszúrás';
$labels['shortaclc'] = 'Létrehozás';
$labels['shortaclk'] = 'Létrehozás';
$labels['shortaclx'] = 'Mappa törlése';
$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['longaclp'] = 'Ebbe a mappába tudsz üzeneteket tenni.';
$labels['longaclc'] = 'Mappák létrehozhazóak (átnevezhetőek) ez alatt a mappa alatt.';
$labels['longaclk'] = 'Mappák létrehozhazóak (átnevezhetőek) ez alatt a mappa alatt.';
$labels['longacld'] = 'Üzenet törölve jelző módositható.';
$labels['longaclt'] = 'Üzenet törölve jelző módositható.';
$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['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.';

@ -0,0 +1,89 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/hy_AM/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Vahan Yerkanian <vahan@yerkanian.com> |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['sharing'] = 'Կիսվել';
$labels['myrights'] = 'Մուտքի իրավունքներ';
$labels['username'] = 'Օգտատեր`';
$labels['advanced'] = 'Ընդլայնված տարբերակ';
$labels['newuser'] = 'Ավելացնել գրառում';
$labels['actions'] = 'Մուտքի իրավունքների գործողություններ…';
$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['shortacls'] = 'Պահել';
$labels['shortacli'] = 'Ներդնել';
$labels['shortaclc'] = 'Ստեղծել';
$labels['shortaclk'] = 'Ստեղծել';
$labels['shortaclx'] = 'Պանակի ջնջում';
$labels['longacll'] = 'Պանակը երևում է ցուցակներում և նրան հնարավոր է բաժանորդագրվել';
$labels['longaclr'] = 'Պանակը կարող է բացվել ընթերցման համար';
$labels['longaclread'] = 'Պանակը կարող է բացվել ընթերցման համար';
$labels['longacls'] = 'Տեսված հաղորդագրությունների նշումը կարող է փոփոխվել';
$labels['longaclw'] = 'Հաղորդագրությունների նշումները և հիմնաբառերը կարող են փոփոխվել, բացառությամբ Տեսած և Ջնջված նշումների';
$labels['longacli'] = 'Հաղորդագրությունները կարող են գրվել և պատճենվել պանակի մեջ';
$labels['longaclp'] = 'Հաղորդագրությունները կարող են հրապարակվել այս պանակում';
$labels['longaclc'] = 'Պանակները կարող են ստեղծվել (կամ վերանվանվել) այս պանակում';
$labels['longaclk'] = 'Պանակները կարող են ստեղծվել (կամ վերանվանվել) այս պանակում';
$labels['longacld'] = 'Հաղորդագրությունների Ջնջել նշումը կարող է փոփոխվել';
$labels['longaclt'] = 'Հաղորդագրությունների Ջնջել նշումը կարող է փոփոխվել';
$labels['longacle'] = 'Հաղորդագրությունները կարող են հեռացվել';
$labels['longaclx'] = 'Պանակը կարող է ջնջվել կամ վերանվանվել';
$labels['longacla'] = 'Պանակի մուտքի իրավունքները կարող են փոփոխվել';
$labels['longaclfull'] = 'Լրիվ վերահսկում ներառյալ պանակների կառավարումը';
$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'] = 'Օգտվողի անունը չի՛ նշվել։';

@ -0,0 +1,80 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/it_IT/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Andrea Bernini <andrea.bernini@gmail.com> |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['sharing'] = 'Condivisione';
$labels['myrights'] = 'Diritti d\'accesso';
$labels['username'] = 'Utente:';
$labels['advanced'] = 'modalità avanzata';
$labels['newuser'] = 'Aggiungi voce';
$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['aclc'] = 'Crea sottocartelle';
$labels['aclk'] = 'Crea sottocartelle';
$labels['acld'] = 'Elimina messaggi';
$labels['aclt'] = 'Elimina messaggi';
$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['shortacls'] = 'Mantieni';
$labels['shortacli'] = 'Inserisci';
$labels['shortaclc'] = 'Crea';
$labels['shortaclk'] = 'Crea';
$labels['shortaclx'] = 'Cancella cartella';
$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['longacld'] = 'Il flag Messaggio Eliminato può essere cambiato';
$labels['longaclt'] = 'Il flag Messaggio Eliminato può essere cambiato';
$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['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!';

@ -0,0 +1,89 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/ja_JP/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Takahiro Kambe |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['sharing'] = '共有';
$labels['myrights'] = 'アクセス権';
$labels['username'] = 'ユーザー:';
$labels['advanced'] = '詳細なモード';
$labels['newuser'] = '項目を追加';
$labels['actions'] = 'アクセス権の動作...';
$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['shortacls'] = '保持';
$labels['shortacli'] = '挿入';
$labels['shortaclc'] = '作成';
$labels['shortaclk'] = '作成';
$labels['shortaclx'] = 'フォルダーの削除';
$labels['longacll'] = 'フォルダーをリストに見えるようにして登録可能:';
$labels['longaclr'] = 'フォルダーを読むことを可能';
$labels['longaclread'] = 'フォルダーを読むことを可能';
$labels['longacls'] = 'メッセージの既読のフラッグの変更を可能';
$labels['longaclw'] = '既読と削除のフラッグを除く、メッセージのフラッグとキーワードの変更を可能';
$labels['longacli'] = 'メッセージに書き込みとフォルダーへの複製を可能';
$labels['longaclp'] = 'メッセージをこのフォルダーに投稿を可能';
$labels['longaclc'] = 'このフォルダーの直下にフォルダーの作成と名前の変更を可能';
$labels['longaclk'] = 'このフォルダーの直下にフォルダーの作成と名前の変更を可能';
$labels['longacld'] = 'メッセージの削除フラッグの変更を可能';
$labels['longaclt'] = 'メッセージの削除フラッグの変更を可能';
$labels['longacle'] = 'メッセージの抹消を可能';
$labels['longaclx'] = 'このフォルダーの削除や名前の変更を可能';
$labels['longacla'] = 'フォルダーのアクセス権の変更を可能';
$labels['longaclfull'] = 'フォルダーの管理を含めた完全な制御を可能';
$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'] = 'ユーザー名を指定していません!';

@ -0,0 +1,55 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/ko_KR/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Kim, Woohyun <woohyun.kim@gmail.com> |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['sharing'] = '공유';
$labels['myrights'] = '접근 권한';
$labels['username'] = '사용자:';
$labels['newuser'] = '엔트리 추가';
$labels['identifier'] = '식별자';
$labels['acls'] = '읽은 상태로 유지';
$labels['aclp'] = '게시';
$labels['shortaclp'] = '게시';
$labels['aclc'] = '하위 폴더 만들기';
$labels['aclk'] = '하위 폴더 만들기';
$labels['acld'] = '메시지 삭제';
$labels['aclt'] = '메시지 삭제';
$labels['aclx'] = '폴더 삭제';
$labels['acla'] = '관리자';
$labels['shortacla'] = '관리자';
$labels['shortaclx'] = '폴더 삭제';
$labels['longacli'] = '폴더에 메시지를 복사하거나 작성할 수 있음';
$labels['longaclp'] = '이 폴더로 메시지를 게시할 수 있음';
$labels['longaclc'] = '이 폴더의 바로 밑에 폴더를 생성(또는 이름 변경)할 수 있음';
$labels['longaclk'] = '이 폴더의 바로 밑에 폴더를 생성(또는 이름 변경)할 수 있음';
$labels['longacld'] = '메시지 삭제 플래그가 변경될 수 있음';
$labels['longaclt'] = '메시지 삭제 플래그가 변경될 수 있음';
$labels['longaclx'] = '폴더를 삭제하거나 이름 변경 할 수 있음';
$labels['longacla'] = '폴더의 접근 권한을 변경할 수 있음';
$labels['longaclfull'] = '폴더 관리를 포함한 모든 제어권';
$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이 없음!';

@ -0,0 +1,40 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/nb_NB/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Peter Grindem <peter@grindem.no> |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['sharing'] = 'Deling';
$labels['myrights'] = 'Tilgangsrettigheter';
$labels['username'] = 'Bruker:';
$labels['advanced'] = 'Avansert modus';
$labels['newuser'] = 'Legg til oppføring';
$labels['anyone'] = 'Alle brukere (alle)';
$labels['anonymous'] = 'Gjester (anononyme)';
$labels['identifier'] = 'Identifikator';
$labels['acll'] = 'Oppslag';
$labels['shortacll'] = 'Oppslag';
$labels['aclr'] = 'Les meldinger';
$labels['acli'] = 'Lim inn';
$labels['aclp'] = 'Post';
$labels['shortaclp'] = 'Post';
$labels['aclc'] = 'Opprett undermapper';
$labels['aclk'] = 'Opprett undermapper';
$labels['acld'] = 'Slett meldinger';
$labels['aclt'] = 'Slett meldinger';
$labels['acle'] = 'Slett fullstendig';
$labels['shortacle'] = 'Slett fullstendig';
$labels['aclx'] = 'Slett mappe';
$labels['acla'] = 'Administrer';
$labels['shortacla'] = 'Administrer';

@ -0,0 +1,89 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/nl_NL/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Geert Wirken |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['sharing'] = 'Delen';
$labels['myrights'] = 'Toegangsrechten';
$labels['username'] = 'Gebruiker:';
$labels['advanced'] = 'geavanceerde modus';
$labels['newuser'] = 'Item toevoegen';
$labels['actions'] = 'Toegangsrechtenopties...';
$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['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['shortacls'] = 'Behouden';
$labels['shortacli'] = 'Invoegen';
$labels['shortaclc'] = 'Aanmaken';
$labels['shortaclk'] = 'Aanmaken';
$labels['shortaclx'] = 'Map 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['longaclp'] = 'Berichten kunnen geplaatst worden in deze map';
$labels['longaclc'] = 'Mappen kunnen aangemaakt of hernoemd worden rechtstreeks onder deze map';
$labels['longaclk'] = 'Mappen kunnen aangemaakt of hernoemd worden rechtstreeks onder deze map';
$labels['longacld'] = 'De berichtmarkering \'Verwijderd\' kan aangepast worden';
$labels['longaclt'] = 'De berichtmarkering \'Verwijderd\' kan aangepast worden';
$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['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!';

@ -1,5 +1,19 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/pl_PL/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Thomas |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['sharing'] = 'Udostępnianie';
$labels['myrights'] = 'Prawa dostępu';
$labels['username'] = 'Użytkownik:';
@ -9,50 +23,46 @@ $labels['actions'] = 'Akcje na prawach...';
$labels['anyone'] = 'Wszyscy (anyone)';
$labels['anonymous'] = 'Goście (anonymous)';
$labels['identifier'] = 'Identyfikator';
$labels['acll'] = 'Podgląd (Lookup)';
$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 (Post)';
$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 folderu (Expunge)';
$labels['acle'] = 'Porządkowanie';
$labels['shortacle'] = 'Porządkowanie';
$labels['aclx'] = 'Usuwanie folderu (Delete)';
$labels['acla'] = 'Administracja (Administer)';
$labels['acla'] = 'Administracja';
$labels['shortacla'] = 'Administracja';
$labels['aclfull'] = 'Wszystkie';
$labels['aclother'] = 'Inne';
$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['shortacll'] = 'Podgląd';
$labels['shortaclr'] = 'Odczyt';
$labels['shortacld'] = 'Usuwanie';
$labels['shortaclt'] = 'Usuwanie';
$labels['shortacldelete'] = 'Usuwanie';
$labels['shortacls'] = 'Zmiana';
$labels['shortaclw'] = 'Zmiana flag';
$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'] = 'Pozwala na otwarcie folderu w trybie do odczytu';
$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['longaclw'] = 'Pozwala zmieniać wszystkie flagi wiadomości, oprócz "Przeczytano" i "Usunięto';
$labels['longacli'] = 'Pozwala zapisywać wiadomości i kopiować do folderu';
$labels['longaclp'] = 'Pozwala wysyłać wiadomości do folderu';
$labels['longaclc'] = 'Pozwala tworzyć (lub zmieniać nazwę) podfoldery';
@ -62,22 +72,18 @@ $labels['longaclt'] = 'Pozwala zmianiać flagę "Usunięto" wiadomości';
$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!';
?>

@ -0,0 +1,89 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/pt_BR/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Claudio F Filho <filhocf@gmail.com> |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['sharing'] = 'Compartilhamento';
$labels['myrights'] = 'Permissões de Acesso';
$labels['username'] = 'Usuário:';
$labels['advanced'] = 'modo avançado';
$labels['newuser'] = 'Adicionar entrada';
$labels['actions'] = 'Ações de direito de acesso...';
$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['shortacls'] = 'Manter';
$labels['shortacli'] = 'Inserir';
$labels['shortaclc'] = 'Criar';
$labels['shortaclk'] = 'Criar';
$labels['shortaclx'] = 'Excluir pasta';
$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['longaclp'] = 'As mensagens podem ser enviadas para esta pasta';
$labels['longaclc'] = 'As pastas podem ser criadas (ou renomeadas) diretamente sob esta pasta';
$labels['longaclk'] = 'As pastas podem ser criadas (ou renomeadas) diretamente sob esta pasta';
$labels['longacld'] = 'O marcador de Mensagens Excluídas podem ser modificadas';
$labels['longaclt'] = 'O marcador de Mensagens Excluídas podem ser modificadas';
$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['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!';

@ -0,0 +1,89 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/pt_PT/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: David |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['sharing'] = 'Partilhar';
$labels['myrights'] = 'Permissões de acesso';
$labels['username'] = 'Utilizador:';
$labels['advanced'] = 'Modo avançado';
$labels['newuser'] = 'Adicionar entrada';
$labels['actions'] = 'Acções de permissão de acesso...';
$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['shortacls'] = 'Manter';
$labels['shortacli'] = 'Inserir';
$labels['shortaclc'] = 'Criar';
$labels['shortaclk'] = 'Criar';
$labels['shortaclx'] = 'Eliminar pasta';
$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['longaclp'] = 'As mensagens podem ser publicadas na pasta';
$labels['longaclc'] = 'As pastas podem ser criadas (ou renomeadas) directamente nesta pasta';
$labels['longaclk'] = 'As pastas podem ser criadas (ou renomeadas) directamente nesta pasta';
$labels['longacld'] = 'O marcador de mensagens Eliminadas pode ser alterado';
$labels['longaclt'] = 'O marcador de mensagens Eliminadas pode ser alterado';
$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['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!';

@ -0,0 +1,89 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/ru_RU/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Vahan Yerkanian <vahan@yerkanian.com> |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['sharing'] = 'Совместный доступ';
$labels['myrights'] = 'Права доступа';
$labels['username'] = 'Пользователь:';
$labels['advanced'] = 'Экспертный режим';
$labels['newuser'] = 'Добавить поле';
$labels['actions'] = 'Действия с правами доступа...';
$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['shortacls'] = 'Оставить';
$labels['shortacli'] = 'Вставить';
$labels['shortaclc'] = 'Создать';
$labels['shortaclk'] = 'Создать';
$labels['shortaclx'] = 'Удаление папки';
$labels['longacll'] = 'Папка видима в списках и доступна для подписки';
$labels['longaclr'] = 'Эта папка может быть открыта для чтения';
$labels['longaclread'] = 'Эта папка может быть открыта для чтения';
$labels['longacls'] = 'Флаг Прочитано может быть изменен';
$labels['longaclw'] = 'Флаги и ключевые слова, кроме Прочитано и Удалено, могут быть изменены';
$labels['longacli'] = 'Сообщения могут быть записаны или скопированы в папку';
$labels['longaclp'] = 'Сообщения могут быть отправлены в эту папку';
$labels['longaclc'] = 'Подпапки могут быть созданы или переименованы прямо в этой папке';
$labels['longaclk'] = 'Подпапки могут быть созданы или переименованы прямо в этой папке';
$labels['longacld'] = 'Флаг Удалено может быть изменен';
$labels['longaclt'] = 'Флаг Удалено может быть изменен';
$labels['longacle'] = 'Сообщения могут быть уничтожены';
$labels['longaclx'] = 'Эта папка может быть переименована или удалена';
$labels['longacla'] = 'Права доступа к папке могут быть изменены';
$labels['longaclfull'] = 'Полный доступ, включая управление папкой';
$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'] = 'Не определено имя пользователя!';

@ -0,0 +1,44 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/sk_SK/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: panda |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['sharing'] = 'Zdieľanie';
$labels['myrights'] = 'Prístupové práva';
$labels['username'] = 'Užívateľ:';
$labels['advanced'] = 'pokročilý mód';
$labels['newuser'] = 'Pridať údaj';
$labels['anyone'] = 'Všetci užívatelia (ktokoľvek)';
$labels['anonymous'] = 'Hostia (anonymne)';
$labels['identifier'] = 'Identifikátor';
$labels['acll'] = 'Hľadanie';
$labels['shortacll'] = 'Hľadanie';
$labels['aclr'] = 'Čítať správy';
$labels['acli'] = 'Vložiť (kopírovať do)';
$labels['aclc'] = 'Vytvoriť podpriečinky';
$labels['aclk'] = 'Vytvoriť podpriečinky';
$labels['acld'] = 'Zmazať správy';
$labels['aclt'] = 'Zmazať správy';
$labels['aclx'] = 'Zmazať priečinok';
$labels['acla'] = 'Spravovať';
$labels['shortacla'] = 'Spravovať';
$labels['acldelete'] = 'Zmazať';
$labels['shortacld'] = 'Zmazať';
$labels['shortaclt'] = 'Zmazať';
$labels['shortacldelete'] = 'Zmazať';
$labels['shortacls'] = 'Ponechať';
$labels['shortacli'] = 'Vložiť';
$labels['shortaclc'] = 'Vytvoriť';
$labels['shortaclk'] = 'Vytvoriť';

@ -0,0 +1,89 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/sl_SI/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Teja Cetinski <teja.cetinski@gmail.com> |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['sharing'] = 'Skupna raba';
$labels['myrights'] = 'Pravice dostopa';
$labels['username'] = 'Uporabnik:';
$labels['advanced'] = 'Napredni način';
$labels['newuser'] = 'Dodaj vnos';
$labels['actions'] = 'Nastavitve pravic dostopa';
$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['shortacls'] = 'Ohrani';
$labels['shortacli'] = 'Vstavi';
$labels['shortaclc'] = 'Ustvari';
$labels['shortaclk'] = 'Ustvari';
$labels['shortaclx'] = 'Izbriši mapo';
$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['longaclp'] = 'Sporočilo je lahko poslano v to mapo';
$labels['longaclc'] = 'V tej mapi so lahko ustvarjene (ali preimenovane) podmape';
$labels['longaclk'] = 'V tej mapi so lahko ustvarjene (ali preimenovane) podmape';
$labels['longacld'] = 'Oznako sporočila \'Izbrisano\' je mogoče spremeniti';
$labels['longaclt'] = 'Oznako sporočila \'Izbrisano\' je mogoče spremeniti';
$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['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';

@ -0,0 +1,89 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/sv_SE/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Jonas Nasholm |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['sharing'] = 'Utdelning';
$labels['myrights'] = 'Åtkomsträttigheter';
$labels['username'] = 'Användare:';
$labels['advanced'] = 'avancerat läge';
$labels['newuser'] = 'Lägg till';
$labels['actions'] = 'Hantera åtkomsträttigheter...';
$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['shortacls'] = 'Behåll';
$labels['shortacli'] = 'Infoga';
$labels['shortaclc'] = 'Skapa';
$labels['shortaclk'] = 'Skapa';
$labels['shortaclx'] = 'Ta bort katalog';
$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['longaclp'] = 'Meddelanden kan postas till denna katalog';
$labels['longaclc'] = 'Kataloger kan skapas (eller ges annat namn) direkt i denna katalog';
$labels['longaclk'] = 'Kataloger kan skapas (eller ges annat namn) direkt i denna katalog';
$labels['longacld'] = 'Meddelandeflagga Raderat kan ändras';
$labels['longaclt'] = 'Meddelandeflagga Raderat kan ändras';
$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['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!';

@ -0,0 +1,89 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/tr_TR/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: ismail yenigul |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['sharing'] = 'Paylaşım';
$labels['myrights'] = 'Erişim Hakları';
$labels['username'] = 'Kullanıcı:';
$labels['advanced'] = 'İleri seviye mod';
$labels['newuser'] = 'Girdi ekle';
$labels['actions'] = 'Erişim hakları aksiyonları...';
$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['shortacls'] = 'Koru';
$labels['shortacli'] = 'Ekle';
$labels['shortaclc'] = 'Oluştur';
$labels['shortaclk'] = 'Oluştur';
$labels['shortaclx'] = 'Dizin 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['longaclp'] = 'Mesajlar bu dizine gönderilebilir';
$labels['longaclc'] = 'Dizinler doğrudan bu klasör altında oluşturulabilir veya yeniden adlandırılabilir.';
$labels['longaclk'] = 'Dizinler doğrudan bu klasör altında oluşturulabilir veya yeniden adlandırılabilir.';
$labels['longacld'] = 'mesajları sil bayrakları değiştirilebilir';
$labels['longaclt'] = 'mesajları sil bayrakları değiştirilebilir';
$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['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ş!';

@ -0,0 +1,89 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/vi_VN/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Kenny Tran <kennethanh@gmail.com> |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['sharing'] = 'Chia sẻ';
$labels['myrights'] = 'Quyền truy cập';
$labels['username'] = 'Người dùng:';
$labels['advanced'] = 'Chế độ tính năng cao hơn';
$labels['newuser'] = 'Thêm bài viết';
$labels['actions'] = 'Cách ứng xử quyền truy cập';
$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['shortacls'] = 'Giữ';
$labels['shortacli'] = 'Chèn';
$labels['shortaclc'] = 'Tạo mới';
$labels['shortaclk'] = 'Tạo mới';
$labels['shortaclx'] = 'Giữ liệu được xóa';
$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['longaclp'] = 'Thư có thể bỏ vào trong giữ liệu này';
$labels['longaclc'] = 'Các giữ liệu có thể được tạo (hoặc đặt lại tên) trực tiếp dưới giữ liệu này';
$labels['longaclk'] = 'Các giữ liệu có thể được tạo (hoặc đặt lại tên) trực tiếp dưới giữ liệu này';
$labels['longacld'] = 'Cờ đánh dấu thư xóa có thể thay đổi';
$labels['longaclt'] = 'Cờ đánh dấu thư xóa có thể thay đổi';
$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['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!';

@ -0,0 +1,68 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/zh_CN/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: WeiHua.Deng <mcp2000@gmail.com> |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['sharing'] = '共享中';
$labels['myrights'] = '访问权限';
$labels['username'] = '用户名:';
$labels['advanced'] = '高级模式';
$labels['newuser'] = '添加条目';
$labels['anyone'] = '所有用户(任何人)';
$labels['anonymous'] = '来宾(匿名)';
$labels['identifier'] = '标识符';
$labels['acll'] = '查找';
$labels['shortacll'] = '查找';
$labels['aclr'] = '读取消息';
$labels['acls'] = '保存已读状态';
$labels['acli'] = '插入(复制至)';
$labels['aclp'] = '发送';
$labels['shortaclp'] = '发送';
$labels['aclc'] = '创建子文件夹';
$labels['aclk'] = '创建子文件夹';
$labels['acld'] = '删除消息';
$labels['aclt'] = '删除消息';
$labels['aclx'] = '删除文件夹';
$labels['acla'] = '管理';
$labels['shortacla'] = '管理';
$labels['aclother'] = '其他';
$labels['shortaclother'] = '其他';
$labels['aclwrite'] = '撰写';
$labels['shortaclw'] = '撰写';
$labels['shortaclwrite'] = '撰写';
$labels['acldelete'] = '删除';
$labels['shortacld'] = '删除';
$labels['shortaclt'] = '删除';
$labels['shortacldelete'] = '删除';
$labels['shortacls'] = '保留';
$labels['shortacli'] = '插入';
$labels['shortaclc'] = '新建';
$labels['shortaclk'] = '新建';
$labels['shortaclx'] = '删除文件夹';
$labels['longacll'] = '该文件夹在列表上可见且可被订阅';
$labels['longaclr'] = '该文件夹可被打开阅读';
$labels['longaclread'] = '该文件夹可被打开阅读';
$labels['longaclx'] = '该文件夹可悲删除或重命名';
$labels['deleting'] = '删除访问权限中…';
$labels['saving'] = '保存访问权限中…';
$labels['updatesuccess'] = '成功修改访问权限';
$labels['deletesuccess'] = '成功删除访问权限';
$labels['createsuccess'] = '成功添加访问权限';
$labels['updateerror'] = '无法更新访问权限';
$labels['deleteerror'] = '无法删除访问权限';
$labels['createerror'] = '无法添加访问权限';
$labels['deleteconfirm'] = '您确定要移除选中用户的访问权限吗?';
$labels['norights'] = '没有已指定的权限!';
$labels['nouser'] = '没有已指定的用户名!';

@ -0,0 +1,80 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/zh_TW/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Nansen |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['sharing'] = '分享';
$labels['myrights'] = '存取權限';
$labels['username'] = '使用者:';
$labels['advanced'] = '進階模式';
$labels['newuser'] = '新增項目';
$labels['actions'] = '權限設定';
$labels['anyone'] = '所有使用者 (anyone)';
$labels['anonymous'] = '訪客 (anonymous)';
$labels['identifier'] = '識別';
$labels['acll'] = '尋找';
$labels['shortacll'] = '尋找';
$labels['aclr'] = '讀取訊息';
$labels['aclw'] = '寫入標幟';
$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['shortacls'] = '保存';
$labels['shortacli'] = '插入';
$labels['shortaclc'] = '建立';
$labels['shortaclk'] = '建立';
$labels['shortaclx'] = '資料夾刪除';
$labels['longaclr'] = '資料夾能被打開與讀取';
$labels['longaclread'] = '資料夾能被打開與讀取';
$labels['longacls'] = '能修改訊息標幟';
$labels['longacli'] = '訊息能寫入或複製到資料夾';
$labels['longaclp'] = '訊息能被投遞到這個資料夾';
$labels['longacld'] = '能修改訊息刪除標幟';
$labels['longaclt'] = '能修改訊息刪除標幟';
$labels['longacle'] = '能抹除訊息';
$labels['longaclx'] = '資料夾能被刪除或重新命名';
$labels['longacla'] = '能變更資料夾權限';
$labels['longaclfull'] = '完全控制包含資料夾管理者';
$labels['longacldelete'] = '訊息能被刪除';
$labels['deleting'] = '刪除權限...';
$labels['saving'] = '儲存權限...';
$labels['updatesuccess'] = '權限變更完成';
$labels['deletesuccess'] = '權限刪除完成';
$labels['createsuccess'] = '權限新增完成';
$labels['updateerror'] = '無法更新權限';
$labels['deleteerror'] = '無法刪除權限';
$labels['createerror'] = '無法新增權限';
$labels['deleteconfirm'] = '您確定要刪除所選取使用者的權限嗎?';

@ -13,9 +13,9 @@
<email>alec@alec.pl</email>
<active>yes</active>
</lead>
<date>2012-03-13</date>
<date>2012-06-28</date>
<version>
<release>0.8</release>
<release>1.0</release>
<api>0.7</api>
</version>
<stability>
@ -38,10 +38,10 @@
<file name="localization/de_DE.inc" role="data"></file>
<file name="localization/en_US.inc" role="data"></file>
<file name="localization/pl_PL.inc" role="data"></file>
<file name="skins/default/acl.css" role="data"></file>
<file name="skins/default/images/enabled.png" role="data"></file>
<file name="skins/default/images/partial.png" role="data"></file>
<file name="skins/default/templates/table.html" role="data"></file>
<file name="skins/classic/acl.css" role="data"></file>
<file name="skins/classic/images/enabled.png" role="data"></file>
<file name="skins/classic/images/partial.png" role="data"></file>
<file name="skins/classic/templates/table.html" role="data"></file>
<file name="skins/larry/acl.css" role="data"></file>
<file name="skins/larry/images/enabled.png" role="data"></file>
<file name="skins/larry/images/partial.png" role="data"></file>

Before

Width:  |  Height:  |  Size: 674 B

After

Width:  |  Height:  |  Size: 674 B

Before

Width:  |  Height:  |  Size: 389 B

After

Width:  |  Height:  |  Size: 389 B

@ -11,20 +11,16 @@
<div class="boxfooter">
<roundcube:button command="acl-create" id="aclcreatelink" type="link" title="acl.newuser" class="buttonPas addgroup" classAct="button addgroup" content=" " />
<roundcube:button name="aclmenulink" id="aclmenulink" type="link" title="acl.actions" class="button groupactions" onclick="show_aclmenu(); return false" content=" " />
<roundcube:if condition="!in_array('acl_advanced_mode', (array)config:dont_override)" />
<div id="acladvswitch" class="pagenav">
<span><label for="acl-switch"><roundcube:label name="acl.advanced" /></label>
<input type="checkbox" id="acl-switch" onclick="rcmail.command('acl-mode-switch')"<roundcube:exp expression="config:acl_advanced_mode == true ? ' checked=checked' : ''" /> />
</span>
</div>
<roundcube:endif />
</div>
</div>
<div id="aclmenu" class="popupmenu">
<div id="aclmenu" class="popupmenu selectable">
<ul>
<li><roundcube:button command="acl-edit" label="edit" classAct="active" /></li>
<li><roundcube:button command="acl-delete" label="delete" classAct="active" /></li>
<roundcube:if condition="!in_array('acl_advanced_mode', (array)config:dont_override)" />
<li><roundcube:button name="acl-switch" id="acl-switch" label="acl.advanced" onclick="rcmail.command('acl-mode-switch')" class="active" /></li>
<roundcube:endif />
</ul>
</div>

@ -79,21 +79,21 @@
#acltable tbody tr.selected td.partial
{
background-color: #019bc6;
background-image: url(images/partial.png), -moz-linear-gradient(top, #019bc6 0%, #017cb4 100%);
background-image: url(images/partial.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#019bc6), color-stop(100%,#017cb4));
background-image: url(images/partial.png), -o-linear-gradient(top, #019bc6 0%, #017cb4 100%);
background-image: url(images/partial.png), -ms-linear-gradient(top, #019bc6 0%, #017cb4 100%);
background-color: #019bc6;
background-image: url(images/partial.png), -moz-linear-gradient(top, #019bc6 0%, #017cb4 100%);
background-image: url(images/partial.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#019bc6), color-stop(100%,#017cb4));
background-image: url(images/partial.png), -o-linear-gradient(top, #019bc6 0%, #017cb4 100%);
background-image: url(images/partial.png), -ms-linear-gradient(top, #019bc6 0%, #017cb4 100%);
background-image: url(images/partial.png), linear-gradient(top, #019bc6 0%, #017cb4 100%);
}
#acltable tbody tr.selected td.enabled
{
background-color: #019bc6;
background-image: url(images/enabled.png), -moz-linear-gradient(top, #019bc6 0%, #017cb4 100%);
background-image: url(images/enabled.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#019bc6), color-stop(100%,#017cb4));
background-image: url(images/enabled.png), -o-linear-gradient(top, #019bc6 0%, #017cb4 100%);
background-image: url(images/enabled.png), -ms-linear-gradient(top, #019bc6 0%, #017cb4 100%);
background-color: #019bc6;
background-image: url(images/enabled.png), -moz-linear-gradient(top, #019bc6 0%, #017cb4 100%);
background-image: url(images/enabled.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#019bc6), color-stop(100%,#017cb4));
background-image: url(images/enabled.png), -o-linear-gradient(top, #019bc6 0%, #017cb4 100%);
background-image: url(images/enabled.png), -ms-linear-gradient(top, #019bc6 0%, #017cb4 100%);
background-image: url(images/enabled.png), linear-gradient(top, #019bc6 0%, #017cb4 100%);
}
@ -111,3 +111,19 @@
text-align: center;
clear: both;
}
#aclform ul
{
list-style: none;
margin: 0.2em;
padding: 0;
}
#aclform ul li label
{
margin-left: 0.5em;
}
ul.toolbarmenu li span.delete {
background-position: 0 -1509px;
}

@ -3,20 +3,17 @@
<roundcube:object name="acltable" id="acltable" class="records-table" />
</div>
<div id="acllist-footer" class="boxfooter">
<roundcube:button command="acl-create" id="aclcreatelink" type="link" title="acl.newuser" class="listbutton add disabled" classAct="listbutton add" innerClass="inner" content="+" /><roundcube:button name="aclmenulink" id="aclmenulink" type="link" title="acl.actions" class="listbutton groupactions"onclick="UI.show_popup('aclmenu');return false" innerClass="inner" content="&#9881;" />
<roundcube:if condition="!in_array('acl_advanced_mode', (array)config:dont_override)" />
<span class="countdisplay" style="display: inline">
<label for="acl-switch"><roundcube:label name="acl.advanced" /></label>
<input type="checkbox" id="acl-switch" onclick="rcmail.command('acl-mode-switch')"<roundcube:exp expression="config:acl_advanced_mode == true ? ' checked=checked' : ''" /> />
</span>
<roundcube:endif />
<roundcube:button command="acl-create" id="aclcreatelink" type="link" title="acl.newuser" class="listbutton add disabled" classAct="listbutton add" innerClass="inner" content="+" /><roundcube:button name="aclmenulink" id="aclmenulink" type="link" title="acl.actions" class="listbutton groupactions"onclick="UI.show_popup('aclmenu', undefined, {above:1});return false" innerClass="inner" content="&#9881;" />
</div>
</div>
<div id="aclmenu" class="popupmenu">
<ul class="toolbarmenu">
<li><roundcube:button command="acl-edit" label="edit" classAct="active" /></li>
<li><roundcube:button command="acl-delete" label="delete" classAct="active" /></li>
<ul class="toolbarmenu selectable iconized">
<li><roundcube:button command="acl-edit" label="edit" class="icon" classAct="icon active" innerclass="icon edit" /></li>
<li><roundcube:button command="acl-delete" label="delete" class="icon" classAct="icon active" innerclass="icon delete" /></li>
<roundcube:if condition="!in_array('acl_advanced_mode', (array)config:dont_override)" />
<li><roundcube:button name="acl-switch" id="acl-switch" label="acl.advanced" onclick="rcmail.command('acl-mode-switch')" class="active" /></li>
<roundcube:endif />
</ul>
</div>

@ -0,0 +1,21 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/ar_SA/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Ossama M. Khayat <okhayat@yahoo.com> |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['buttontext'] = 'الأرشيف';
$labels['archivefolder'] = 'الأرشيف';
$labels['buttontitle'] = 'أرشف هذه الرسالة';
$labels['archived'] = 'أُرشفت بنجاح';

@ -0,0 +1,21 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/be_BE/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Alex Nehaichik <alex.nehaichik@gmail.com> |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['buttontext'] = 'Архіў';
$labels['archivefolder'] = 'Архіў';
$labels['buttontitle'] = 'Перанесці ў Архіў';
$labels['archived'] = 'Паспяхова перанесены ў Архіў';

@ -0,0 +1,21 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/bs_BA/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Kenan Dervišević <kenan3008@gmail.com> |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['buttontext'] = 'Arhiva';
$labels['archivefolder'] = 'Arhiva';
$labels['buttontitle'] = 'Arhiviraj ovu poruku';
$labels['archived'] = 'Arhiviranje uspješno';

@ -0,0 +1,21 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/ca_ES/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Emi Bcn |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['buttontext'] = 'Arxiva';
$labels['archivefolder'] = 'Arxiva';
$labels['buttontitle'] = 'Arxiva aquest missatge';
$labels['archived'] = 'Arxivat correctament';

@ -1,25 +1,21 @@
<?php
/*
+-----------------------------------------------------------------------+
| language/cs_CZ/labels.inc |
| |
| Language file of the Roundcube archive 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 $
+-----------------------------------------------------------------------+
| localization/cs_CZ/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Thomas |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['buttontext'] = 'Archiv';
$labels['archivefolder'] = 'Archiv';
$labels['buttontitle'] = 'Archivovat zprávu';
$labels['archived'] = 'Úspěšně vloženo do archivu';
$labels['archivefolder'] = 'Archiv';
?>

@ -0,0 +1,21 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/cy_GB/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Dafydd Tomos |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['buttontext'] = 'Archif';
$labels['archivefolder'] = 'Archif';
$labels['buttontitle'] = 'Archifo\'r neges hwn';
$labels['archived'] = 'Archifwyd yn llwyddiannus';

@ -0,0 +1,21 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/da_DK/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Johannes Hessellund <osos@openeyes.dk> |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['buttontext'] = 'Arkiv';
$labels['archivefolder'] = 'Arkiv';
$labels['buttontitle'] = 'Arkivér denne besked';
$labels['archived'] = 'Succesfuldt arkiveret.';

@ -1,8 +1,21 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/de_CH/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Thomas |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['buttontext'] = 'Archiv';
$labels['archivefolder'] = 'Archiv';
$labels['buttontitle'] = 'Nachricht archivieren';
$labels['archived'] = 'Nachricht erfolgreich archiviert';
$labels['archivefolder'] = 'Archiv';
?>

@ -1,8 +1,21 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/de_DE/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Thomas |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['buttontext'] = 'Archiv';
$labels['archivefolder'] = 'Archiv';
$labels['buttontitle'] = 'Nachricht archivieren';
$labels['archived'] = 'Nachricht erfolgreich archiviert';
$labels['archivefolder'] = 'Archiv';
?>

@ -0,0 +1,21 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/el_GR/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Nikos Keramidis <info@torus.gr> |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['buttontext'] = 'Αρχειοθέτηση';
$labels['archivefolder'] = 'Αρχειοθέτηση';
$labels['buttontitle'] = 'Αρχειοθέτηση μηνύματος';
$labels['archived'] = 'Αρχειοθετήθηκε με επιτυχία';

@ -0,0 +1,21 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/en_GB/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Chris January |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['buttontext'] = 'Archive';
$labels['archivefolder'] = 'Archive';
$labels['buttontitle'] = 'Archive this message';
$labels['archived'] = 'Successfully archived';

@ -0,0 +1,21 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/eo/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Michael Moroni <michael.moroni@mailoo.org> |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['buttontext'] = 'Arkivo';
$labels['archivefolder'] = 'Arkivo';
$labels['buttontitle'] = 'Arkivigi ĉi tiun mesaĝon';
$labels['archived'] = 'Sukcese arkivigita';

@ -1,10 +1,21 @@
<?php
// MPBAUPGRADE
/*
+-----------------------------------------------------------------------+
| localization/es_AR/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Thomas |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['buttontext'] = 'Archivo';
$labels['archivefolder'] = 'Archivo';
$labels['buttontitle'] = 'Archivar este mensaje';
$labels['archived'] = 'Mensaje Archivado';
$labels['archivefolder'] = 'Archivo';
?>

@ -1,10 +1,21 @@
<?php
// MPBAUPGRADE
/*
+-----------------------------------------------------------------------+
| localization/es_ES/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Thomas |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['buttontext'] = 'Archivo';
$labels['archivefolder'] = 'Archivo';
$labels['buttontitle'] = 'Archivar este mensaje';
$labels['archived'] = 'Mensaje Archivado';
$labels['archivefolder'] = 'Archivo';
?>

@ -1,8 +1,21 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/et_EE/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Thomas |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['buttontext'] = 'Arhiveeri';
$labels['archivefolder'] = 'Arhiveeri';
$labels['buttontitle'] = 'Arhiveeri see kiri';
$labels['archived'] = 'Edukalt arhiveeritud';
$labels['archivefolder'] = 'Arhiveeri';
?>

@ -0,0 +1,21 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/fa_IR/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Hamid <abbaszadeh.h@gmail.com> |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['buttontext'] = 'بایگانی';
$labels['archivefolder'] = 'بایگانی';
$labels['buttontitle'] = 'بایگانی این پیغام';
$labels['archived'] = 'با موفقیت بایگانی شد';

@ -0,0 +1,21 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/fi_FI/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Jiri Grönroos |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['buttontext'] = 'Arkistoi';
$labels['archivefolder'] = 'Arkistoi';
$labels['buttontitle'] = 'Arkistoi viesti';
$labels['archived'] = 'Arkistoitu onnistuneesti';

@ -1,8 +1,21 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/fr_FR/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Thomas |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['buttontext'] = 'Archive';
$labels['archivefolder'] = 'Archive';
$labels['buttontitle'] = 'Archiver ce message';
$labels['archived'] = 'Message archivé avec success';
$labels['archivefolder'] = 'Archive';
?>

@ -1,10 +1,21 @@
<?php
// MPBAUPGRADE
/*
+-----------------------------------------------------------------------+
| localization/gl_ES/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Thomas |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['buttontext'] = 'Arquivo';
$labels['archivefolder'] = 'Arquivo';
$labels['buttontitle'] = 'Arquivar esta mensaxe';
$labels['archived'] = 'Aquivouse a mensaxe';
$labels['archivefolder'] = 'Arquivo';
?>

@ -0,0 +1,21 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/he_IL/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Moshe Leibovitch <moish@mln.co.il> |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['buttontext'] = 'ארכיון';
$labels['archivefolder'] = 'ארכיון';
$labels['buttontitle'] = 'משלוח ההודעה לארכיב';
$labels['archived'] = 'עדכון הארכיון הצליח';

@ -0,0 +1,21 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/hr_HR/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Svebor Prstačić <svebor.prstacic@gmail.com> |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['buttontext'] = 'Arhiva';
$labels['archivefolder'] = 'Arhiva';
$labels['buttontitle'] = 'Arhiviraj poruku';
$labels['archived'] = 'Uspješno arhivirana';

@ -0,0 +1,21 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/hu_HU/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Droszler Gabor <droszler@datatrans.hu> |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['buttontext'] = 'Archiválás';
$labels['archivefolder'] = 'Archiválás';
$labels['buttontitle'] = 'Üzenet archiválása';
$labels['archived'] = 'Sikeres archiválás';

@ -0,0 +1,21 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/hy_AM/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Vahan Yerkanian <vahan@yerkanian.com> |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['buttontext'] = 'Արխիվ';
$labels['archivefolder'] = 'Արխիվ';
$labels['buttontitle'] = 'Արխիվացնել այս հաղորդագրությունը';
$labels['archived'] = 'Բարեհաջող արխիվացվեց';

@ -0,0 +1,21 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/id_ID/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Putu Arya Sabda Wijaya |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['buttontext'] = 'Arsip';
$labels['archivefolder'] = 'Arsip';
$labels['buttontitle'] = 'Arsipkan pesan ini';
$labels['archived'] = 'Berhasil mengarsipkan';

@ -0,0 +1,21 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/it_IT/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: emilio brambilla |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['buttontext'] = 'Archivio';
$labels['archivefolder'] = 'Archivio';
$labels['buttontitle'] = 'Archivia questo messaggio';
$labels['archived'] = 'Archiviato correttamente';

@ -9,13 +9,13 @@
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Takahiro Kambe <Unknown> |
| Author: Takahiro Kambe |
+-----------------------------------------------------------------------+
@version $Id$
*/
$labels = array();
$labels['buttontext'] = 'アーカイブ';
$labels['archivefolder'] = 'アーカイブ';
$labels['buttontitle'] = 'このメッセージをアーカイブ';
$labels['archived'] = 'アーカイブしました。';
$labels['archivefolder'] = 'アーカイブ';

@ -0,0 +1,21 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/ko_KR/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Kim, Woohyun <woohyun.kim@gmail.com> |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['buttontext'] = '보관';
$labels['archivefolder'] = '보관';
$labels['buttontitle'] = '이 메시지를 보관';
$labels['archived'] = '성공적으로 보관 됨';

@ -0,0 +1,21 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/ku/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: david absalan <absalan@live.com> |
+-----------------------------------------------------------------------+
*/
$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';

@ -0,0 +1,21 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/lt_LT/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Rimas Kudelis <rq@akl.lt> |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['buttontext'] = 'Archyvuoti';
$labels['archivefolder'] = 'Archyvuoti';
$labels['buttontitle'] = 'Perkelti šį laišką į archyvą';
$labels['archived'] = 'Laiškas sėkmingai perkeltas į archyvą';

@ -0,0 +1,21 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/lv_LV/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Ivars Strazdiņš |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['buttontext'] = 'Arhīvs';
$labels['archivefolder'] = 'Arhīvs';
$labels['buttontitle'] = 'Arhivēt vēstuli';
$labels['archived'] = 'Vēstule sekmīgi arhivēta';

@ -0,0 +1,21 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/ml_IN/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Anish A <aneesh.nl@gmail.com> |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['buttontext'] = 'ശേഖരം';
$labels['archivefolder'] = 'ശേഖരം';
$labels['buttontitle'] = 'ഈ മെസ്സേജ് ശേഖരിക്കുക';
$labels['archived'] = 'വിജയകരമായി ശേഖരിച്ചു';

@ -0,0 +1,21 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/ml_ML/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Anish A <aneesh.nl@gmail.com> |
+-----------------------------------------------------------------------+
@version $Id$
*/
$labels = array();
$labels['buttontitle'] = 'ഈ മെസ്സേജ് ശേഖരിക്കുക';
$labels['archived'] = 'വിജയകരമായി ശേഖരിച്ചു';
$labels['archivefolder'] = 'ശേഖരം';

@ -0,0 +1,21 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/mr_IN/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Devendra Buddhikot <devendradb@rediffmail.com> |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['buttontext'] = 'जतन केलेला';
$labels['archivefolder'] = 'जतन केलेला';
$labels['buttontitle'] = 'हा संदेश जतन करा';
$labels['archived'] = 'यशस्वीरीत्या जतन केला';

@ -0,0 +1,21 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/nb_NB/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Tobias V. Langhoff <spug@thespug.net> |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['buttontext'] = 'Arkiv';
$labels['archivefolder'] = 'Arkiv';
$labels['buttontitle'] = 'Arkiver meldingen';
$labels['archived'] = 'Arkivert';

@ -1,8 +1,21 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/nl_NL/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Thomas |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['buttontext'] = 'Archief';
$labels['archivefolder'] = 'Archief';
$labels['buttontitle'] = 'Archiveer dit bericht';
$labels['archived'] = 'Succesvol gearchiveerd';
$labels['archivefolder'] = 'Archief';
?>

@ -9,13 +9,13 @@
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Thomas <Unknown> |
| Author: Thomas |
+-----------------------------------------------------------------------+
@version $Id$
*/
$labels = array();
$labels['buttontext'] = 'Archiwum';
$labels['archivefolder'] = 'Archiwum';
$labels['buttontitle'] = 'Przenieś do archiwum';
$labels['archived'] = 'Pomyślnie zarchiwizowano';
$labels['archivefolder'] = 'Archiwum';

@ -1,8 +1,21 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/pt_BR/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Thomas |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['buttontext'] = 'Arquivo';
$labels['archivefolder'] = 'Arquivo';
$labels['buttontitle'] = 'Arquivar esta mensagem';
$labels['archived'] = 'Arquivada com sucesso';
$labels['archivefolder'] = 'Arquivo';
?>

@ -0,0 +1,21 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/pt_PT/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: David |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['buttontext'] = 'Arquivo';
$labels['archivefolder'] = 'Arquivo';
$labels['buttontitle'] = 'Arquivar esta mensagem';
$labels['archived'] = 'Arquivada com sucesso';

@ -0,0 +1,21 @@
<?php
/*
+-----------------------------------------------------------------------+
| localization/ro_RO/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: tudor <tudor@starnet-alba.ro> |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['buttontext'] = 'Arhivă';
$labels['archivefolder'] = 'Arhivă';
$labels['buttontitle'] = 'Arhivează acest mesaj.';
$labels['archived'] = 'Arhivare reuşită.';

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save