summaryrefslogtreecommitdiffstats
path: root/lib/installer.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4506 from owncloud/oc_avatarsBernhard Posselt2013-09-141-0/+1
|\
| * Continue work on cropperkondou2013-08-281-1/+1
| * Modularize get(), async getAvatar, avatars @ usermgmtkondou2013-08-251-0/+1
* | Always check variable type before using readdir to avoid surprisesArthur Schiwon2013-09-041-4/+6
|/
* Merge branch 'master' into improve_app-managementkondou2013-08-211-1/+1
|\
| * use strict equals in readdir loops to prevent issues with '0' filesRobin Appelman2013-08-191-1/+1
* | Don't use an alert for displaying app-mgmt-errorskondou2013-08-181-1/+1
* | Throw exceptions instead of only logging in \OC_Installer::installApp()kondou2013-08-091-35/+18
|/
* Add OC_L10N to public apiBart Visscher2013-07-191-0/+1
* Add OC_Image to public apiBart Visscher2013-07-191-0/+1
* Add classes replaced by the public api to the code checkerBart Visscher2013-05-171-2/+20
* Use isAppVersionCompatible in app installerMiquel Rodríguez Telep / Michael Rodríguez-Torrent2013-03-271-2/+4
* Style-fix: Breakup long linesBart Visscher2013-02-141-6/+19
* Fix SpaceBeforeOpenBrace errorsBart Visscher2013-02-141-6/+6
* just return "true" for nowFrank Karlitschek2013-01-311-0/+1
* style fixesThomas Mueller2013-01-311-21/+21
* remove spacesFrank Karlitschek2013-01-311-1/+1
* merge masterFrank Karlitschek2013-01-301-1/+0
|\
* | apps updater is now workingroot2013-01-301-19/+9
* | we are getting closer. updating is not working yet.Frank Karlitschek2013-01-211-6/+93
|/
* Checkstyle: Fix the last 25 NoSpaceAfterCommaFelix Moeller2012-11-041-4/+4
* Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-5/+5
* Checkstyle: many fixesFelix Moeller2012-11-021-4/+4
* NoSpaceAfterCommaFelix Moeller2012-10-281-15/+15
* Checkstyle: NoSpaceAfterCommaFelix Moeller2012-10-231-1/+1
* Correct a first issue Checkstyle is complaining about ...Felix Moeller2012-10-221-2/+2
* adding space between) and {Thomas Mueller2012-09-071-46/+46
* Small changes to allow updating main menu dynamically.Thomas Tanghus2012-08-051-1/+1
* Use correct variable name.Thomas Tanghus2012-08-041-19/+19
* some indention fixesRobin Appelman2012-07-241-16/+14
* close only if existFrank Karlitschek2012-06-231-1/+1
* work with non existing apps directory. thanks to Antonio for the hintFrank Karlitschek2012-06-231-10/+11
* Merge branch 'master' into multi_app_dirBrice Maron2012-06-141-1/+1
|\
| * Don't use substr to get first char of stringBart Visscher2012-06-081-1/+1
* | Add possibility to choose the installation folderBrice Maron2012-06-141-2/+1
* | Correct remote and public, and last occurence of OC::Brice Maron2012-06-061-15/+17
* | Correct installerBrice Maron2012-06-061-5/+5
|/
* update copyrightFrank Karlitschek2012-05-261-1/+1
* "fopen(" interferes with our own classes.Frank Karlitschek2012-05-181-1/+1
* only try to install apps that are compatible with oC4Frank Karlitschek2012-05-181-1/+10
* cache app types during install or updateRobin Appelman2012-05-141-0/+6
* also set remote/public paths on installing appsRobin Appelman2012-05-111-0/+16
* only install shipped apps on setup that should be enabled by defaultRobin Appelman2012-04-291-7/+3
* Add a static code checker for evil patterns in apps.Frank Karlitschek2012-04-211-3/+56
* fix installing shipped appsRobin Appelman2012-04-151-1/+1
* firefighting Robin-breakageJan-Christoph Borchardt2012-04-141-1/+1
* don't rely on the old version in info.xml anymoreRobin Appelman2012-04-141-2/+2
* optimizations for updateAppsRobin Appelman2012-03-301-2/+2
* add support for installing apps from a subfolder in the zip/tgz fileRobin Appelman2012-03-291-0/+11
* add support for installing apps from tgzRobin Appelman2012-03-291-7/+17
transparent; padding-left: 5px; padding-right: 5px; } td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } .highlight .hll { background-color: #ffffcc } .highlight .c { color: #888888 } /* Comment */ .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ .highlight .k { color: #008800; font-weight: bold } /* Keyword */ .highlight .ch { color: #888888 } /* Comment.Hashbang */ .highlight .cm { color: #888888 } /* Comment.Multiline */ .highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */ .highlight .cpf { color: #888888 } /* Comment.PreprocFile */ .highlight .c1 { color: #888888 } /* Comment.Single */ .highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */ .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .gr { color: #aa0000 } /* Generic.Error */ .highlight .gh { color: #333333 } /* Generic.Heading */ .highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ .highlight .go { color: #888888 } /* Generic.Output */ .highlight .gp { color: #555555 } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #666666 } /* Generic.Subheading */ .highlight .gt { color: #aa0000 } /* Generic.Traceback */ .highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */ .highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ .highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #008800 } /* Keyword.Pseudo */ .highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */ .highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */ .highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ .highlight .na { color: #336699 } /* Name.Attribute */ .highlight .nb { color: #003388 } /* Name.Builtin */ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# 
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-08-25 01:54-0400\n"
"PO-Revision-Date: 2014-08-25 05:23+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ta_LK\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: base.php:200 base.php:207
msgid "Cannot write into \"config\" directory!"
msgstr ""

#: base.php:201
msgid ""
"This can usually be fixed by giving the webserver write access to the config"
" directory"
msgstr ""

#: base.php:203
#, php-format
msgid "See %s"
msgstr ""

#: base.php:208 private/util.php:442
#, php-format
msgid ""
"This can usually be fixed by %sgiving the webserver write access to the "
"config directory%s."
msgstr ""

#: base.php:577
msgid "Sample configuration detected"
msgstr ""

#: base.php:578
msgid ""
"It has been detected that the sample configuration has been copied. This can"
" break your installation and is unsupported. Please read the documentation "
"before performing changes on config.php"
msgstr ""

#: private/app.php:374
msgid "Help"
msgstr "உதவி"

#: private/app.php:387
msgid "Personal"
msgstr "தனிப்பட்ட"

#: private/app.php:398
msgid "Settings"
msgstr "அமைப்புகள்"

#: private/app.php:410
msgid "Users"
msgstr "பயனாளர்"

#: private/app.php:423
msgid "Admin"
msgstr "நிர்வாகம்"

#: private/app.php:1118
#, php-format
msgid ""
"App \\\"%s\\\" can't be installed because it is not compatible with this "
"version of ownCloud."
msgstr ""

#: private/app.php:1130
msgid "No app name specified"
msgstr ""

#: private/avatar.php:66
msgid "Unknown filetype"
msgstr ""

#: private/avatar.php:71
msgid "Invalid image"
msgstr ""

#: private/defaults.php:42
msgid "web services under your control"
msgstr "வலைய சேவைகள் உங்களுடைய கட்டுப்பாட்டின் கீழ் உள்ளது"

#: private/installer.php:77
msgid "App directory already exists"
msgstr ""

#: private/installer.php:90
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr ""

#: private/installer.php:235
msgid "No source specified when installing app"
msgstr ""

#: private/installer.php:243
msgid "No href specified when installing app from http"
msgstr ""

#: private/installer.php:248
msgid "No path specified when installing app from local file"
msgstr ""

#: private/installer.php:256
#, php-format
msgid "Archives of type %s are not supported"
msgstr ""

#: private/installer.php:270
msgid "Failed to open archive when installing app"
msgstr ""

#: private/installer.php:308
msgid "App does not provide an info.xml file"
msgstr ""

#: private/installer.php:314
msgid "App can't be installed because of not allowed code in the App"
msgstr ""

#: private/installer.php:320
msgid ""
"App can't be installed because it is not compatible with this version of "
"ownCloud"
msgstr ""

#: private/installer.php:326
msgid ""
"App can't be installed because it contains the <shipped>true</shipped> tag "
"which is not allowed for non shipped apps"
msgstr ""

#: private/installer.php:339
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr ""

#: private/json.php:29
msgid "Application is not enabled"
msgstr "செயலி இயலுமைப்படுத்தப்படவில்லை"

#: private/json.php:40 private/json.php:62 private/json.php:87
msgid "Authentication error"
msgstr "அத்தாட்சிப்படுத்தலில் வழு"

#: private/json.php:51
msgid "Token expired. Please reload page."
msgstr "அடையாளவில்லை காலாவதியாகிவிட்டது. தயவுசெய்து பக்கத்தை மீள் ஏற்றுக."

#: private/json.php:74
msgid "Unknown user"
msgstr ""

#: private/setup/abstractdatabase.php:26
#, php-format
msgid "%s enter the database username."
msgstr ""

#: private/setup/abstractdatabase.php:29
#, php-format
msgid "%s enter the database name."
msgstr ""

#: private/setup/abstractdatabase.php:32
#, php-format
msgid "%s you may not use dots in the database name"
msgstr ""

#: private/setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr ""

#: private/setup/mssql.php:21 private/setup/mysql.php:13
#: private/setup/oci.php:114 private/setup/postgresql.php:31
#: private/setup/postgresql.php:84
msgid "You need to enter either an existing account or the administrator."
msgstr ""

#: private/setup/mysql.php:12
msgid "MySQL/MariaDB username and/or password not valid"
msgstr ""

#: private/setup/mysql.php:67 private/setup/oci.php:54
#: private/setup/oci.php:121 private/setup/oci.php:144
#: private/setup/oci.php:151 private/setup/oci.php:162
#: private/setup/oci.php:169 private/setup/oci.php:178
#: private/setup/oci.php:186 private/setup/oci.php:195
#: private/setup/oci.php:201 private/setup/postgresql.php:103
#: private/setup/postgresql.php:112 private/setup/postgresql.php:129
#: private/setup/postgresql.php:139 private/setup/postgresql.php:148
#, php-format
msgid "DB Error: \"%s\""
msgstr ""

#: private/setup/mysql.php:68 private/setup/oci.php:55
#: private/setup/oci.php:122 private/setup/oci.php:145
#: private/setup/oci.php:152 private/setup/oci.php:163
#: private/setup/oci.php:179 private/setup/oci.php:187
#: private/setup/oci.php:196 private/setup/postgresql.php:104
#: private/setup/postgresql.php:113 private/setup/postgresql.php:130
#: private/setup/postgresql.php:140 private/setup/postgresql.php:149
#, php-format
msgid "Offending command was: \"%s\""
msgstr ""

#: private/setup/mysql.php:85
#, php-format
msgid "MySQL/MariaDB user '%s'@'localhost' exists already."
msgstr ""

#: private/setup/mysql.php:86
msgid "Drop this user from MySQL/MariaDB"
msgstr ""

#: private/setup/mysql.php:91
#, php-format
msgid "MySQL/MariaDB user '%s'@'%%' already exists"
msgstr ""

#: private/setup/mysql.php:92
msgid "Drop this user from MySQL/MariaDB."
msgstr ""

#: private/setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr ""

#: private/setup/oci.php:41 private/setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr ""

#: private/setup/oci.php:170 private/setup/oci.php:202
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr ""

#: private/setup/postgresql.php:30 private/setup/postgresql.php:83
msgid "PostgreSQL username and/or password not valid"
msgstr ""

#: private/setup.php:28
msgid "Set an admin username."
msgstr ""

#: private/setup.php:31
msgid "Set an admin password."
msgstr ""

#: private/setup.php:170
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr ""

#: private/setup.php:171
#, php-format
msgid "Please double check the <a href='%s'>installation guides</a>."
msgstr ""

#: private/share/mailnotifications.php:91
#: private/share/mailnotifications.php:142
#, php-format
msgid "%s shared »%s« with you"
msgstr ""

#: private/share/share.php:494
#, php-format
msgid "Sharing %s failed, because the file does not exist"
msgstr ""

#: private/share/share.php:501
#, php-format
msgid "You are not allowed to share %s"
msgstr ""

#: private/share/share.php:531
#, php-format
msgid "Sharing %s failed, because the user %s is the item owner"
msgstr ""

#: private/share/share.php:537
#, php-format
msgid "Sharing %s failed, because the user %s does not exist"
msgstr ""

#: private/share/share.php:546
#, php-format
msgid ""
"Sharing %s failed, because the user %s is not a member of any groups that %s"
" is a member of"
msgstr ""

#: private/share/share.php:559 private/share/share.php:587
#, php-format
msgid "Sharing %s failed, because this item is already shared with %s"
msgstr ""

#: private/share/share.php:567
#, php-format
msgid "Sharing %s failed, because the group %s does not exist"
msgstr ""

#: private/share/share.php:574
#, php-format
msgid "Sharing %s failed, because %s is not a member of the group %s"
msgstr ""

#: private/share/share.php:628
msgid ""
"You need to provide a password to create a public link, only protected links"
" are allowed"
msgstr ""

#: private/share/share.php:654
#, php-format
msgid "Sharing %s failed, because sharing with links is not allowed"
msgstr ""

#: private/share/share.php:661
#, php-format
msgid "Share type %s is not valid for %s"
msgstr ""

#: private/share/share.php:862
#, php-format
msgid ""
"Setting permissions for %s failed, because the permissions exceed "
"permissions granted to %s"
msgstr ""

#: private/share/share.php:923
#, php-format
msgid "Setting permissions for %s failed, because the item was not found"
msgstr ""

#: private/share/share.php:961
#, php-format
msgid ""
"Cannot set expiration date. Shares cannot expire later than %s after they "
"have been shared"
msgstr ""

#: private/share/share.php:969
msgid "Cannot set expiration date. Expiration date is in the past"
msgstr ""

#: private/share/share.php:1094
#, php-format
msgid "Sharing backend %s must implement the interface OCP\\Share_Backend"
msgstr ""

#: private/share/share.php:1101
#, php-format
msgid "Sharing backend %s not found"
msgstr ""

#: private/share/share.php:1107
#, php-format
msgid "Sharing backend for %s not found"
msgstr ""

#: private/share/share.php:1525
#, php-format
msgid "Sharing %s failed, because the user %s is the original sharer"
msgstr ""

#: private/share/share.php:1534
#, php-format
msgid ""
"Sharing %s failed, because the permissions exceed permissions granted to %s"
msgstr ""

#: private/share/share.php:1550
#, php-format
msgid "Sharing %s failed, because resharing is not allowed"
msgstr ""

#: private/share/share.php:1562
#, php-format
msgid ""
"Sharing %s failed, because the sharing backend for %s could not find its "
"source"
msgstr ""

#: private/share/share.php:1576
#, php-format
msgid ""
"Sharing %s failed, because the file could not be found in the file cache"
msgstr ""

#: private/tags.php:183
#, php-format
msgid "Could not find category \"%s\""
msgstr "பிரிவு \"%s\" ஐ கண்டுப்பிடிக்க முடியவில்லை"

#: private/template/functions.php:134
msgid "seconds ago"
msgstr "செக்கன்களுக்கு முன்"

#: private/template/functions.php:135
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] ""
msgstr[1] ""

#: private/template/functions.php:136
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] ""
msgstr[1] ""

#: private/template/functions.php:137
msgid "today"
msgstr "இன்று"

#: private/template/functions.php:138
msgid "yesterday"
msgstr "நேற்று"

#: private/template/functions.php:140
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] ""
msgstr[1] ""

#: private/template/functions.php:142
msgid "last month"
msgstr "கடந்த மாதம்"

#: private/template/functions.php:143
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] ""
msgstr[1] ""

#: private/template/functions.php:145
msgid "last year"
msgstr "கடந்த வருடம்"

#: private/template/functions.php:146
msgid "years ago"
msgstr "வருடங்களுக்கு முன்"

#: private/user/manager.php:244
msgid ""
"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", "
"\"0-9\", and \"_.@-\""
msgstr ""

#: private/user/manager.php:249
msgid "A valid username must be provided"
msgstr ""

#: private/user/manager.php:253
msgid "A valid password must be provided"
msgstr ""

#: private/user/manager.php:258
msgid "The username is already being used"
msgstr ""

#: private/util.php:427
msgid "No database drivers (sqlite, mysql, or postgresql) installed."
msgstr ""

#: private/util.php:434
#, php-format
msgid ""
"Permissions can usually be fixed by %sgiving the webserver write access to "
"the root directory%s."
msgstr ""

#: private/util.php:441
msgid "Cannot write into \"config\" directory"
msgstr ""

#: private/util.php:455
msgid "Cannot write into \"apps\" directory"
msgstr ""

#: private/util.php:456
#, php-format
msgid ""
"This can usually be fixed by %sgiving the webserver write access to the apps"
" directory%s or disabling the appstore in the config file."
msgstr ""

#: private/util.php:470
#, php-format
msgid "Cannot create \"data\" directory (%s)"
msgstr ""

#: private/util.php:471
#, php-format
msgid ""
"This can usually be fixed by <a href=\"%s\" target=\"_blank\">giving the "
"webserver write access to the root directory</a>."
msgstr ""

#: private/util.php:487
#, php-format
msgid "Setting locale to %s failed"
msgstr ""

#: private/util.php:490
msgid ""
"Please install one of these locales on your system and restart your "
"webserver."
msgstr ""

#: private/util.php:494
msgid "Please ask your server administrator to install the module."
msgstr ""

#: private/util.php:498 private/util.php:505 private/util.php:512
#: private/util.php:526 private/util.php:533 private/util.php:540
#: private/util.php:547 private/util.php:554 private/util.php:561
#: private/util.php:576
#, php-format
msgid "PHP module %s not installed."
msgstr ""

#: private/util.php:568
#, php-format
msgid "PHP %s or higher is required."
msgstr ""

#: private/util.php:569
msgid ""
"Please ask your server administrator to update PHP to the latest version. "
"Your PHP version is no longer supported by ownCloud and the PHP community."
msgstr ""

#: private/util.php:587
msgid ""
"PHP Safe Mode is enabled. ownCloud requires that it is disabled to work "
"properly."
msgstr ""

#: private/util.php:588
msgid ""
"PHP Safe Mode is a deprecated and mostly useless setting that should be "
"disabled. Please ask your server administrator to disable it in php.ini or "
"in your webserver config."
msgstr ""

#: private/util.php:595
msgid ""
"Magic Quotes is enabled. ownCloud requires that it is disabled to work "
"properly."
msgstr ""

#: private/util.php:596
msgid ""
"Magic Quotes is a deprecated and mostly useless setting that should be "
"disabled. Please ask your server administrator to disable it in php.ini or "
"in your webserver config."
msgstr ""

#: private/util.php:610
msgid "PHP modules have been installed, but they are still listed as missing?"
msgstr ""

#: private/util.php:611
msgid "Please ask your server administrator to restart the web server."
msgstr ""

#: private/util.php:641
msgid "PostgreSQL >= 9 required"
msgstr ""

#: private/util.php:642
msgid "Please upgrade your database version"
msgstr ""

#: private/util.php:649
msgid "Error occurred while checking PostgreSQL version"
msgstr ""

#: private/util.php:650
msgid ""
"Please make sure you have PostgreSQL >= 9 or check the logs for more "
"information about the error"
msgstr ""

#: private/util.php:715
msgid ""
"Please change the permissions to 0770 so that the directory cannot be listed"
" by other users."
msgstr ""

#: private/util.php:724
#, php-format
msgid "Data directory (%s) is readable by other users"
msgstr ""

#: private/util.php:745
#, php-format
msgid "Data directory (%s) is invalid"
msgstr ""

#: private/util.php:746
msgid ""
"Please check that the data directory contains a file \".ocdata\" in its "
"root."
msgstr ""

#: public/files/locknotacquiredexception.php:39
#, php-format
msgid "Could not obtain lock type %d on \"%s\"."
msgstr ""