Merge branch 'master' into master-sqlserver
commit
2675290325
@ -1,7 +1,7 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"Encryption" => "Verschlüsselung",
|
||||
"File encryption is enabled." => "Datei-Verschlüsselung ist aktiviert",
|
||||
"The following file types will not be encrypted:" => "Die folgenden Datei-Typen werden nicht verschlüsselt:",
|
||||
"Exclude the following file types from encryption:" => "Die folgenden Datei-Typen von der Verschlüsselung ausnehmen:",
|
||||
"The following file types will not be encrypted:" => "Die folgenden Dateitypen werden nicht verschlüsselt:",
|
||||
"Exclude the following file types from encryption:" => "Die folgenden Dateitypen von der Verschlüsselung ausnehmen:",
|
||||
"None" => "Keine"
|
||||
);
|
||||
|
||||
@ -1,4 +1,7 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"Encryption" => "Salaus",
|
||||
"File encryption is enabled." => "Tiedostojen salaus on käytössä.",
|
||||
"The following file types will not be encrypted:" => "Seuraavia tiedostotyyppejä ei salata:",
|
||||
"Exclude the following file types from encryption:" => "Älä salaa seuravia tiedostotyyppejä:",
|
||||
"None" => "Ei mitään"
|
||||
);
|
||||
|
||||
@ -1,5 +1,13 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"Could not revert: %s" => "Palautus epäonnistui: %s",
|
||||
"success" => "onnistui",
|
||||
"File %s was reverted to version %s" => "Tiedosto %s palautettiin versioon %s",
|
||||
"failure" => "epäonnistui",
|
||||
"File %s could not be reverted to version %s" => "Tiedoston %s palautus versioon %s epäonnistui",
|
||||
"No old versions available" => "Vanhoja ei ole saatavilla",
|
||||
"No path specified" => "Polkua ei ole määritetty",
|
||||
"History" => "Historia",
|
||||
"Revert a file to a previous version by clicking on its revert button" => "Palauta tiedoston edellinen versio napsauttamalla palautuspainiketta",
|
||||
"Files Versioning" => "Tiedostojen versiointi",
|
||||
"Enable" => "Käytä"
|
||||
);
|
||||
|
||||
@ -1,5 +1,13 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"Could not revert: %s" => "Non foi posíbel reverter: %s",
|
||||
"success" => "feito",
|
||||
"File %s was reverted to version %s" => "O ficheiro %s foi revertido á versión %s",
|
||||
"failure" => "produciuse un fallo",
|
||||
"File %s could not be reverted to version %s" => "Non foi posíbel reverter o ficheiro %s á versión %s",
|
||||
"No old versions available" => "Non hai versións antigas dispoñíbeis",
|
||||
"No path specified" => "Non foi indicada a ruta",
|
||||
"History" => "Historial",
|
||||
"Revert a file to a previous version by clicking on its revert button" => "Reverta un ficheiro a unha versión anterior premendo no botón reversión",
|
||||
"Files Versioning" => "Sistema de versión de ficheiros",
|
||||
"Enable" => "Activar"
|
||||
);
|
||||
|
||||
@ -1,8 +1,17 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"Failed to delete the server configuration" => "عملیات حذف پیکربندی سرور ناموفق ماند",
|
||||
"The configuration is valid and the connection could be established!" => "پیکربندی معتبر است و ارتباط می تواند برقرار شود",
|
||||
"Deletion failed" => "حذف کردن انجام نشد",
|
||||
"Keep settings?" => "آیا تنظیمات ذخیره شود ؟",
|
||||
"Connection test succeeded" => "تست اتصال با موفقیت انجام گردید",
|
||||
"Connection test failed" => "تست اتصال ناموفق بود",
|
||||
"Do you really want to delete the current Server Configuration?" => "آیا واقعا می خواهید پیکربندی کنونی سرور را حذف کنید؟",
|
||||
"Confirm Deletion" => "تایید حذف",
|
||||
"Server configuration" => "پیکربندی سرور",
|
||||
"Add Server Configuration" => "افزودن پیکربندی سرور",
|
||||
"Host" => "میزبانی",
|
||||
"Password" => "رمز عبور",
|
||||
"Port" => "درگاه",
|
||||
"in bytes" => "در بایت",
|
||||
"Help" => "راهنما"
|
||||
);
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"WebDAV Authentication" => "WebDAV Authentifikation",
|
||||
"URL: http://" => "URL: http://",
|
||||
"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." => "ownCloud wird die Benutzer-Anmeldedaten an diese URL schicken. Dieses Plugin prüft die Anmeldedaten auf ihre Gültigkeit und interpretiert die HTTP Statusfehler 401 und 403 als ungültige, sowie alle Anderen als gültige Anmeldedaten."
|
||||
"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." => "ownCloud sendet die Benutzerdaten an diese URL. Dieses Plugin prüft die Antwort und wird die Statuscodes 401 und 403 als ungültige Daten und alle anderen Antworten als gültige Daten interpretieren."
|
||||
);
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"WebDAV Authentication" => "WebDAV Authentifizierung",
|
||||
"URL: http://" => "URL: http://",
|
||||
"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." => "ownCloud sendet die Benutzerdaten an diese URL. Dieses Plugin prüft die Antwort und wird die Statuscodes 401 und 403 als ungültige Daten interpretieren und alle anderen Antworten als gültige Daten."
|
||||
"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." => "ownCloud sendet die Benutzerdaten an diese URL. Dieses Plugin prüft die Antwort und wird die Statuscodes 401 und 403 als ungültige Daten und alle anderen Antworten als gültige Daten interpretieren."
|
||||
);
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"WebDAV URL: http://" => "WebDAV-osoite: http://"
|
||||
"WebDAV Authentication" => "WebDAV-todennus",
|
||||
"URL: http://" => "Osoite: http://"
|
||||
);
|
||||
|
||||
@ -0,0 +1,6 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"Advanced" => "Дасведчаны",
|
||||
"Finish setup" => "Завяршыць ўстаноўку.",
|
||||
"prev" => "Папярэдняя",
|
||||
"next" => "Далей"
|
||||
);
|
||||
@ -0,0 +1,594 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Семён Гариленко <2507496@gmail.com>, 2013.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-02-17 00:25+0100\n"
|
||||
"PO-Revision-Date: 2013-02-16 19:10+0000\n"
|
||||
"Last-Translator: Сёмка Гавриленко <2507496@gmail.com>\n"
|
||||
"Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: be\n"
|
||||
"Plural-Forms: nplurals=4; 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:85
|
||||
#, php-format
|
||||
msgid "User %s shared a file with you"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/share.php:87
|
||||
#, php-format
|
||||
msgid "User %s shared a folder with you"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/share.php:89
|
||||
#, php-format
|
||||
msgid ""
|
||||
"User %s shared the file \"%s\" with you. It is available for download here: "
|
||||
"%s"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/share.php:91
|
||||
#, 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:32
|
||||
msgid "Sunday"
|
||||
msgstr ""
|
||||
|
||||
#: js/config.php:32
|
||||
msgid "Monday"
|
||||
msgstr ""
|
||||
|
||||
#: js/config.php:32
|
||||
msgid "Tuesday"
|
||||
msgstr ""
|
||||
|
||||
#: js/config.php:32
|
||||
msgid "Wednesday"
|
||||
msgstr ""
|
||||
|
||||
#: js/config.php:32
|
||||
msgid "Thursday"
|
||||
msgstr ""
|
||||
|
||||
#: js/config.php:32
|
||||
msgid "Friday"
|
||||
msgstr ""
|
||||
|
||||
#: js/config.php:32
|
||||
msgid "Saturday"
|
||||
msgstr ""
|
||||
|
||||
#: js/config.php:33
|
||||
msgid "January"
|
||||
msgstr ""
|
||||
|
||||
#: js/config.php:33
|
||||
msgid "February"
|
||||
msgstr ""
|
||||
|
||||
#: js/config.php:33
|
||||
msgid "March"
|
||||
msgstr ""
|
||||
|
||||
#: js/config.php:33
|
||||
msgid "April"
|
||||
msgstr ""
|
||||
|
||||
#: js/config.php:33
|
||||
msgid "May"
|
||||
msgstr ""
|
||||
|
||||
#: js/config.php:33
|
||||
msgid "June"
|
||||
msgstr ""
|
||||
|
||||
#: js/config.php:33
|
||||
msgid "July"
|
||||
msgstr ""
|
||||
|
||||
#: js/config.php:33
|
||||
msgid "August"
|
||||
msgstr ""
|
||||
|
||||
#: js/config.php:33
|
||||
msgid "September"
|
||||
msgstr ""
|
||||
|
||||
#: js/config.php:33
|
||||
msgid "October"
|
||||
msgstr ""
|
||||
|
||||
#: js/config.php:33
|
||||
msgid "November"
|
||||
msgstr ""
|
||||
|
||||
#: js/config.php:33
|
||||
msgid "December"
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:286
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:767
|
||||
msgid "seconds ago"
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:768
|
||||
msgid "1 minute ago"
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:769
|
||||
msgid "{minutes} minutes ago"
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:770
|
||||
msgid "1 hour ago"
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:771
|
||||
msgid "{hours} hours ago"
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:772
|
||||
msgid "today"
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:773
|
||||
msgid "yesterday"
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:774
|
||||
msgid "{days} days ago"
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:775
|
||||
msgid "last month"
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:776
|
||||
msgid "{months} months ago"
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:777
|
||||
msgid "months ago"
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:778
|
||||
msgid "last year"
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:779
|
||||
msgid "years ago"
|
||||
msgstr ""
|
||||
|
||||
#: js/oc-dialogs.js:126
|
||||
msgid "Choose"
|
||||
msgstr ""
|
||||
|
||||
#: js/oc-dialogs.js:146 js/oc-dialogs.js:166
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: js/oc-dialogs.js:162
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: js/oc-dialogs.js:163
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: js/oc-dialogs.js:180
|
||||
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:95 js/oc-vcategories.js:125 js/oc-vcategories.js:136
|
||||
#: js/oc-vcategories.js:195 js/share.js:152 js/share.js:159 js/share.js:582
|
||||
#: js/share.js:594
|
||||
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:29 js/share.js:43 js/share.js:90
|
||||
msgid "Shared"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:93
|
||||
msgid "Share"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:141 js/share.js:622
|
||||
msgid "Error while sharing"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:152
|
||||
msgid "Error while unsharing"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:159
|
||||
msgid "Error while changing permissions"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:168
|
||||
msgid "Shared with you and the group {group} by {owner}"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:170
|
||||
msgid "Shared with you by {owner}"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:175
|
||||
msgid "Share with"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:180
|
||||
msgid "Share with link"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:183
|
||||
msgid "Password protect"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:185 templates/installation.php:44 templates/login.php:35
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:189
|
||||
msgid "Email link to person"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:190
|
||||
msgid "Send"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:194
|
||||
msgid "Set expiration date"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:195
|
||||
msgid "Expiration date"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:227
|
||||
msgid "Share via email:"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:229
|
||||
msgid "No people found"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:256
|
||||
msgid "Resharing is not allowed"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:292
|
||||
msgid "Shared in {item} with {user}"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:313
|
||||
msgid "Unshare"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:325
|
||||
msgid "can edit"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:327
|
||||
msgid "access control"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:330
|
||||
msgid "create"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:333
|
||||
msgid "update"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:336
|
||||
msgid "delete"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:339
|
||||
msgid "share"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:373 js/share.js:569
|
||||
msgid "Password protected"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:582
|
||||
msgid "Error unsetting expiration date"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:594
|
||||
msgid "Error setting expiration date"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:609
|
||||
msgid "Sending ..."
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:620
|
||||
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:47
|
||||
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:3
|
||||
msgid "You will receive a link to reset your password via Email."
|
||||
msgstr ""
|
||||
|
||||
#: lostpassword/templates/lostpassword.php:5
|
||||
msgid "Reset email send."
|
||||
msgstr ""
|
||||
|
||||
#: lostpassword/templates/lostpassword.php:8
|
||||
msgid "Request failed!"
|
||||
msgstr ""
|
||||
|
||||
#: lostpassword/templates/lostpassword.php:11 templates/installation.php:39
|
||||
#: templates/login.php:28
|
||||
msgid "Username"
|
||||
msgstr ""
|
||||
|
||||
#: lostpassword/templates/lostpassword.php:14
|
||||
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:23 templates/installation.php:30
|
||||
msgid "Security Warning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/installation.php:24
|
||||
msgid ""
|
||||
"No secure random number generator is available, please enable the PHP "
|
||||
"OpenSSL extension."
|
||||
msgstr ""
|
||||
|
||||
#: templates/installation.php:25
|
||||
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:31
|
||||
msgid ""
|
||||
"Your data directory and files are probably accessible from the internet "
|
||||
"because the .htaccess file does not work."
|
||||
msgstr ""
|
||||
|
||||
#: templates/installation.php:32
|
||||
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:36
|
||||
msgid "Create an <strong>admin account</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/installation.php:52
|
||||
msgid "Advanced"
|
||||
msgstr "Дасведчаны"
|
||||
|
||||
#: templates/installation.php:54
|
||||
msgid "Data folder"
|
||||
msgstr ""
|
||||
|
||||
#: templates/installation.php:61
|
||||
msgid "Configure the database"
|
||||
msgstr ""
|
||||
|
||||
#: templates/installation.php:66 templates/installation.php:77
|
||||
#: templates/installation.php:87 templates/installation.php:97
|
||||
msgid "will be used"
|
||||
msgstr ""
|
||||
|
||||
#: templates/installation.php:109
|
||||
msgid "Database user"
|
||||
msgstr ""
|
||||
|
||||
#: templates/installation.php:113
|
||||
msgid "Database password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/installation.php:117
|
||||
msgid "Database name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/installation.php:125
|
||||
msgid "Database tablespace"
|
||||
msgstr ""
|
||||
|
||||
#: templates/installation.php:131
|
||||
msgid "Database host"
|
||||
msgstr ""
|
||||
|
||||
#: templates/installation.php:136
|
||||
msgid "Finish setup"
|
||||
msgstr "Завяршыць ўстаноўку."
|
||||
|
||||
#: templates/layout.guest.php:33
|
||||
msgid "web services under your control"
|
||||
msgstr ""
|
||||
|
||||
#: templates/layout.user.php:48
|
||||
msgid "Log out"
|
||||
msgstr ""
|
||||
|
||||
#: templates/login.php:10
|
||||
msgid "Automatic logon rejected!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/login.php:11
|
||||
msgid ""
|
||||
"If you did not change your password recently, your account may be "
|
||||
"compromised!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/login.php:13
|
||||
msgid "Please change your password to secure your account again."
|
||||
msgstr ""
|
||||
|
||||
#: templates/login.php:19
|
||||
msgid "Lost your password?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/login.php:41
|
||||
msgid "remember"
|
||||
msgstr ""
|
||||
|
||||
#: templates/login.php:43
|
||||
msgid "Log in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/login.php:49
|
||||
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,315 @@
|
||||
# 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-02-15 00:04+0100\n"
|
||||
"PO-Revision-Date: 2013-02-14 23:05+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: be\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#: ajax/move.php:17
|
||||
#, php-format
|
||||
msgid "Could not move %s - File with this name already exists"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/move.php:27 ajax/move.php:30
|
||||
#, php-format
|
||||
msgid "Could not move %s"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/rename.php:22 ajax/rename.php:25
|
||||
msgid "Unable to rename file"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/upload.php:19
|
||||
msgid "No file was uploaded. Unknown error"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/upload.php:26
|
||||
msgid "There is no error, the file uploaded with success"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/upload.php:27
|
||||
msgid ""
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini: "
|
||||
msgstr ""
|
||||
|
||||
#: ajax/upload.php:29
|
||||
msgid ""
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
|
||||
"the HTML form"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/upload.php:31
|
||||
msgid "The uploaded file was only partially uploaded"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/upload.php:32
|
||||
msgid "No file was uploaded"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/upload.php:33
|
||||
msgid "Missing a temporary folder"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/upload.php:34
|
||||
msgid "Failed to write to disk"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/upload.php:52
|
||||
msgid "Not enough storage available"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/upload.php:83
|
||||
msgid "Invalid directory."
|
||||
msgstr ""
|
||||
|
||||
#: appinfo/app.php:10
|
||||
msgid "Files"
|
||||
msgstr ""
|
||||
|
||||
#: js/fileactions.js:125
|
||||
msgid "Delete permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/fileactions.js:127 templates/index.php:91 templates/index.php:92
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: js/fileactions.js:193
|
||||
msgid "Rename"
|
||||
msgstr ""
|
||||
|
||||
#: js/filelist.js:49 js/filelist.js:52 js/files.js:291 js/files.js:407
|
||||
#: js/files.js:438
|
||||
msgid "Pending"
|
||||
msgstr ""
|
||||
|
||||
#: js/filelist.js:253 js/filelist.js:255
|
||||
msgid "{new_name} already exists"
|
||||
msgstr ""
|
||||
|
||||
#: js/filelist.js:253 js/filelist.js:255
|
||||
msgid "replace"
|
||||
msgstr ""
|
||||
|
||||
#: js/filelist.js:253
|
||||
msgid "suggest name"
|
||||
msgstr ""
|
||||
|
||||
#: js/filelist.js:253 js/filelist.js:255
|
||||
msgid "cancel"
|
||||
msgstr ""
|
||||
|
||||
#: js/filelist.js:295
|
||||
msgid "replaced {new_name}"
|
||||
msgstr ""
|
||||
|
||||
#: js/filelist.js:295 js/filelist.js:297
|
||||
msgid "undo"
|
||||
msgstr ""
|
||||
|
||||
#: js/filelist.js:297
|
||||
msgid "replaced {new_name} with {old_name}"
|
||||
msgstr ""
|
||||
|
||||
#: js/filelist.js:322
|
||||
msgid "perform delete operation"
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:52
|
||||
msgid "'.' is an invalid file name."
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:56
|
||||
msgid "File name cannot be empty."
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:64
|
||||
msgid ""
|
||||
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
|
||||
"allowed."
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:78
|
||||
msgid "Your storage is full, files can not be updated or synced anymore!"
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:82
|
||||
msgid "Your storage is almost full ({usedSpacePercent}%)"
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:224
|
||||
msgid ""
|
||||
"Your download is being prepared. This might take some time if the files are "
|
||||
"big."
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:261
|
||||
msgid "Unable to upload your file as it is a directory or has 0 bytes"
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:261
|
||||
msgid "Upload Error"
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:272
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:311
|
||||
msgid "1 file uploading"
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:314 js/files.js:369 js/files.js:384
|
||||
msgid "{count} files uploading"
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:387 js/files.js:422
|
||||
msgid "Upload cancelled."
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:496
|
||||
msgid ""
|
||||
"File upload is in progress. Leaving the page now will cancel the upload."
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:569
|
||||
msgid "URL cannot be empty."
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:574
|
||||
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:948 templates/index.php:67
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:949 templates/index.php:78
|
||||
msgid "Size"
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:950 templates/index.php:80
|
||||
msgid "Modified"
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:969
|
||||
msgid "1 folder"
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:971
|
||||
msgid "{count} folders"
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:979
|
||||
msgid "1 file"
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:981
|
||||
msgid "{count} files"
|
||||
msgstr ""
|
||||
|
||||
#: lib/helper.php:11 templates/index.php:18
|
||||
msgid "Upload"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:5
|
||||
msgid "File handling"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:7
|
||||
msgid "Maximum upload size"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:10
|
||||
msgid "max. possible: "
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:15
|
||||
msgid "Needed for multi-file and folder downloads."
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:17
|
||||
msgid "Enable ZIP-download"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:20
|
||||
msgid "0 is unlimited"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:22
|
||||
msgid "Maximum input size for ZIP files"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:26
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:7
|
||||
msgid "New"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:10
|
||||
msgid "Text file"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:12
|
||||
msgid "Folder"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:14
|
||||
msgid "From link"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:40
|
||||
msgid "Deleted files"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:46
|
||||
msgid "Cancel upload"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:59
|
||||
msgid "Nothing in here. Upload something!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:73
|
||||
msgid "Download"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:85 templates/index.php:86
|
||||
msgid "Unshare"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:105
|
||||
msgid "Upload too large"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:107
|
||||
msgid ""
|
||||
"The files you are trying to upload exceed the maximum size for file uploads "
|
||||
"on this server."
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:112
|
||||
msgid "Files are being scanned, please wait."
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:115
|
||||
msgid "Current scanning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/upgrade.php:2
|
||||
msgid "Upgrading filesystem cache..."
|
||||
msgstr ""
|
||||
@ -0,0 +1,38 @@
|
||||
# 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-02-15 00:04+0100\n"
|
||||
"PO-Revision-Date: 2012-08-12 22:33+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: be\n"
|
||||
"Plural-Forms: nplurals=4; 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-personal.php:4 templates/settings.php:5
|
||||
msgid "Encryption"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings-personal.php:7
|
||||
msgid "File encryption is enabled."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings-personal.php:11
|
||||
msgid "The following file types will not be encrypted:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:7
|
||||
msgid "Exclude the following file types from encryption:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:12
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
@ -0,0 +1,120 @@
|
||||
# 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-02-15 00:04+0100\n"
|
||||
"PO-Revision-Date: 2012-08-12 22:34+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: be\n"
|
||||
"Plural-Forms: nplurals=4; 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:25 js/google.js:7 js/google.js:23
|
||||
msgid "Access granted"
|
||||
msgstr ""
|
||||
|
||||
#: js/dropbox.js:28 js/dropbox.js:74 js/dropbox.js:79 js/dropbox.js:86
|
||||
msgid "Error configuring Dropbox storage"
|
||||
msgstr ""
|
||||
|
||||
#: js/dropbox.js:34 js/dropbox.js:45 js/google.js:31 js/google.js:40
|
||||
msgid "Grant access"
|
||||
msgstr ""
|
||||
|
||||
#: js/dropbox.js:73 js/google.js:72
|
||||
msgid "Fill out all required fields"
|
||||
msgstr ""
|
||||
|
||||
#: js/dropbox.js:85
|
||||
msgid "Please provide a valid Dropbox app key and secret."
|
||||
msgstr ""
|
||||
|
||||
#: js/google.js:26 js/google.js:73 js/google.js:78
|
||||
msgid "Error configuring Google Drive storage"
|
||||
msgstr ""
|
||||
|
||||
#: lib/config.php:413
|
||||
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:414
|
||||
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 ""
|
||||
|
||||
#: templates/settings.php:3
|
||||
msgid "External Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:8 templates/settings.php:22
|
||||
msgid "Mount point"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:9
|
||||
msgid "Backend"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:10
|
||||
msgid "Configuration"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:11
|
||||
msgid "Options"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:12
|
||||
msgid "Applicable"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:27
|
||||
msgid "Add mount point"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:85
|
||||
msgid "None set"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:86
|
||||
msgid "All Users"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:87
|
||||
msgid "Groups"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:95
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:108 templates/settings.php:109
|
||||
#: templates/settings.php:144 templates/settings.php:145
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:124
|
||||
msgid "Enable User External Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:125
|
||||
msgid "Allow users to mount their own external storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:136
|
||||
msgid "SSL root certificates"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:153
|
||||
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-02-15 00:04+0100\n"
|
||||
"PO-Revision-Date: 2012-08-12 22:35+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: be\n"
|
||||
"Plural-Forms: nplurals=4; 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:9
|
||||
#, php-format
|
||||
msgid "%s shared the folder %s with you"
|
||||
msgstr ""
|
||||
|
||||
#: templates/public.php:11
|
||||
#, php-format
|
||||
msgid "%s shared the file %s with you"
|
||||
msgstr ""
|
||||
|
||||
#: templates/public.php:14 templates/public.php:30
|
||||
msgid "Download"
|
||||
msgstr ""
|
||||
|
||||
#: templates/public.php:29
|
||||
msgid "No preview available for"
|
||||
msgstr ""
|
||||
|
||||
#: templates/public.php:35
|
||||
msgid "web services under your control"
|
||||
msgstr ""
|
||||
@ -0,0 +1,68 @@
|
||||
# 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-02-15 00:05+0100\n"
|
||||
"PO-Revision-Date: 2013-01-31 16:03+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: be\n"
|
||||
"Plural-Forms: nplurals=4; 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:22
|
||||
#, php-format
|
||||
msgid "Couldn't delete %s permanently"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/undelete.php:41
|
||||
#, php-format
|
||||
msgid "Couldn't restore %s"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:7 js/trash.js:94
|
||||
msgid "perform restore operation"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:33
|
||||
msgid "delete file permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:125 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:126 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:135
|
||||
msgid "1 folder"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:137
|
||||
msgid "{count} folders"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:145
|
||||
msgid "1 file"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:147
|
||||
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 ""
|
||||
@ -0,0 +1,65 @@
|
||||
# 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-02-15 00:05+0100\n"
|
||||
"PO-Revision-Date: 2012-08-12 22:37+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: be\n"
|
||||
"Plural-Forms: nplurals=4; 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:68
|
||||
msgid "No old versions available"
|
||||
msgstr ""
|
||||
|
||||
#: history.php:73
|
||||
msgid "No path specified"
|
||||
msgstr ""
|
||||
|
||||
#: js/versions.js:16
|
||||
msgid "History"
|
||||
msgstr ""
|
||||
|
||||
#: templates/history.php:20
|
||||
msgid "Revert a file to a previous version by clicking on its revert button"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:3
|
||||
msgid "Files Versioning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:4
|
||||
msgid "Enable"
|
||||
msgstr ""
|
||||
@ -0,0 +1,253 @@
|
||||
# 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-02-15 00:05+0100\n"
|
||||
"PO-Revision-Date: 2012-07-27 22:23+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: be\n"
|
||||
"Plural-Forms: nplurals=4; 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:349
|
||||
msgid "Help"
|
||||
msgstr ""
|
||||
|
||||
#: app.php:362
|
||||
msgid "Personal"
|
||||
msgstr ""
|
||||
|
||||
#: app.php:373
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: app.php:385
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#: app.php:398
|
||||
msgid "Apps"
|
||||
msgstr ""
|
||||
|
||||
#: app.php:406
|
||||
msgid "Admin"
|
||||
msgstr ""
|
||||
|
||||
#: files.php:202
|
||||
msgid "ZIP download is turned off."
|
||||
msgstr ""
|
||||
|
||||
#: files.php:203
|
||||
msgid "Files need to be downloaded one by one."
|
||||
msgstr ""
|
||||
|
||||
#: files.php:204 files.php:231
|
||||
msgid "Back to Files"
|
||||
msgstr ""
|
||||
|
||||
#: files.php:228
|
||||
msgid "Selected files too large to generate zip file."
|
||||
msgstr ""
|
||||
|
||||
#: helper.php:228
|
||||
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:40
|
||||
msgid "Specify a data folder."
|
||||
msgstr ""
|
||||
|
||||
#: setup.php:53
|
||||
#, php-format
|
||||
msgid "%s enter the database username."
|
||||
msgstr ""
|
||||
|
||||
#: setup.php:56
|
||||
#, php-format
|
||||
msgid "%s enter the database name."
|
||||
msgstr ""
|
||||
|
||||
#: setup.php:59
|
||||
#, php-format
|
||||
msgid "%s you may not use dots in the database name"
|
||||
msgstr ""
|
||||
|
||||
#: setup.php:62
|
||||
#, php-format
|
||||
msgid "%s set the database host."
|
||||
msgstr ""
|
||||
|
||||
#: setup.php:126 setup.php:294 setup.php:339
|
||||
msgid "PostgreSQL username and/or password not valid"
|
||||
msgstr ""
|
||||
|
||||
#: setup.php:127 setup.php:150 setup.php:204
|
||||
msgid "You need to enter either an existing account or the administrator."
|
||||
msgstr ""
|
||||
|
||||
#: setup.php:149 setup.php:427 setup.php:494
|
||||
msgid "Oracle username and/or password not valid"
|
||||
msgstr ""
|
||||
|
||||
#: setup.php:203
|
||||
msgid "MySQL username and/or password not valid"
|
||||
msgstr ""
|
||||
|
||||
#: setup.php:257 setup.php:360 setup.php:369 setup.php:387 setup.php:397
|
||||
#: setup.php:406 setup.php:435 setup.php:501 setup.php:527 setup.php:534
|
||||
#: setup.php:545 setup.php:552 setup.php:561 setup.php:569 setup.php:578
|
||||
#: setup.php:584
|
||||
#, php-format
|
||||
msgid "DB Error: \"%s\""
|
||||
msgstr ""
|
||||
|
||||
#: setup.php:258 setup.php:361 setup.php:370 setup.php:388 setup.php:398
|
||||
#: setup.php:407 setup.php:436 setup.php:502 setup.php:528 setup.php:535
|
||||
#: setup.php:546 setup.php:562 setup.php:570 setup.php:579
|
||||
#, php-format
|
||||
msgid "Offending command was: \"%s\""
|
||||
msgstr ""
|
||||
|
||||
#: setup.php:273
|
||||
#, php-format
|
||||
msgid "MySQL user '%s'@'localhost' exists already."
|
||||
msgstr ""
|
||||
|
||||
#: setup.php:274
|
||||
msgid "Drop this user from MySQL"
|
||||
msgstr ""
|
||||
|
||||
#: setup.php:279
|
||||
#, php-format
|
||||
msgid "MySQL user '%s'@'%%' already exists"
|
||||
msgstr ""
|
||||
|
||||
#: setup.php:280
|
||||
msgid "Drop this user from MySQL."
|
||||
msgstr ""
|
||||
|
||||
#: setup.php:553 setup.php:585
|
||||
#, php-format
|
||||
msgid "Offending command was: \"%s\", name: %s, password: %s"
|
||||
msgstr ""
|
||||
|
||||
#: setup.php:649
|
||||
msgid ""
|
||||
"Your web server is not yet properly setup to allow files synchronization "
|
||||
"because the WebDAV interface seems to be broken."
|
||||
msgstr ""
|
||||
|
||||
#: setup.php:651
|
||||
#, 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 ""
|
||||
|
||||
#: updater.php:78
|
||||
#, php-format
|
||||
msgid "%s is available. Get <a href=\"%s\">more information</a>"
|
||||
msgstr ""
|
||||
|
||||
#: updater.php:81
|
||||
msgid "up to date"
|
||||
msgstr ""
|
||||
|
||||
#: updater.php:84
|
||||
msgid "updates check is disabled"
|
||||
msgstr ""
|
||||
|
||||
#: vcategories.php:188 vcategories.php:249
|
||||
#, php-format
|
||||
msgid "Could not find category \"%s\""
|
||||
msgstr ""
|
||||
@ -0,0 +1,309 @@
|
||||
# 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-02-15 00:05+0100\n"
|
||||
"PO-Revision-Date: 2012-08-12 22:45+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: be\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#: ajax/deleteConfiguration.php:34
|
||||
msgid "Failed to delete the server configuration"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/testConfiguration.php:35
|
||||
msgid "The configuration is valid and the connection could be established!"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/testConfiguration.php:37
|
||||
msgid ""
|
||||
"The configuration is valid, but the Bind failed. Please check the server "
|
||||
"settings and credentials."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/testConfiguration.php:40
|
||||
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:121
|
||||
msgid "Connection test succeeded"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:126
|
||||
msgid "Connection test failed"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:136
|
||||
msgid "Do you really want to delete the current Server Configuration?"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:137
|
||||
msgid "Confirm Deletion"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:8
|
||||
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:11
|
||||
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:15
|
||||
msgid "Server configuration"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:17
|
||||
msgid "Add Server Configuration"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:21
|
||||
msgid "Host"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:21
|
||||
msgid ""
|
||||
"You can omit the protocol, except you require SSL. Then start with ldaps://"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:22
|
||||
msgid "Base DN"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:22
|
||||
msgid "One Base DN per line"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:22
|
||||
msgid "You can specify Base DN for users and groups in the Advanced tab"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:23
|
||||
msgid "User DN"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:23
|
||||
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:24
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:24
|
||||
msgid "For anonymous access, leave DN and Password empty."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:25
|
||||
msgid "User Login Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:25
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Defines the filter to apply, when login is attempted. %%uid replaces the "
|
||||
"username in the login action."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:25
|
||||
#, php-format
|
||||
msgid "use %%uid placeholder, e.g. \"uid=%%uid\""
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:26
|
||||
msgid "User List Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:26
|
||||
msgid "Defines the filter to apply, when retrieving users."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:26
|
||||
msgid "without any placeholder, e.g. \"objectClass=person\"."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:27
|
||||
msgid "Group Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:27
|
||||
msgid "Defines the filter to apply, when retrieving groups."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:27
|
||||
msgid "without any placeholder, e.g. \"objectClass=posixGroup\"."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:31
|
||||
msgid "Connection Settings"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:33
|
||||
msgid "Configuration Active"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:33
|
||||
msgid "When unchecked, this configuration will be skipped."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:34
|
||||
msgid "Port"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:35
|
||||
msgid "Backup (Replica) Host"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:35
|
||||
msgid ""
|
||||
"Give an optional backup host. It must be a replica of the main LDAP/AD "
|
||||
"server."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:36
|
||||
msgid "Backup (Replica) Port"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:37
|
||||
msgid "Disable Main Server"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:37
|
||||
msgid "When switched on, ownCloud will only connect to the replica server."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:38
|
||||
msgid "Use TLS"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:38
|
||||
msgid "Do not use it additionally for LDAPS connections, it will fail."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:39
|
||||
msgid "Case insensitve LDAP server (Windows)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:40
|
||||
msgid "Turn off SSL certificate validation."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:40
|
||||
msgid ""
|
||||
"If connection only works with this option, import the LDAP server's SSL "
|
||||
"certificate in your ownCloud server."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:40
|
||||
msgid "Not recommended, use for testing only."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:41
|
||||
msgid "in seconds. A change empties the cache."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:43
|
||||
msgid "Directory Settings"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:45
|
||||
msgid "User Display Name Field"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:45
|
||||
msgid "The LDAP attribute to use to generate the user`s ownCloud name."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:46
|
||||
msgid "Base User Tree"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:46
|
||||
msgid "One User Base DN per line"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:47
|
||||
msgid "User Search Attributes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:47 templates/settings.php:50
|
||||
msgid "Optional; one attribute per line"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:48
|
||||
msgid "Group Display Name Field"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:48
|
||||
msgid "The LDAP attribute to use to generate the groups`s ownCloud name."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:49
|
||||
msgid "Base Group Tree"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:49
|
||||
msgid "One Group Base DN per line"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:50
|
||||
msgid "Group Search Attributes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:51
|
||||
msgid "Group-Member association"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:53
|
||||
msgid "Special Attributes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:56
|
||||
msgid "in bytes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:58
|
||||
msgid ""
|
||||
"Leave empty for user name (default). Otherwise, specify an LDAP/AD "
|
||||
"attribute."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:62
|
||||
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-02-15 00:05+0100\n"
|
||||
"PO-Revision-Date: 2012-11-09 09:06+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: be\n"
|
||||
"Plural-Forms: nplurals=4; 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