summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-01-13 00:08:40 +0100
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-01-13 00:08:40 +0100
commit981fd5e4249d6bda0f8a06d86055ede896cdc9da (patch)
tree6b1e39185d6753db130506206fcde20590fadf31
parenteddf9f964ad0835059d9f1ba782b913474830253 (diff)
downloadnextcloud-server-981fd5e4249d6bda0f8a06d86055ede896cdc9da.tar.gz
nextcloud-server-981fd5e4249d6bda0f8a06d86055ede896cdc9da.zip
[tx-robot] updated from transifex
-rw-r--r--apps/files/l10n/ru.php8
-rw-r--r--apps/user_webdavauth/l10n/fr.php3
-rw-r--r--core/l10n/fi_FI.php6
-rw-r--r--core/l10n/ru.php1
-rw-r--r--l10n/fi_FI/core.po20
-rw-r--r--l10n/fr/user_webdavauth.po9
-rw-r--r--l10n/ru/core.po9
-rw-r--r--l10n/ru/files.po23
-rw-r--r--l10n/ru/settings.po26
-rw-r--r--l10n/templates/core.pot2
-rw-r--r--l10n/templates/files.pot2
-rw-r--r--l10n/templates/files_encryption.pot2
-rw-r--r--l10n/templates/files_external.pot2
-rw-r--r--l10n/templates/files_sharing.pot2
-rw-r--r--l10n/templates/files_versions.pot2
-rw-r--r--l10n/templates/lib.pot2
-rw-r--r--l10n/templates/settings.pot2
-rw-r--r--l10n/templates/user_ldap.pot2
-rw-r--r--l10n/templates/user_webdavauth.pot2
-rw-r--r--settings/l10n/ru.php9
20 files changed, 81 insertions, 53 deletions
diff --git a/apps/files/l10n/ru.php b/apps/files/l10n/ru.php
index bbbeebc93d0..49ead61f67e 100644
--- a/apps/files/l10n/ru.php
+++ b/apps/files/l10n/ru.php
@@ -1,4 +1,7 @@
<?php $TRANSLATIONS = array(
+"Could not move %s - File with this name already exists" => "Невозможно переместить %s - файл с таким именем уже существует",
+"Could not move %s" => "Невозможно переместить %s",
+"Unable to rename file" => "Невозможно переименовать файл",
"No file was uploaded. Unknown error" => "Файл не был загружен. Неизвестная ошибка",
"There is no error, the file uploaded with success" => "Файл успешно загружен",
"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Файл превышает размер установленный upload_max_filesize в php.ini:",
@@ -7,6 +10,8 @@
"No file was uploaded" => "Файл не был загружен",
"Missing a temporary folder" => "Невозможно найти временную папку",
"Failed to write to disk" => "Ошибка записи на диск",
+"Not enough space available" => "Недостаточно свободного места",
+"Invalid directory." => "Неправильный каталог.",
"Files" => "Файлы",
"Unshare" => "Отменить публикацию",
"Delete" => "Удалить",
@@ -20,6 +25,8 @@
"replaced {new_name} with {old_name}" => "заменено {new_name} на {old_name}",
"unshared {files}" => "не опубликованные {files}",
"deleted {files}" => "удаленные {files}",
+"'.' is an invalid file name." => "'.' - неправильное имя файла.",
+"File name cannot be empty." => "Имя файла не может быть пустым.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Неправильное имя, '\\', '/', '<', '>', ':', '\"', '|', '?' и '*' недопустимы.",
"generating ZIP-file, it may take some time." => "создание ZIP-файла, это может занять некоторое время.",
"Unable to upload your file as it is a directory or has 0 bytes" => "Не удается загрузить файл размером 0 байт в каталог",
@@ -31,6 +38,7 @@
"Upload cancelled." => "Загрузка отменена.",
"File upload is in progress. Leaving the page now will cancel the upload." => "Файл в процессе загрузки. Покинув страницу вы прервёте загрузку.",
"URL cannot be empty." => "Ссылка не может быть пустой.",
+"Invalid folder name. Usage of 'Shared' is reserved by Owncloud" => "Неправильное имя каталога. Имя 'Shared' зарезервировано.",
"{count} files scanned" => "{count} файлов просканировано",
"error while scanning" => "ошибка во время санирования",
"Name" => "Название",
diff --git a/apps/user_webdavauth/l10n/fr.php b/apps/user_webdavauth/l10n/fr.php
index 339931c7cee..557a22e6c82 100644
--- a/apps/user_webdavauth/l10n/fr.php
+++ b/apps/user_webdavauth/l10n/fr.php
@@ -1,3 +1,4 @@
<?php $TRANSLATIONS = array(
-"URL: http://" => "URL : http://"
+"URL: http://" => "URL : http://",
+"ownCloud will send the user credentials to this URL is interpret http 401 and http 403 as credentials wrong and all other codes as credentials correct." => "ownCloud "
);
diff --git a/core/l10n/fi_FI.php b/core/l10n/fi_FI.php
index 2ee6e2937af..3d3bd93845f 100644
--- a/core/l10n/fi_FI.php
+++ b/core/l10n/fi_FI.php
@@ -1,4 +1,8 @@
<?php $TRANSLATIONS = array(
+"User %s shared a file with you" => "Käyttäjä %s jakoi tiedoston kanssasi",
+"User %s shared a folder with you" => "Käyttäjä %s jakoi kansion kanssasi",
+"User %s shared the file \"%s\" with you. It is available for download here: %s" => "Käyttäjä %s jakoi tiedoston \"%s\" kanssasi. Se on ladattavissa täältä: %s",
+"User %s shared the folder \"%s\" with you. It is available for download here: %s" => "Käyttäjä %s jakoi kansion \"%s\" kanssasi. Se on ladattavissa täältä: %s",
"No category to add?" => "Ei lisättävää luokkaa?",
"This category already exists: " => "Tämä luokka on jo olemassa: ",
"No categories selected for deletion." => "Luokkia ei valittu poistettavaksi.",
@@ -52,6 +56,7 @@
"ownCloud password reset" => "ownCloud-salasanan nollaus",
"Use the following link to reset your password: {link}" => "Voit palauttaa salasanasi seuraavassa osoitteessa: {link}",
"You will receive a link to reset your password via Email." => "Saat sähköpostitse linkin nollataksesi salasanan.",
+"Reset email send." => "Salasanan nollausviesti lähetetty.",
"Request failed!" => "Pyyntö epäonnistui!",
"Username" => "Käyttäjätunnus",
"Request reset" => "Tilaus lähetetty",
@@ -110,6 +115,7 @@
"Log in" => "Kirjaudu sisään",
"prev" => "edellinen",
"next" => "seuraava",
+"Updating ownCloud to version %s, this may take a while." => "Päivitetään ownCloud versioon %s, tämä saattaa kestää hetken.",
"Security Warning!" => "Turvallisuusvaroitus!",
"Please verify your password. <br/>For security reasons you may be occasionally asked to enter your password again." => "Vahvista salasanasi. <br/>Turvallisuussyistä sinulta saatetaan ajoittain kysyä salasanasi uudelleen.",
"Verify" => "Vahvista"
diff --git a/core/l10n/ru.php b/core/l10n/ru.php
index cfa087aaa29..9a72986aea4 100644
--- a/core/l10n/ru.php
+++ b/core/l10n/ru.php
@@ -127,6 +127,7 @@
"Log in" => "Войти",
"prev" => "пред",
"next" => "след",
+"Updating ownCloud to version %s, this may take a while." => "Производится обновление ownCloud до версии %s. Это может занять некоторое время.",
"Security Warning!" => "Предупреждение безопасности!",
"Please verify your password. <br/>For security reasons you may be occasionally asked to enter your password again." => "Пожалуйста, проверьте свой ​​пароль. <br/>По соображениям безопасности, Вам иногда придется вводить свой пароль снова.",
"Verify" => "Подтвердить"
diff --git a/l10n/fi_FI/core.po b/l10n/fi_FI/core.po
index 8eaf63b0f07..cdcdcda1522 100644
--- a/l10n/fi_FI/core.po
+++ b/l10n/fi_FI/core.po
@@ -5,7 +5,7 @@
# Translators:
# <ari.takalo@iki.fi>, 2012.
# Jesse Jaara <jesse.jaara@gmail.com>, 2012.
-# Jiri Grönroos <jiri.gronroos@iki.fi>, 2012.
+# Jiri Grönroos <jiri.gronroos@iki.fi>, 2012-2013.
# Johannes Korpela <>, 2012.
# Pekka Sutela <pekka.sutela@gmail.com>, 2012.
# <tehoratopato@gmail.com>, 2012.
@@ -14,9 +14,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-12 00:09+0100\n"
-"PO-Revision-Date: 2013-01-11 23:09+0000\n"
-"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
+"POT-Creation-Date: 2013-01-13 00:08+0100\n"
+"PO-Revision-Date: 2013-01-12 16:33+0000\n"
+"Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\n"
"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -27,26 +27,26 @@ msgstr ""
#: ajax/share.php:84
#, php-format
msgid "User %s shared a file with you"
-msgstr ""
+msgstr "Käyttäjä %s jakoi tiedoston kanssasi"
#: ajax/share.php:86
#, php-format
msgid "User %s shared a folder with you"
-msgstr ""
+msgstr "Käyttäjä %s jakoi kansion kanssasi"
#: ajax/share.php:88
#, php-format
msgid ""
"User %s shared the file \"%s\" with you. It is available for download here: "
"%s"
-msgstr ""
+msgstr "Käyttäjä %s jakoi tiedoston \"%s\" kanssasi. Se on ladattavissa täältä: %s"
#: ajax/share.php:90
#, php-format
msgid ""
"User %s shared the folder \"%s\" with you. It is available for download "
"here: %s"
-msgstr ""
+msgstr "Käyttäjä %s jakoi kansion \"%s\" kanssasi. Se on ladattavissa täältä: %s"
#: ajax/vcategories/add.php:26 ajax/vcategories/edit.php:25
msgid "Category type not provided."
@@ -312,7 +312,7 @@ msgstr "Saat sähköpostitse linkin nollataksesi salasanan."
#: lostpassword/templates/lostpassword.php:5
msgid "Reset email send."
-msgstr ""
+msgstr "Salasanan nollausviesti lähetetty."
#: lostpassword/templates/lostpassword.php:8
msgid "Request failed!"
@@ -570,7 +570,7 @@ msgstr "seuraava"
#: templates/update.php:3
#, php-format
msgid "Updating ownCloud to version %s, this may take a while."
-msgstr ""
+msgstr "Päivitetään ownCloud versioon %s, tämä saattaa kestää hetken."
#: templates/verify.php:5
msgid "Security Warning!"
diff --git a/l10n/fr/user_webdavauth.po b/l10n/fr/user_webdavauth.po
index 1baa75ab8b0..d99b5eb69dc 100644
--- a/l10n/fr/user_webdavauth.po
+++ b/l10n/fr/user_webdavauth.po
@@ -4,6 +4,7 @@
#
# Translators:
# Christophe Lherieau <skimpax@gmail.com>, 2013.
+# <mishka.lazzlo@gmail.com>, 2013.
# <nicolas@shivaserv.fr>, 2012.
# Robert Di Rosa <>, 2012.
# Romain DEP. <rom1dep@gmail.com>, 2012-2013.
@@ -11,9 +12,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-11 00:05+0100\n"
-"PO-Revision-Date: 2013-01-09 23:41+0000\n"
-"Last-Translator: Romain DEP. <rom1dep@gmail.com>\n"
+"POT-Creation-Date: 2013-01-13 00:08+0100\n"
+"PO-Revision-Date: 2013-01-12 17:09+0000\n"
+"Last-Translator: mishka <mishka.lazzlo@gmail.com>\n"
"Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -30,4 +31,4 @@ msgid ""
"ownCloud will send the user credentials to this URL is interpret http 401 "
"and http 403 as credentials wrong and all other codes as credentials "
"correct."
-msgstr ""
+msgstr "ownCloud "
diff --git a/l10n/ru/core.po b/l10n/ru/core.po
index fd38136973c..00951912304 100644
--- a/l10n/ru/core.po
+++ b/l10n/ru/core.po
@@ -8,6 +8,7 @@
# <k0ldbl00d@gmail.com>, 2012.
# Mihail Vasiliev <mickvav@gmail.com>, 2012.
# <semen@sam002.net>, 2012.
+# <sharov3@gmail.com>, 2013.
# <skoptev@ukr.net>, 2012.
# <tony.mccourin@gmail.com>, 2011.
# Victor Bravo <>, 2012.
@@ -16,9 +17,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-12 00:09+0100\n"
-"PO-Revision-Date: 2013-01-11 23:09+0000\n"
-"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
+"POT-Creation-Date: 2013-01-13 00:08+0100\n"
+"PO-Revision-Date: 2013-01-12 11:49+0000\n"
+"Last-Translator: adol <sharov3@gmail.com>\n"
"Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -572,7 +573,7 @@ msgstr "след"
#: templates/update.php:3
#, php-format
msgid "Updating ownCloud to version %s, this may take a while."
-msgstr ""
+msgstr "Производится обновление ownCloud до версии %s. Это может занять некоторое время."
#: templates/verify.php:5
msgid "Security Warning!"
diff --git a/l10n/ru/files.po b/l10n/ru/files.po
index 05c00236195..aaa96b72d90 100644
--- a/l10n/ru/files.po
+++ b/l10n/ru/files.po
@@ -9,6 +9,7 @@
# <mpolr21@gmail.com>, 2012.
# Nick Remeslennikov <homolibere@gmail.com>, 2012.
# <semen@sam002.net>, 2012.
+# <sharov3@gmail.com>, 2013.
# <skoptev@ukr.net>, 2012.
# <tony.mccourin@gmail.com>, 2011.
# Victor Bravo <>, 2012.
@@ -17,9 +18,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-10 00:04+0100\n"
-"PO-Revision-Date: 2013-01-09 23:04+0000\n"
-"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
+"POT-Creation-Date: 2013-01-13 00:08+0100\n"
+"PO-Revision-Date: 2013-01-12 11:53+0000\n"
+"Last-Translator: adol <sharov3@gmail.com>\n"
"Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -30,16 +31,16 @@ msgstr ""
#: ajax/move.php:17
#, php-format
msgid "Could not move %s - File with this name already exists"
-msgstr ""
+msgstr "Невозможно переместить %s - файл с таким именем уже существует"
#: ajax/move.php:24
#, php-format
msgid "Could not move %s"
-msgstr ""
+msgstr "Невозможно переместить %s"
#: ajax/rename.php:19
msgid "Unable to rename file"
-msgstr ""
+msgstr "Невозможно переименовать файл"
#: ajax/upload.php:14
msgid "No file was uploaded. Unknown error"
@@ -78,11 +79,11 @@ msgstr "Ошибка записи на диск"
#: ajax/upload.php:45
msgid "Not enough space available"
-msgstr ""
+msgstr "Недостаточно свободного места"
#: ajax/upload.php:69
msgid "Invalid directory."
-msgstr ""
+msgstr "Неправильный каталог."
#: appinfo/app.php:10
msgid "Files"
@@ -138,11 +139,11 @@ msgstr "удаленные {files}"
#: js/files.js:31
msgid "'.' is an invalid file name."
-msgstr ""
+msgstr "'.' - неправильное имя файла."
#: js/files.js:36
msgid "File name cannot be empty."
-msgstr ""
+msgstr "Имя файла не может быть пустым."
#: js/files.js:45
msgid ""
@@ -193,7 +194,7 @@ msgstr "Ссылка не может быть пустой."
#: js/files.js:543
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
-msgstr ""
+msgstr "Неправильное имя каталога. Имя 'Shared' зарезервировано."
#: js/files.js:727
msgid "{count} files scanned"
diff --git a/l10n/ru/settings.po b/l10n/ru/settings.po
index d5aa2b6e27e..e3155d76a8a 100644
--- a/l10n/ru/settings.po
+++ b/l10n/ru/settings.po
@@ -10,7 +10,7 @@
# Nick Remeslennikov <homolibere@gmail.com>, 2012.
# <rasperepodvipodvert@gmail.com>, 2012.
# <semen@sam002.net>, 2012.
-# <sharov3@gmail.com>, 2012.
+# <sharov3@gmail.com>, 2012-2013.
# <skoptev@ukr.net>, 2012.
# <tony.mccourin@gmail.com>, 2011.
# Victor Bravo <>, 2012.
@@ -19,9 +19,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-12 00:09+0100\n"
-"PO-Revision-Date: 2013-01-11 23:09+0000\n"
-"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
+"POT-Creation-Date: 2013-01-13 00:08+0100\n"
+"PO-Revision-Date: 2013-01-12 11:55+0000\n"
+"Last-Translator: adol <sharov3@gmail.com>\n"
"Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -125,15 +125,15 @@ msgstr "<span class=\"licence\"></span> лицензия. Автор <span class
#: templates/help.php:3
msgid "User Documentation"
-msgstr ""
+msgstr "Пользовательская документация"
#: templates/help.php:4
msgid "Administrator Documentation"
-msgstr ""
+msgstr "Документация администратора"
#: templates/help.php:6
msgid "Online Documentation"
-msgstr ""
+msgstr "Online документация"
#: templates/help.php:7
msgid "Forum"
@@ -141,11 +141,11 @@ msgstr "Форум"
#: templates/help.php:9
msgid "Bugtracker"
-msgstr ""
+msgstr "Bugtracker"
#: templates/help.php:11
msgid "Commercial Support"
-msgstr ""
+msgstr "Коммерческая поддержка"
#: templates/personal.php:8
#, php-format
@@ -252,11 +252,11 @@ msgstr "Создать"
#: templates/users.php:35
msgid "Default Storage"
-msgstr ""
+msgstr "Хранилище по-умолчанию"
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
-msgstr ""
+msgstr "Неограниченно"
#: templates/users.php:60 templates/users.php:153
msgid "Other"
@@ -268,11 +268,11 @@ msgstr "Группа Администраторы"
#: templates/users.php:87
msgid "Storage"
-msgstr ""
+msgstr "Хранилище"
#: templates/users.php:133
msgid "Default"
-msgstr ""
+msgstr "По-умолчанию"
#: templates/users.php:161
msgid "Delete"
diff --git a/l10n/templates/core.pot b/l10n/templates/core.pot
index 1ef6d946e72..bcfae1c2e7d 100644
--- a/l10n/templates/core.pot
+++ b/l10n/templates/core.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-01-12 00:09+0100\n"
+"POT-Creation-Date: 2013-01-13 00:08+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/l10n/templates/files.pot b/l10n/templates/files.pot
index 2832b50c98e..b9ec121d8a9 100644
--- a/l10n/templates/files.pot
+++ b/l10n/templates/files.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-01-12 00:09+0100\n"
+"POT-Creation-Date: 2013-01-13 00:08+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/l10n/templates/files_encryption.pot b/l10n/templates/files_encryption.pot
index 2d1708de33b..6e7ce1bda14 100644
--- a/l10n/templates/files_encryption.pot
+++ b/l10n/templates/files_encryption.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-01-12 00:09+0100\n"
+"POT-Creation-Date: 2013-01-13 00:08+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/l10n/templates/files_external.pot b/l10n/templates/files_external.pot
index ffaed686bcc..62421c6ed24 100644
--- a/l10n/templates/files_external.pot
+++ b/l10n/templates/files_external.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-01-12 00:09+0100\n"
+"POT-Creation-Date: 2013-01-13 00:08+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/l10n/templates/files_sharing.pot b/l10n/templates/files_sharing.pot
index a40aa0fe36a..1258558a3ad 100644
--- a/l10n/templates/files_sharing.pot
+++ b/l10n/templates/files_sharing.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-01-12 00:09+0100\n"
+"POT-Creation-Date: 2013-01-13 00:08+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/l10n/templates/files_versions.pot b/l10n/templates/files_versions.pot
index 85474ae4f04..2cccb7c226f 100644
--- a/l10n/templates/files_versions.pot
+++ b/l10n/templates/files_versions.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-01-12 00:09+0100\n"
+"POT-Creation-Date: 2013-01-13 00:08+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/l10n/templates/lib.pot b/l10n/templates/lib.pot
index 6f495c1c3b0..7e90b490af3 100644
--- a/l10n/templates/lib.pot
+++ b/l10n/templates/lib.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-01-12 00:09+0100\n"
+"POT-Creation-Date: 2013-01-13 00:08+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/l10n/templates/settings.pot b/l10n/templates/settings.pot
index abcd213f958..bb878a828fb 100644
--- a/l10n/templates/settings.pot
+++ b/l10n/templates/settings.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-01-12 00:09+0100\n"
+"POT-Creation-Date: 2013-01-13 00:08+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/l10n/templates/user_ldap.pot b/l10n/templates/user_ldap.pot
index 57877141a7a..3627dd5e4e7 100644
--- a/l10n/templates/user_ldap.pot
+++ b/l10n/templates/user_ldap.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-01-12 00:09+0100\n"
+"POT-Creation-Date: 2013-01-13 00:08+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/l10n/templates/user_webdavauth.pot b/l10n/templates/user_webdavauth.pot
index 8c4cd20b346..c1f46cf8645 100644
--- a/l10n/templates/user_webdavauth.pot
+++ b/l10n/templates/user_webdavauth.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-01-12 00:09+0100\n"
+"POT-Creation-Date: 2013-01-13 00:08+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/settings/l10n/ru.php b/settings/l10n/ru.php
index d26d98912c8..5c05f32636a 100644
--- a/settings/l10n/ru.php
+++ b/settings/l10n/ru.php
@@ -22,7 +22,12 @@
"Select an App" => "Выберите приложение",
"See application page at apps.owncloud.com" => "Смотрите дополнения на apps.owncloud.com",
"<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span> лицензия. Автор <span class=\"author\"></span>",
+"User Documentation" => "Пользовательская документация",
+"Administrator Documentation" => "Документация администратора",
+"Online Documentation" => "Online документация",
"Forum" => "Форум",
+"Bugtracker" => "Bugtracker",
+"Commercial Support" => "Коммерческая поддержка",
"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Вы использовали <strong>%s</strong> из доступных <strong>%s</strong>",
"Clients" => "Клиенты",
"Download Desktop Clients" => "Загрузка приложений для компьютера",
@@ -47,7 +52,11 @@
"Name" => "Имя",
"Groups" => "Группы",
"Create" => "Создать",
+"Default Storage" => "Хранилище по-умолчанию",
+"Unlimited" => "Неограниченно",
"Other" => "Другое",
"Group Admin" => "Группа Администраторы",
+"Storage" => "Хранилище",
+"Default" => "По-умолчанию",
"Delete" => "Удалить"
);