Merge branch 'master' into files_encryption_check_private_key
Conflicts: apps/files_encryption/appinfo/app.php apps/files_encryption/lib/util.phpremotes/origin/stable6
commit
7cfb0dc406
@ -1 +1 @@
|
|||||||
Subproject commit d59b017922d9ac3bf985dee0eb721ec1a901ac72
|
Subproject commit 3ef9f738a9107879dddc7d97842cf4d2198fae4c
|
||||||
@ -1,84 +1,105 @@
|
|||||||
/* Copyright (c) 2011, Jan-Christoph Borchardt, http://jancborchardt.net
|
/* Copyright (c) 2011, Jan-Christoph Borchardt, http: //jancborchardt.net
|
||||||
This file is licensed under the Affero General Public License version 3 or later.
|
This file is licensed under the Affero General Public License version 3 or later.
|
||||||
See the COPYING-README file. */
|
See the COPYING-README file. */
|
||||||
|
|
||||||
ul.multiselectoptions {
|
ul.multiselectoptions {
|
||||||
background-color:#fff;
|
background-color: #fff;
|
||||||
border:1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
border-top:none;
|
border-top: none;
|
||||||
box-shadow:0 1px 1px #ddd;
|
box-shadow: 0 1px 1px #ddd;
|
||||||
padding-top:.5em;
|
padding-top: .5em;
|
||||||
position:absolute;
|
position: absolute;
|
||||||
max-height: 20em;
|
max-height: 20em;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
z-index:49;
|
z-index: 49;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.multiselectoptions.down {
|
ul.multiselectoptions.down {
|
||||||
border-bottom-left-radius:.5em;
|
border-bottom-left-radius: .5em;
|
||||||
border-bottom-right-radius:.5em;
|
border-bottom-right-radius: .5em;
|
||||||
}
|
width: 100%; /* do not cut off group names */
|
||||||
|
-webkit-box-shadow: 0px 0px 20px rgba(29,45,68,.4);
|
||||||
|
-moz-box-shadow: 0px 0px 20px rgba(29,45,68,.4);
|
||||||
|
box-shadow: 0px 0px 20px rgba(29,45,68,.4);
|
||||||
|
}
|
||||||
|
|
||||||
ul.multiselectoptions.up {
|
ul.multiselectoptions.up {
|
||||||
border-top-left-radius:.5em;
|
border-top-left-radius: .5em;
|
||||||
border-top-right-radius:.5em;
|
border-top-right-radius: .5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.multiselectoptions>li {
|
ul.multiselectoptions>li {
|
||||||
overflow:hidden;
|
overflow: hidden;
|
||||||
white-space:nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.multiselectoptions>li>input[type="checkbox"] {
|
ul.multiselectoptions > li > input[type="checkbox"] {
|
||||||
margin-top: 3px;
|
margin: 10px 7px;
|
||||||
margin-right: 5px;
|
vertical-align: middle;
|
||||||
margin-left: 3px;
|
}
|
||||||
}
|
ul.multiselectoptions > li input[type='checkbox']+label {
|
||||||
|
font-weight: normal;
|
||||||
|
display: inline-block;
|
||||||
|
width: 100%;
|
||||||
|
padding: 5px 27px;
|
||||||
|
margin-left: -27px; /* to have area around checkbox clickable as well */
|
||||||
|
}
|
||||||
|
ul.multiselectoptions > li input[type='checkbox']:checked+label {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
div.multiselect {
|
div.multiselect {
|
||||||
display:inline-block;
|
display: inline-block;
|
||||||
max-width:400px;
|
max-width: 400px;
|
||||||
min-width:100px;
|
min-width: 150px;
|
||||||
padding-right:.6em;
|
padding-right: .6em;
|
||||||
position:relative;
|
position: relative;
|
||||||
vertical-align:bottom;
|
vertical-align: bottom;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.multiselect.active {
|
div.multiselect.active {
|
||||||
background-color:#fff;
|
background-color: #fff;
|
||||||
position:relative;
|
position: relative;
|
||||||
z-index:50;
|
z-index: 50;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.multiselect.up {
|
div.multiselect.up {
|
||||||
border-top:0 none;
|
border-top: 0 none;
|
||||||
border-top-left-radius:0;
|
border-top-left-radius: 0;
|
||||||
border-top-right-radius:0;
|
border-top-right-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.multiselect.down {
|
div.multiselect.down {
|
||||||
border-bottom:none;
|
border-bottom: none;
|
||||||
border-bottom-left-radius:0;
|
border-bottom-left-radius: 0;
|
||||||
border-bottom-right-radius:0;
|
border-bottom-right-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.multiselect>span:first-child {
|
div.multiselect>span:first-child {
|
||||||
float:left;
|
float: left;
|
||||||
margin-right:2em;
|
margin-right: 2em;
|
||||||
overflow:hidden;
|
overflow: hidden;
|
||||||
text-overflow:ellipsis;
|
text-overflow: ellipsis;
|
||||||
width:90%;
|
width: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.multiselect>span:last-child {
|
div.multiselect>span:last-child {
|
||||||
position:absolute;
|
position: absolute;
|
||||||
right:.8em;
|
right: .8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.multiselectoptions input.new {
|
ul.multiselectoptions input.new {
|
||||||
border-top-left-radius:0;
|
padding-bottom: .2em;
|
||||||
border-top-right-radius:0;
|
padding-top: .2em;
|
||||||
padding-bottom:.2em;
|
margin: 0;
|
||||||
padding-top:.2em;
|
}
|
||||||
margin:0;
|
|
||||||
}
|
ul.multiselectoptions > li.creator {
|
||||||
|
padding: 10px;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
ul.multiselectoptions > li.creator > input {
|
||||||
|
width: 95% !important; /* do not constrain size of text input */
|
||||||
|
padding: 5px;
|
||||||
|
margin: -5px;
|
||||||
|
}
|
||||||
|
|||||||
@ -0,0 +1,617 @@
|
|||||||
|
# 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: http://bugs.owncloud.org/\n"
|
||||||
|
"POT-Creation-Date: 2013-06-13 02:16+0200\n"
|
||||||
|
"PO-Revision-Date: 2013-06-12 21:41+0000\n"
|
||||||
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
|
"Language-Team: Bosnian (http://www.transifex.com/projects/p/owncloud/language/bs/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: bs\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
|
|
||||||
|
#: ajax/share.php:97
|
||||||
|
#, php-format
|
||||||
|
msgid "User %s shared a file with you"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/share.php:99
|
||||||
|
#, php-format
|
||||||
|
msgid "User %s shared a folder with you"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/share.php:101
|
||||||
|
#, php-format
|
||||||
|
msgid ""
|
||||||
|
"User %s shared the file \"%s\" with you. It is available for download here: "
|
||||||
|
"%s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/share.php:104
|
||||||
|
#, php-format
|
||||||
|
msgid ""
|
||||||
|
"User %s shared the folder \"%s\" with you. It is available for download "
|
||||||
|
"here: %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/vcategories/add.php:26 ajax/vcategories/edit.php:25
|
||||||
|
msgid "Category type not provided."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/vcategories/add.php:30
|
||||||
|
msgid "No category to add?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/vcategories/add.php:37
|
||||||
|
#, php-format
|
||||||
|
msgid "This category already exists: %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/vcategories/addToFavorites.php:26 ajax/vcategories/delete.php:27
|
||||||
|
#: ajax/vcategories/favorites.php:24
|
||||||
|
#: ajax/vcategories/removeFromFavorites.php:26
|
||||||
|
msgid "Object type not provided."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/vcategories/addToFavorites.php:30
|
||||||
|
#: ajax/vcategories/removeFromFavorites.php:30
|
||||||
|
#, php-format
|
||||||
|
msgid "%s ID not provided."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/vcategories/addToFavorites.php:35
|
||||||
|
#, php-format
|
||||||
|
msgid "Error adding %s to favorites."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/vcategories/delete.php:35 js/oc-vcategories.js:136
|
||||||
|
msgid "No categories selected for deletion."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/vcategories/removeFromFavorites.php:35
|
||||||
|
#, php-format
|
||||||
|
msgid "Error removing %s from favorites."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/config.php:34
|
||||||
|
msgid "Sunday"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/config.php:35
|
||||||
|
msgid "Monday"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/config.php:36
|
||||||
|
msgid "Tuesday"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/config.php:37
|
||||||
|
msgid "Wednesday"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/config.php:38
|
||||||
|
msgid "Thursday"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/config.php:39
|
||||||
|
msgid "Friday"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/config.php:40
|
||||||
|
msgid "Saturday"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/config.php:45
|
||||||
|
msgid "January"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/config.php:46
|
||||||
|
msgid "February"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/config.php:47
|
||||||
|
msgid "March"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/config.php:48
|
||||||
|
msgid "April"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/config.php:49
|
||||||
|
msgid "May"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/config.php:50
|
||||||
|
msgid "June"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/config.php:51
|
||||||
|
msgid "July"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/config.php:52
|
||||||
|
msgid "August"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/config.php:53
|
||||||
|
msgid "September"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/config.php:54
|
||||||
|
msgid "October"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/config.php:55
|
||||||
|
msgid "November"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/config.php:56
|
||||||
|
msgid "December"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/js.js:286
|
||||||
|
msgid "Settings"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/js.js:718
|
||||||
|
msgid "seconds ago"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/js.js:719
|
||||||
|
msgid "1 minute ago"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/js.js:720
|
||||||
|
msgid "{minutes} minutes ago"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/js.js:721
|
||||||
|
msgid "1 hour ago"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/js.js:722
|
||||||
|
msgid "{hours} hours ago"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/js.js:723
|
||||||
|
msgid "today"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/js.js:724
|
||||||
|
msgid "yesterday"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/js.js:725
|
||||||
|
msgid "{days} days ago"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/js.js:726
|
||||||
|
msgid "last month"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/js.js:727
|
||||||
|
msgid "{months} months ago"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/js.js:728
|
||||||
|
msgid "months ago"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/js.js:729
|
||||||
|
msgid "last year"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/js.js:730
|
||||||
|
msgid "years ago"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/oc-dialogs.js:117
|
||||||
|
msgid "Choose"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/oc-dialogs.js:122
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/oc-dialogs.js:141 js/oc-dialogs.js:200
|
||||||
|
msgid "Error loading file picker template"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/oc-dialogs.js:164
|
||||||
|
msgid "Yes"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/oc-dialogs.js:172
|
||||||
|
msgid "No"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/oc-dialogs.js:185
|
||||||
|
msgid "Ok"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/oc-vcategories.js:5 js/oc-vcategories.js:85 js/oc-vcategories.js:102
|
||||||
|
#: js/oc-vcategories.js:117 js/oc-vcategories.js:132 js/oc-vcategories.js:162
|
||||||
|
msgid "The object type is not specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
|
||||||
|
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
|
||||||
|
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
|
||||||
|
#: js/oc-vcategories.js:199 js/share.js:136 js/share.js:143 js/share.js:577
|
||||||
|
#: js/share.js:589
|
||||||
|
msgid "Error"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/oc-vcategories.js:179
|
||||||
|
msgid "The app name is not specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/oc-vcategories.js:194
|
||||||
|
msgid "The required file {file} is not installed!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:30 js/share.js:45 js/share.js:87
|
||||||
|
msgid "Shared"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:90
|
||||||
|
msgid "Share"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:125 js/share.js:617
|
||||||
|
msgid "Error while sharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:136
|
||||||
|
msgid "Error while unsharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:143
|
||||||
|
msgid "Error while changing permissions"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:152
|
||||||
|
msgid "Shared with you and the group {group} by {owner}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:154
|
||||||
|
msgid "Shared with you by {owner}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:159
|
||||||
|
msgid "Share with"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:164
|
||||||
|
msgid "Share with link"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:167
|
||||||
|
msgid "Password protect"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:169 templates/installation.php:54 templates/login.php:26
|
||||||
|
msgid "Password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:173
|
||||||
|
msgid "Email link to person"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:174
|
||||||
|
msgid "Send"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:178
|
||||||
|
msgid "Set expiration date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:179
|
||||||
|
msgid "Expiration date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:211
|
||||||
|
msgid "Share via email:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:213
|
||||||
|
msgid "No people found"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:251
|
||||||
|
msgid "Resharing is not allowed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:287
|
||||||
|
msgid "Shared in {item} with {user}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:308
|
||||||
|
msgid "Unshare"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:320
|
||||||
|
msgid "can edit"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:322
|
||||||
|
msgid "access control"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:325
|
||||||
|
msgid "create"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:328
|
||||||
|
msgid "update"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:331
|
||||||
|
msgid "delete"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:334
|
||||||
|
msgid "share"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:368 js/share.js:564
|
||||||
|
msgid "Password protected"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:577
|
||||||
|
msgid "Error unsetting expiration date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:589
|
||||||
|
msgid "Error setting expiration date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:604
|
||||||
|
msgid "Sending ..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:615
|
||||||
|
msgid "Email sent"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/update.js:14
|
||||||
|
msgid ""
|
||||||
|
"The update was unsuccessful. Please report this issue to the <a "
|
||||||
|
"href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud "
|
||||||
|
"community</a>."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/update.js:18
|
||||||
|
msgid "The update was successful. Redirecting you to ownCloud now."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lostpassword/controller.php:48
|
||||||
|
msgid "ownCloud password reset"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lostpassword/templates/email.php:2
|
||||||
|
msgid "Use the following link to reset your password: {link}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lostpassword/templates/lostpassword.php:4
|
||||||
|
msgid ""
|
||||||
|
"The link to reset your password has been sent to your email.<br>If you do "
|
||||||
|
"not receive it within a reasonable amount of time, check your spam/junk "
|
||||||
|
"folders.<br>If it is not there ask your local administrator ."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lostpassword/templates/lostpassword.php:12
|
||||||
|
msgid "Request failed!<br>Did you make sure your email/username was right?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lostpassword/templates/lostpassword.php:15
|
||||||
|
msgid "You will receive a link to reset your password via Email."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lostpassword/templates/lostpassword.php:18 templates/installation.php:48
|
||||||
|
#: templates/login.php:19
|
||||||
|
msgid "Username"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lostpassword/templates/lostpassword.php:21
|
||||||
|
msgid "Request reset"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lostpassword/templates/resetpassword.php:4
|
||||||
|
msgid "Your password was reset"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lostpassword/templates/resetpassword.php:5
|
||||||
|
msgid "To login page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lostpassword/templates/resetpassword.php:8
|
||||||
|
msgid "New password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lostpassword/templates/resetpassword.php:11
|
||||||
|
msgid "Reset password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: strings.php:5
|
||||||
|
msgid "Personal"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: strings.php:6
|
||||||
|
msgid "Users"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: strings.php:7
|
||||||
|
msgid "Apps"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: strings.php:8
|
||||||
|
msgid "Admin"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: strings.php:9
|
||||||
|
msgid "Help"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/403.php:12
|
||||||
|
msgid "Access forbidden"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/404.php:12
|
||||||
|
msgid "Cloud not found"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/edit_categories_dialog.php:4
|
||||||
|
msgid "Edit categories"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/edit_categories_dialog.php:16
|
||||||
|
msgid "Add"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:24 templates/installation.php:31
|
||||||
|
#: templates/installation.php:38
|
||||||
|
msgid "Security Warning"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:25
|
||||||
|
msgid "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:26
|
||||||
|
msgid "Please update your PHP installation to use ownCloud securely."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:32
|
||||||
|
msgid ""
|
||||||
|
"No secure random number generator is available, please enable the PHP "
|
||||||
|
"OpenSSL extension."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:33
|
||||||
|
msgid ""
|
||||||
|
"Without a secure random number generator an attacker may be able to predict "
|
||||||
|
"password reset tokens and take over your account."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:39
|
||||||
|
msgid ""
|
||||||
|
"Your data directory and files are probably accessible from the internet "
|
||||||
|
"because the .htaccess file does not work."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:40
|
||||||
|
msgid ""
|
||||||
|
"For information how to properly configure your server, please see the <a "
|
||||||
|
"href=\"http://doc.owncloud.org/server/5.0/admin_manual/installation.html\" "
|
||||||
|
"target=\"_blank\">documentation</a>."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:44
|
||||||
|
msgid "Create an <strong>admin account</strong>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:62
|
||||||
|
msgid "Advanced"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:64
|
||||||
|
msgid "Data folder"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:74
|
||||||
|
msgid "Configure the database"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:79 templates/installation.php:91
|
||||||
|
#: templates/installation.php:102 templates/installation.php:113
|
||||||
|
#: templates/installation.php:125
|
||||||
|
msgid "will be used"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:137
|
||||||
|
msgid "Database user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:144
|
||||||
|
msgid "Database password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:149
|
||||||
|
msgid "Database name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:159
|
||||||
|
msgid "Database tablespace"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:166
|
||||||
|
msgid "Database host"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:172
|
||||||
|
msgid "Finish setup"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/layout.guest.php:40
|
||||||
|
msgid "web services under your control"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/layout.user.php:37
|
||||||
|
#, php-format
|
||||||
|
msgid "%s is available. Get more information on how to update."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/layout.user.php:62
|
||||||
|
msgid "Log out"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/login.php:9
|
||||||
|
msgid "Automatic logon rejected!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/login.php:10
|
||||||
|
msgid ""
|
||||||
|
"If you did not change your password recently, your account may be "
|
||||||
|
"compromised!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/login.php:12
|
||||||
|
msgid "Please change your password to secure your account again."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/login.php:34
|
||||||
|
msgid "Lost your password?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/login.php:39
|
||||||
|
msgid "remember"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/login.php:41
|
||||||
|
msgid "Log in"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/login.php:47
|
||||||
|
msgid "Alternative Logins"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/part.pagenavi.php:3
|
||||||
|
msgid "prev"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/part.pagenavi.php:20
|
||||||
|
msgid "next"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/update.php:3
|
||||||
|
#, php-format
|
||||||
|
msgid "Updating ownCloud to version %s, this may take a while."
|
||||||
|
msgstr ""
|
||||||
@ -0,0 +1,103 @@
|
|||||||
|
# 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: http://bugs.owncloud.org/\n"
|
||||||
|
"POT-Creation-Date: 2013-06-13 02:16+0200\n"
|
||||||
|
"PO-Revision-Date: 2013-06-12 21:41+0000\n"
|
||||||
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
|
"Language-Team: Bosnian (http://www.transifex.com/projects/p/owncloud/language/bs/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: bs\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
|
|
||||||
|
#: ajax/adminrecovery.php:29
|
||||||
|
msgid "Recovery key successfully enabled"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/adminrecovery.php:34
|
||||||
|
msgid ""
|
||||||
|
"Could not enable recovery key. Please check your recovery key password!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/adminrecovery.php:48
|
||||||
|
msgid "Recovery key successfully disabled"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/adminrecovery.php:53
|
||||||
|
msgid ""
|
||||||
|
"Could not disable recovery key. Please check your recovery key password!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/changeRecoveryPassword.php:49
|
||||||
|
msgid "Password successfully changed."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/changeRecoveryPassword.php:51
|
||||||
|
msgid "Could not change the password. Maybe the old password was not correct."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/settings-admin.js:11
|
||||||
|
msgid "Saving..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings-admin.php:5 templates/settings-personal.php:4
|
||||||
|
msgid "Encryption"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings-admin.php:9
|
||||||
|
msgid ""
|
||||||
|
"Enable encryption passwords recovery key (allow sharing to recovery key):"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings-admin.php:13
|
||||||
|
msgid "Recovery account password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings-admin.php:20 templates/settings-personal.php:18
|
||||||
|
msgid "Enabled"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings-admin.php:28 templates/settings-personal.php:26
|
||||||
|
msgid "Disabled"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings-admin.php:32
|
||||||
|
msgid "Change encryption passwords recovery key:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings-admin.php:39
|
||||||
|
msgid "Old Recovery account password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings-admin.php:46
|
||||||
|
msgid "New Recovery account password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings-admin.php:51
|
||||||
|
msgid "Change Password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings-personal.php:9
|
||||||
|
msgid "Enable password recovery by sharing all files with your administrator:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings-personal.php:11
|
||||||
|
msgid ""
|
||||||
|
"Enabling this option will allow you to reobtain access to your encrypted "
|
||||||
|
"files if your password is lost"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings-personal.php:27
|
||||||
|
msgid "File recovery settings updated"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings-personal.php:28
|
||||||
|
msgid "Could not update file recovery"
|
||||||
|
msgstr ""
|
||||||
@ -0,0 +1,123 @@
|
|||||||
|
# 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: http://bugs.owncloud.org/\n"
|
||||||
|
"POT-Creation-Date: 2013-06-13 02:16+0200\n"
|
||||||
|
"PO-Revision-Date: 2013-06-12 21:41+0000\n"
|
||||||
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
|
"Language-Team: Bosnian (http://www.transifex.com/projects/p/owncloud/language/bs/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: bs\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
|
|
||||||
|
#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:16 js/google.js:34
|
||||||
|
msgid "Access granted"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/dropbox.js:30 js/dropbox.js:96 js/dropbox.js:102
|
||||||
|
msgid "Error configuring Dropbox storage"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/dropbox.js:65 js/google.js:66
|
||||||
|
msgid "Grant access"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/dropbox.js:101
|
||||||
|
msgid "Please provide a valid Dropbox app key and secret."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/google.js:36 js/google.js:93
|
||||||
|
msgid "Error configuring Google Drive storage"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lib/config.php:431
|
||||||
|
msgid ""
|
||||||
|
"<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
|
||||||
|
"is not possible. Please ask your system administrator to install it."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lib/config.php:434
|
||||||
|
msgid ""
|
||||||
|
"<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting"
|
||||||
|
" of FTP shares is not possible. Please ask your system administrator to "
|
||||||
|
"install it."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lib/config.php:437
|
||||||
|
msgid ""
|
||||||
|
"<b>Warning:</b> The Curl support in PHP is not enabled or installed. "
|
||||||
|
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
|
||||||
|
"your system administrator to install it."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:3
|
||||||
|
msgid "External Storage"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:9 templates/settings.php:28
|
||||||
|
msgid "Folder name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:10
|
||||||
|
msgid "External storage"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:11
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:12
|
||||||
|
msgid "Options"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:13
|
||||||
|
msgid "Applicable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:33
|
||||||
|
msgid "Add storage"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:90
|
||||||
|
msgid "None set"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:91
|
||||||
|
msgid "All Users"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:92
|
||||||
|
msgid "Groups"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:100
|
||||||
|
msgid "Users"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:113 templates/settings.php:114
|
||||||
|
#: templates/settings.php:149 templates/settings.php:150
|
||||||
|
msgid "Delete"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:129
|
||||||
|
msgid "Enable User External Storage"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:130
|
||||||
|
msgid "Allow users to mount their own external storage"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:141
|
||||||
|
msgid "SSL root certificates"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:159
|
||||||
|
msgid "Import Root Certificate"
|
||||||
|
msgstr ""
|
||||||
@ -0,0 +1,48 @@
|
|||||||
|
# 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: http://bugs.owncloud.org/\n"
|
||||||
|
"POT-Creation-Date: 2013-06-13 02:16+0200\n"
|
||||||
|
"PO-Revision-Date: 2013-06-12 21:41+0000\n"
|
||||||
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
|
"Language-Team: Bosnian (http://www.transifex.com/projects/p/owncloud/language/bs/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: bs\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
|
|
||||||
|
#: templates/authenticate.php:4
|
||||||
|
msgid "Password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/authenticate.php:6
|
||||||
|
msgid "Submit"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/public.php:10
|
||||||
|
#, php-format
|
||||||
|
msgid "%s shared the folder %s with you"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/public.php:13
|
||||||
|
#, php-format
|
||||||
|
msgid "%s shared the file %s with you"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/public.php:19 templates/public.php:43
|
||||||
|
msgid "Download"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/public.php:40
|
||||||
|
msgid "No preview available for"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/public.php:50
|
||||||
|
msgid "web services under your control"
|
||||||
|
msgstr ""
|
||||||
@ -0,0 +1,84 @@
|
|||||||
|
# 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: http://bugs.owncloud.org/\n"
|
||||||
|
"POT-Creation-Date: 2013-06-13 02:16+0200\n"
|
||||||
|
"PO-Revision-Date: 2013-06-12 21:41+0000\n"
|
||||||
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
|
"Language-Team: Bosnian (http://www.transifex.com/projects/p/owncloud/language/bs/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: bs\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
|
|
||||||
|
#: ajax/delete.php:42
|
||||||
|
#, php-format
|
||||||
|
msgid "Couldn't delete %s permanently"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/undelete.php:42
|
||||||
|
#, php-format
|
||||||
|
msgid "Couldn't restore %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/trash.js:7 js/trash.js:97
|
||||||
|
msgid "perform restore operation"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141
|
||||||
|
msgid "Error"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/trash.js:34
|
||||||
|
msgid "delete file permanently"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/trash.js:123
|
||||||
|
msgid "Delete permanently"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/trash.js:176 templates/index.php:17
|
||||||
|
msgid "Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/trash.js:177 templates/index.php:27
|
||||||
|
msgid "Deleted"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/trash.js:186
|
||||||
|
msgid "1 folder"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/trash.js:188
|
||||||
|
msgid "{count} folders"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/trash.js:196
|
||||||
|
msgid "1 file"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/trash.js:198
|
||||||
|
msgid "{count} files"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/index.php:9
|
||||||
|
msgid "Nothing in here. Your trash bin is empty!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/index.php:20 templates/index.php:22
|
||||||
|
msgid "Restore"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/index.php:30 templates/index.php:31
|
||||||
|
msgid "Delete"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/part.breadcrumb.php:9
|
||||||
|
msgid "Deleted Files"
|
||||||
|
msgstr ""
|
||||||
@ -0,0 +1,57 @@
|
|||||||
|
# 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: http://bugs.owncloud.org/\n"
|
||||||
|
"POT-Creation-Date: 2013-06-13 02:16+0200\n"
|
||||||
|
"PO-Revision-Date: 2013-06-12 21:41+0000\n"
|
||||||
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
|
"Language-Team: Bosnian (http://www.transifex.com/projects/p/owncloud/language/bs/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: bs\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
|
|
||||||
|
#: ajax/rollbackVersion.php:15
|
||||||
|
#, php-format
|
||||||
|
msgid "Could not revert: %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: history.php:40
|
||||||
|
msgid "success"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: history.php:42
|
||||||
|
#, php-format
|
||||||
|
msgid "File %s was reverted to version %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: history.php:49
|
||||||
|
msgid "failure"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: history.php:51
|
||||||
|
#, php-format
|
||||||
|
msgid "File %s could not be reverted to version %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: history.php:69
|
||||||
|
msgid "No old versions available"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: history.php:74
|
||||||
|
msgid "No path specified"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/versions.js:6
|
||||||
|
msgid "Versions"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/history.php:20
|
||||||
|
msgid "Revert a file to a previous version by clicking on its revert button"
|
||||||
|
msgstr ""
|
||||||
@ -0,0 +1,245 @@
|
|||||||
|
# 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: http://bugs.owncloud.org/\n"
|
||||||
|
"POT-Creation-Date: 2013-06-13 02:16+0200\n"
|
||||||
|
"PO-Revision-Date: 2013-06-12 21:41+0000\n"
|
||||||
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
|
"Language-Team: Bosnian (http://www.transifex.com/projects/p/owncloud/language/bs/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: bs\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
|
|
||||||
|
#: app.php:358
|
||||||
|
msgid "Help"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: app.php:371
|
||||||
|
msgid "Personal"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: app.php:382
|
||||||
|
msgid "Settings"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: app.php:394
|
||||||
|
msgid "Users"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: app.php:407
|
||||||
|
msgid "Apps"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: app.php:415
|
||||||
|
msgid "Admin"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: files.php:210
|
||||||
|
msgid "ZIP download is turned off."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: files.php:211
|
||||||
|
msgid "Files need to be downloaded one by one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: files.php:212 files.php:245
|
||||||
|
msgid "Back to Files"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: files.php:242
|
||||||
|
msgid "Selected files too large to generate zip file."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: helper.php:236
|
||||||
|
msgid "couldn't be determined"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: json.php:28
|
||||||
|
msgid "Application is not enabled"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: json.php:39 json.php:62 json.php:73
|
||||||
|
msgid "Authentication error"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: json.php:51
|
||||||
|
msgid "Token expired. Please reload page."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: search/provider/file.php:17 search/provider/file.php:35
|
||||||
|
msgid "Files"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: search/provider/file.php:26 search/provider/file.php:33
|
||||||
|
msgid "Text"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: search/provider/file.php:29
|
||||||
|
msgid "Images"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: setup.php:34
|
||||||
|
msgid "Set an admin username."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: setup.php:37
|
||||||
|
msgid "Set an admin password."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: setup.php:55
|
||||||
|
#, php-format
|
||||||
|
msgid "%s enter the database username."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: setup.php:58
|
||||||
|
#, php-format
|
||||||
|
msgid "%s enter the database name."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: setup.php:61
|
||||||
|
#, php-format
|
||||||
|
msgid "%s you may not use dots in the database name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: setup.php:64
|
||||||
|
#, php-format
|
||||||
|
msgid "%s set the database host."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: setup.php:126 setup.php:323 setup.php:368
|
||||||
|
msgid "PostgreSQL username and/or password not valid"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: setup.php:127 setup.php:232
|
||||||
|
msgid "You need to enter either an existing account or the administrator."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: setup.php:149
|
||||||
|
msgid "Oracle connection could not be established"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: setup.php:231
|
||||||
|
msgid "MySQL username and/or password not valid"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: setup.php:285 setup.php:389 setup.php:398 setup.php:416 setup.php:426
|
||||||
|
#: setup.php:435 setup.php:468 setup.php:534 setup.php:560 setup.php:567
|
||||||
|
#: setup.php:578 setup.php:585 setup.php:594 setup.php:602 setup.php:611
|
||||||
|
#: setup.php:617
|
||||||
|
#, php-format
|
||||||
|
msgid "DB Error: \"%s\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: setup.php:286 setup.php:390 setup.php:399 setup.php:417 setup.php:427
|
||||||
|
#: setup.php:436 setup.php:469 setup.php:535 setup.php:561 setup.php:568
|
||||||
|
#: setup.php:579 setup.php:595 setup.php:603 setup.php:612
|
||||||
|
#, php-format
|
||||||
|
msgid "Offending command was: \"%s\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: setup.php:302
|
||||||
|
#, php-format
|
||||||
|
msgid "MySQL user '%s'@'localhost' exists already."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: setup.php:303
|
||||||
|
msgid "Drop this user from MySQL"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: setup.php:308
|
||||||
|
#, php-format
|
||||||
|
msgid "MySQL user '%s'@'%%' already exists"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: setup.php:309
|
||||||
|
msgid "Drop this user from MySQL."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: setup.php:460 setup.php:527
|
||||||
|
msgid "Oracle username and/or password not valid"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: setup.php:586 setup.php:618
|
||||||
|
#, php-format
|
||||||
|
msgid "Offending command was: \"%s\", name: %s, password: %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: setup.php:638
|
||||||
|
#, php-format
|
||||||
|
msgid "MS SQL username and/or password not valid: %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: setup.php:861
|
||||||
|
msgid ""
|
||||||
|
"Your web server is not yet properly setup to allow files synchronization "
|
||||||
|
"because the WebDAV interface seems to be broken."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: setup.php:862
|
||||||
|
#, php-format
|
||||||
|
msgid "Please double check the <a href='%s'>installation guides</a>."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: template.php:113
|
||||||
|
msgid "seconds ago"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: template.php:114
|
||||||
|
msgid "1 minute ago"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: template.php:115
|
||||||
|
#, php-format
|
||||||
|
msgid "%d minutes ago"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: template.php:116
|
||||||
|
msgid "1 hour ago"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: template.php:117
|
||||||
|
#, php-format
|
||||||
|
msgid "%d hours ago"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: template.php:118
|
||||||
|
msgid "today"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: template.php:119
|
||||||
|
msgid "yesterday"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: template.php:120
|
||||||
|
#, php-format
|
||||||
|
msgid "%d days ago"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: template.php:121
|
||||||
|
msgid "last month"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: template.php:122
|
||||||
|
#, php-format
|
||||||
|
msgid "%d months ago"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: template.php:123
|
||||||
|
msgid "last year"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: template.php:124
|
||||||
|
msgid "years ago"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: vcategories.php:188 vcategories.php:249
|
||||||
|
#, php-format
|
||||||
|
msgid "Could not find category \"%s\""
|
||||||
|
msgstr ""
|
||||||
@ -0,0 +1,419 @@
|
|||||||
|
# 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: http://bugs.owncloud.org/\n"
|
||||||
|
"POT-Creation-Date: 2013-06-13 02:16+0200\n"
|
||||||
|
"PO-Revision-Date: 2013-06-12 21:41+0000\n"
|
||||||
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
|
"Language-Team: Bosnian (http://www.transifex.com/projects/p/owncloud/language/bs/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: bs\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
|
|
||||||
|
#: ajax/clearMappings.php:34
|
||||||
|
msgid "Failed to clear the mappings."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/deleteConfiguration.php:34
|
||||||
|
msgid "Failed to delete the server configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/testConfiguration.php:36
|
||||||
|
msgid "The configuration is valid and the connection could be established!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/testConfiguration.php:39
|
||||||
|
msgid ""
|
||||||
|
"The configuration is valid, but the Bind failed. Please check the server "
|
||||||
|
"settings and credentials."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/testConfiguration.php:43
|
||||||
|
msgid ""
|
||||||
|
"The configuration is invalid. Please look in the ownCloud log for further "
|
||||||
|
"details."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/settings.js:66
|
||||||
|
msgid "Deletion failed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/settings.js:82
|
||||||
|
msgid "Take over settings from recent server configuration?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/settings.js:83
|
||||||
|
msgid "Keep settings?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/settings.js:97
|
||||||
|
msgid "Cannot add server configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/settings.js:111
|
||||||
|
msgid "mappings cleared"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/settings.js:112
|
||||||
|
msgid "Success"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/settings.js:117
|
||||||
|
msgid "Error"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/settings.js:141
|
||||||
|
msgid "Connection test succeeded"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/settings.js:146
|
||||||
|
msgid "Connection test failed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/settings.js:156
|
||||||
|
msgid "Do you really want to delete the current Server Configuration?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/settings.js:157
|
||||||
|
msgid "Confirm Deletion"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:9
|
||||||
|
msgid ""
|
||||||
|
"<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may"
|
||||||
|
" experience unexpected behaviour. Please ask your system administrator to "
|
||||||
|
"disable one of them."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:12
|
||||||
|
msgid ""
|
||||||
|
"<b>Warning:</b> The PHP LDAP module is not installed, the backend will not "
|
||||||
|
"work. Please ask your system administrator to install it."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:16
|
||||||
|
msgid "Server configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:32
|
||||||
|
msgid "Add Server Configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:37
|
||||||
|
msgid "Host"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:39
|
||||||
|
msgid ""
|
||||||
|
"You can omit the protocol, except you require SSL. Then start with ldaps://"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:40
|
||||||
|
msgid "Base DN"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:41
|
||||||
|
msgid "One Base DN per line"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:42
|
||||||
|
msgid "You can specify Base DN for users and groups in the Advanced tab"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:44
|
||||||
|
msgid "User DN"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:46
|
||||||
|
msgid ""
|
||||||
|
"The DN of the client user with which the bind shall be done, e.g. "
|
||||||
|
"uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password "
|
||||||
|
"empty."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:47
|
||||||
|
msgid "Password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:50
|
||||||
|
msgid "For anonymous access, leave DN and Password empty."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:51
|
||||||
|
msgid "User Login Filter"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:54
|
||||||
|
#, php-format
|
||||||
|
msgid ""
|
||||||
|
"Defines the filter to apply, when login is attempted. %%uid replaces the "
|
||||||
|
"username in the login action."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:55
|
||||||
|
#, php-format
|
||||||
|
msgid "use %%uid placeholder, e.g. \"uid=%%uid\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:56
|
||||||
|
msgid "User List Filter"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:59
|
||||||
|
msgid "Defines the filter to apply, when retrieving users."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:60
|
||||||
|
msgid "without any placeholder, e.g. \"objectClass=person\"."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:61
|
||||||
|
msgid "Group Filter"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:64
|
||||||
|
msgid "Defines the filter to apply, when retrieving groups."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:65
|
||||||
|
msgid "without any placeholder, e.g. \"objectClass=posixGroup\"."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:69
|
||||||
|
msgid "Connection Settings"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:71
|
||||||
|
msgid "Configuration Active"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:71
|
||||||
|
msgid "When unchecked, this configuration will be skipped."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:72
|
||||||
|
msgid "Port"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:73
|
||||||
|
msgid "Backup (Replica) Host"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:73
|
||||||
|
msgid ""
|
||||||
|
"Give an optional backup host. It must be a replica of the main LDAP/AD "
|
||||||
|
"server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:74
|
||||||
|
msgid "Backup (Replica) Port"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:75
|
||||||
|
msgid "Disable Main Server"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:75
|
||||||
|
msgid "When switched on, ownCloud will only connect to the replica server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:76
|
||||||
|
msgid "Use TLS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:76
|
||||||
|
msgid "Do not use it additionally for LDAPS connections, it will fail."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:77
|
||||||
|
msgid "Case insensitve LDAP server (Windows)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:78
|
||||||
|
msgid "Turn off SSL certificate validation."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:78
|
||||||
|
msgid ""
|
||||||
|
"If connection only works with this option, import the LDAP server's SSL "
|
||||||
|
"certificate in your ownCloud server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:78
|
||||||
|
msgid "Not recommended, use for testing only."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:79
|
||||||
|
msgid "Cache Time-To-Live"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:79
|
||||||
|
msgid "in seconds. A change empties the cache."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:81
|
||||||
|
msgid "Directory Settings"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:83
|
||||||
|
msgid "User Display Name Field"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:83
|
||||||
|
msgid "The LDAP attribute to use to generate the user`s ownCloud name."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:84
|
||||||
|
msgid "Base User Tree"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:84
|
||||||
|
msgid "One User Base DN per line"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:85
|
||||||
|
msgid "User Search Attributes"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:85 templates/settings.php:88
|
||||||
|
msgid "Optional; one attribute per line"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:86
|
||||||
|
msgid "Group Display Name Field"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:86
|
||||||
|
msgid "The LDAP attribute to use to generate the groups`s ownCloud name."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:87
|
||||||
|
msgid "Base Group Tree"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:87
|
||||||
|
msgid "One Group Base DN per line"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:88
|
||||||
|
msgid "Group Search Attributes"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:89
|
||||||
|
msgid "Group-Member association"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:91
|
||||||
|
msgid "Special Attributes"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:93
|
||||||
|
msgid "Quota Field"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:94
|
||||||
|
msgid "Quota Default"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:94
|
||||||
|
msgid "in bytes"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:95
|
||||||
|
msgid "Email Field"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:96
|
||||||
|
msgid "User Home Folder Naming Rule"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:96
|
||||||
|
msgid ""
|
||||||
|
"Leave empty for user name (default). Otherwise, specify an LDAP/AD "
|
||||||
|
"attribute."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:101
|
||||||
|
msgid "Internal Username"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:102
|
||||||
|
msgid ""
|
||||||
|
"By default the internal username will be created from the UUID attribute. It"
|
||||||
|
" makes sure that the username is unique and characters do not need to be "
|
||||||
|
"converted. The internal username has the restriction that only these "
|
||||||
|
"characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced "
|
||||||
|
"with their ASCII correspondence or simply omitted. On collisions a number "
|
||||||
|
"will be added/increased. The internal username is used to identify a user "
|
||||||
|
"internally. It is also the default name for the user home folder in "
|
||||||
|
"ownCloud. It is also a port of remote URLs, for instance for all *DAV "
|
||||||
|
"services. With this setting, the default behaviour can be overriden. To "
|
||||||
|
"achieve a similar behaviour as before ownCloud 5 enter the user display name"
|
||||||
|
" attribute in the following field. Leave it empty for default behaviour. "
|
||||||
|
"Changes will have effect only on newly mapped (added) LDAP users."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:103
|
||||||
|
msgid "Internal Username Attribute:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:104
|
||||||
|
msgid "Override UUID detection"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:105
|
||||||
|
msgid ""
|
||||||
|
"By default, ownCloud autodetects the UUID attribute. The UUID attribute is "
|
||||||
|
"used to doubtlessly identify LDAP users and groups. Also, the internal "
|
||||||
|
"username will be created based on the UUID, if not specified otherwise "
|
||||||
|
"above. You can override the setting and pass an attribute of your choice. "
|
||||||
|
"You must make sure that the attribute of your choice can be fetched for both"
|
||||||
|
" users and groups and it is unique. Leave it empty for default behaviour. "
|
||||||
|
"Changes will have effect only on newly mapped (added) LDAP users and groups."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:106
|
||||||
|
msgid "UUID Attribute:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:107
|
||||||
|
msgid "Username-LDAP User Mapping"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:108
|
||||||
|
msgid ""
|
||||||
|
"ownCloud uses usernames to store and assign (meta) data. In order to "
|
||||||
|
"precisely identify and recognize users, each LDAP user will have a internal "
|
||||||
|
"username. This requires a mapping from ownCloud username to LDAP user. The "
|
||||||
|
"created username is mapped to the UUID of the LDAP user. Additionally the DN"
|
||||||
|
" is cached as well to reduce LDAP interaction, but it is not used for "
|
||||||
|
"identification. If the DN changes, the changes will be found by ownCloud. "
|
||||||
|
"The internal ownCloud name is used all over in ownCloud. Clearing the "
|
||||||
|
"Mappings will have leftovers everywhere. Clearing the Mappings is not "
|
||||||
|
"configuration sensitive, it affects all LDAP configurations! Do never clear "
|
||||||
|
"the mappings in a production environment. Only clear mappings in a testing "
|
||||||
|
"or experimental stage."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:109
|
||||||
|
msgid "Clear Username-LDAP User Mapping"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:109
|
||||||
|
msgid "Clear Groupname-LDAP Group Mapping"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:111
|
||||||
|
msgid "Test Configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:111
|
||||||
|
msgid "Help"
|
||||||
|
msgstr ""
|
||||||
@ -0,0 +1,33 @@
|
|||||||
|
# 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: http://bugs.owncloud.org/\n"
|
||||||
|
"POT-Creation-Date: 2013-06-13 02:16+0200\n"
|
||||||
|
"PO-Revision-Date: 2013-06-12 21:41+0000\n"
|
||||||
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
|
"Language-Team: Bosnian (http://www.transifex.com/projects/p/owncloud/language/bs/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: bs\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
|
|
||||||
|
#: templates/settings.php:3
|
||||||
|
msgid "WebDAV Authentication"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:4
|
||||||
|
msgid "URL: http://"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:7
|
||||||
|
msgid ""
|
||||||
|
"ownCloud will send the user credentials to this URL. This plugin checks the "
|
||||||
|
"response and will interpret the HTTP statuscodes 401 and 403 as invalid "
|
||||||
|
"credentials, and all other responses as valid credentials."
|
||||||
|
msgstr ""
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue