[tx-robot] updated from transifex

This commit is contained in:
Jenkins for ownCloud 2014-01-06 01:55:59 -05:00
parent ce3df44699
commit 0e843b9d7d
32 changed files with 214 additions and 164 deletions

View File

@ -2,6 +2,7 @@
$TRANSLATIONS = array( $TRANSLATIONS = array(
"_%n folder_::_%n folders_" => array("","","",""), "_%n folder_::_%n folders_" => array("","","",""),
"_%n file_::_%n files_" => array("","","",""), "_%n file_::_%n files_" => array("","","",""),
"_Uploading %n file_::_Uploading %n files_" => array("","","","") "_Uploading %n file_::_Uploading %n files_" => array("","","",""),
"Error" => "Памылка"
); );
$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);"; $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);";

View File

@ -66,7 +66,7 @@ $TRANSLATIONS = array(
"Invalid folder name. Usage of 'Shared' is reserved." => "Geçersiz dizin adı. 'Shared' ismi ayrılmıştır.", "Invalid folder name. Usage of 'Shared' is reserved." => "Geçersiz dizin adı. 'Shared' ismi ayrılmıştır.",
"%s could not be renamed" => "%s yeniden adlandırılamadı", "%s could not be renamed" => "%s yeniden adlandırılamadı",
"Upload" => "Yükle", "Upload" => "Yükle",
"File handling" => "Dosya taşıma", "File handling" => "Dosya işlemleri",
"Maximum upload size" => "Maksimum yükleme boyutu", "Maximum upload size" => "Maksimum yükleme boyutu",
"max. possible: " => "mümkün olan en fazla: ", "max. possible: " => "mümkün olan en fazla: ",
"Needed for multi-file and folder downloads." => "Çoklu dosya ve dizin indirmesi için gerekli.", "Needed for multi-file and folder downloads." => "Çoklu dosya ve dizin indirmesi için gerekli.",

View File

@ -1,6 +1,5 @@
<?php <?php
$TRANSLATIONS = array( $TRANSLATIONS = array(
"_%n folder_::_%n folders_" => array("","","",""), "Error" => "Памылка"
"_%n file_::_%n files_" => array("","","","")
); );
$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);"; $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);";

View File

@ -1,5 +1,6 @@
<?php <?php
$TRANSLATIONS = array( $TRANSLATIONS = array(
"Error" => "Памылка",
"_%s group found_::_%s groups found_" => array("","","",""), "_%s group found_::_%s groups found_" => array("","","",""),
"_%s user found_::_%s users found_" => array("","","","") "_%s user found_::_%s users found_" => array("","","","")
); );

View File

@ -1,10 +1,43 @@
<?php <?php
$TRANSLATIONS = array( $TRANSLATIONS = array(
"Sunday" => "Нядзеля",
"Monday" => "Панядзелак",
"Tuesday" => "Аўторак",
"Wednesday" => "Серада",
"Thursday" => "Чацвер",
"Friday" => "Пятніца",
"Saturday" => "Субота",
"January" => "Студзень",
"February" => "Люты",
"March" => "Сакавік",
"April" => "Красавік",
"May" => "Май",
"June" => "Чэрвень",
"July" => "Ліпень",
"August" => "Жнівень",
"September" => "Верасень",
"October" => "Кастрычнік",
"November" => "Лістапад",
"December" => "Снежань",
"Settings" => "Налады",
"seconds ago" => "Секунд таму",
"_%n minute ago_::_%n minutes ago_" => array("","","",""), "_%n minute ago_::_%n minutes ago_" => array("","","",""),
"_%n hour ago_::_%n hours ago_" => array("","","",""), "_%n hour ago_::_%n hours ago_" => array("","","",""),
"today" => "Сёння",
"yesterday" => "Ўчора",
"_%n day ago_::_%n days ago_" => array("","","",""), "_%n day ago_::_%n days ago_" => array("","","",""),
"last month" => "У мінулым месяцы",
"_%n month ago_::_%n months ago_" => array("","","",""), "_%n month ago_::_%n months ago_" => array("","","",""),
"months ago" => "Месяцаў таму",
"last year" => "У мінулым годзе",
"years ago" => "Гадоў таму",
"Choose" => "Выбар",
"Yes" => "Так",
"No" => "Не",
"Ok" => "Добра",
"_{count} file conflict_::_{count} file conflicts_" => array("","","",""), "_{count} file conflict_::_{count} file conflicts_" => array("","","",""),
"Error" => "Памылка",
"The object type is not specified." => "Тып аб'екта не ўдакладняецца.",
"Advanced" => "Дасведчаны", "Advanced" => "Дасведчаны",
"Finish setup" => "Завяршыць ўстаноўку." "Finish setup" => "Завяршыць ўстаноўку."
); );

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Translators: # Translators:
# VladVaranetski <vlad.voronecky@gmail.com>, 2014
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-12-07 22:26-0500\n" "POT-Creation-Date: 2014-01-06 01:55-0500\n"
"PO-Revision-Date: 2013-12-08 03:26+0000\n" "PO-Revision-Date: 2014-01-05 17:20+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: VladVaranetski <vlad.voronecky@gmail.com>\n"
"Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n" "Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -74,89 +75,89 @@ msgstr ""
#: js/config.php:32 #: js/config.php:32
msgid "Sunday" msgid "Sunday"
msgstr "" msgstr "Нядзеля"
#: js/config.php:33 #: js/config.php:33
msgid "Monday" msgid "Monday"
msgstr "" msgstr "Панядзелак"
#: js/config.php:34 #: js/config.php:34
msgid "Tuesday" msgid "Tuesday"
msgstr "" msgstr "Аўторак"
#: js/config.php:35 #: js/config.php:35
msgid "Wednesday" msgid "Wednesday"
msgstr "" msgstr "Серада"
#: js/config.php:36 #: js/config.php:36
msgid "Thursday" msgid "Thursday"
msgstr "" msgstr "Чацвер"
#: js/config.php:37 #: js/config.php:37
msgid "Friday" msgid "Friday"
msgstr "" msgstr "Пятніца"
#: js/config.php:38 #: js/config.php:38
msgid "Saturday" msgid "Saturday"
msgstr "" msgstr "Субота"
#: js/config.php:43 #: js/config.php:43
msgid "January" msgid "January"
msgstr "" msgstr "Студзень"
#: js/config.php:44 #: js/config.php:44
msgid "February" msgid "February"
msgstr "" msgstr "Люты"
#: js/config.php:45 #: js/config.php:45
msgid "March" msgid "March"
msgstr "" msgstr "Сакавік"
#: js/config.php:46 #: js/config.php:46
msgid "April" msgid "April"
msgstr "" msgstr "Красавік"
#: js/config.php:47 #: js/config.php:47
msgid "May" msgid "May"
msgstr "" msgstr "Май"
#: js/config.php:48 #: js/config.php:48
msgid "June" msgid "June"
msgstr "" msgstr "Чэрвень"
#: js/config.php:49 #: js/config.php:49
msgid "July" msgid "July"
msgstr "" msgstr "Ліпень"
#: js/config.php:50 #: js/config.php:50
msgid "August" msgid "August"
msgstr "" msgstr "Жнівень"
#: js/config.php:51 #: js/config.php:51
msgid "September" msgid "September"
msgstr "" msgstr "Верасень"
#: js/config.php:52 #: js/config.php:52
msgid "October" msgid "October"
msgstr "" msgstr "Кастрычнік"
#: js/config.php:53 #: js/config.php:53
msgid "November" msgid "November"
msgstr "" msgstr "Лістапад"
#: js/config.php:54 #: js/config.php:54
msgid "December" msgid "December"
msgstr "" msgstr "Снежань"
#: js/js.js:387 #: js/js.js:398
msgid "Settings" msgid "Settings"
msgstr "" msgstr "Налады"
#: js/js.js:858 #: js/js.js:872
msgid "seconds ago" msgid "seconds ago"
msgstr "" msgstr "Секунд таму"
#: js/js.js:859 #: js/js.js:873
msgid "%n minute ago" msgid "%n minute ago"
msgid_plural "%n minutes ago" msgid_plural "%n minutes ago"
msgstr[0] "" msgstr[0] ""
@ -164,7 +165,7 @@ msgstr[1] ""
msgstr[2] "" msgstr[2] ""
msgstr[3] "" msgstr[3] ""
#: js/js.js:860 #: js/js.js:874
msgid "%n hour ago" msgid "%n hour ago"
msgid_plural "%n hours ago" msgid_plural "%n hours ago"
msgstr[0] "" msgstr[0] ""
@ -172,15 +173,15 @@ msgstr[1] ""
msgstr[2] "" msgstr[2] ""
msgstr[3] "" msgstr[3] ""
#: js/js.js:861 #: js/js.js:875
msgid "today" msgid "today"
msgstr "" msgstr "Сёння"
#: js/js.js:862 #: js/js.js:876
msgid "yesterday" msgid "yesterday"
msgstr "" msgstr "Ўчора"
#: js/js.js:863 #: js/js.js:877
msgid "%n day ago" msgid "%n day ago"
msgid_plural "%n days ago" msgid_plural "%n days ago"
msgstr[0] "" msgstr[0] ""
@ -188,11 +189,11 @@ msgstr[1] ""
msgstr[2] "" msgstr[2] ""
msgstr[3] "" msgstr[3] ""
#: js/js.js:864 #: js/js.js:878
msgid "last month" msgid "last month"
msgstr "" msgstr "У мінулым месяцы"
#: js/js.js:865 #: js/js.js:879
msgid "%n month ago" msgid "%n month ago"
msgid_plural "%n months ago" msgid_plural "%n months ago"
msgstr[0] "" msgstr[0] ""
@ -200,21 +201,21 @@ msgstr[1] ""
msgstr[2] "" msgstr[2] ""
msgstr[3] "" msgstr[3] ""
#: js/js.js:866 #: js/js.js:880
msgid "months ago" msgid "months ago"
msgstr "" msgstr "Месяцаў таму"
#: js/js.js:867 #: js/js.js:881
msgid "last year" msgid "last year"
msgstr "" msgstr "У мінулым годзе"
#: js/js.js:868 #: js/js.js:882
msgid "years ago" msgid "years ago"
msgstr "" msgstr "Гадоў таму"
#: js/oc-dialogs.js:123 #: js/oc-dialogs.js:123
msgid "Choose" msgid "Choose"
msgstr "" msgstr "Выбар"
#: js/oc-dialogs.js:146 #: js/oc-dialogs.js:146
msgid "Error loading file picker template: {error}" msgid "Error loading file picker template: {error}"
@ -222,15 +223,15 @@ msgstr ""
#: js/oc-dialogs.js:172 #: js/oc-dialogs.js:172
msgid "Yes" msgid "Yes"
msgstr "" msgstr "Так"
#: js/oc-dialogs.js:182 #: js/oc-dialogs.js:182
msgid "No" msgid "No"
msgstr "" msgstr "Не"
#: js/oc-dialogs.js:199 #: js/oc-dialogs.js:199
msgid "Ok" msgid "Ok"
msgstr "" msgstr "Добра"
#: js/oc-dialogs.js:219 #: js/oc-dialogs.js:219
msgid "Error loading message template: {error}" msgid "Error loading message template: {error}"
@ -289,7 +290,7 @@ msgstr ""
#: js/share.js:158 js/share.js:171 js/share.js:178 js/share.js:707 #: js/share.js:158 js/share.js:171 js/share.js:178 js/share.js:707
#: js/share.js:719 templates/installation.php:10 #: js/share.js:719 templates/installation.php:10
msgid "Error" msgid "Error"
msgstr "" msgstr "Памылка"
#: js/share.js:160 js/share.js:747 #: js/share.js:160 js/share.js:747
msgid "Error while sharing" msgid "Error while sharing"
@ -425,7 +426,7 @@ msgstr ""
#: js/tags.js:4 #: js/tags.js:4
msgid "The object type is not specified." msgid "The object type is not specified."
msgstr "" msgstr "Тып аб'екта не ўдакладняецца."
#: js/tags.js:13 #: js/tags.js:13
msgid "Enter new" msgid "Enter new"

View File

@ -7,9 +7,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-12-19 01:55-0500\n" "POT-Creation-Date: 2014-01-06 01:55-0500\n"
"PO-Revision-Date: 2013-12-19 06:55+0000\n" "PO-Revision-Date: 2014-01-05 17:20+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot\n"
"Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n" "Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -289,7 +289,7 @@ msgstr ""
#: js/files.js:558 js/files.js:596 #: js/files.js:558 js/files.js:596
msgid "Error" msgid "Error"
msgstr "" msgstr "Памылка"
#: js/files.js:613 templates/index.php:56 #: js/files.js:613 templates/index.php:56
msgid "Name" msgid "Name"

View File

@ -6,10 +6,10 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-10-10 22:26-0400\n" "POT-Creation-Date: 2014-01-06 01:55-0500\n"
"PO-Revision-Date: 2013-10-11 02:27+0000\n" "PO-Revision-Date: 2014-01-05 17:20+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot\n"
"Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n" "Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -17,44 +17,44 @@ msgstr ""
"Language: be\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" "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:42 #: ajax/delete.php:63
#, php-format #, php-format
msgid "Couldn't delete %s permanently" msgid "Couldn't delete %s permanently"
msgstr "" msgstr ""
#: ajax/undelete.php:42 #: ajax/undelete.php:43
#, php-format #, php-format
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "" msgstr ""
#: js/trash.js:18 js/trash.js:44 js/trash.js:121 js/trash.js:149 #: js/trash.js:18 js/trash.js:45 js/trash.js:88 js/trash.js:142
msgid "Error" msgid "Error"
msgstr "" msgstr "Памылка"
#: lib/trashbin.php:814 lib/trashbin.php:816 #: lib/trashbin.php:905 lib/trashbin.php:907
msgid "restored" msgid "restored"
msgstr "" msgstr ""
#: templates/index.php:9 #: templates/index.php:7
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
msgstr "" msgstr ""
#: templates/index.php:23 #: templates/index.php:20
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#: templates/index.php:26 templates/index.php:28 #: templates/index.php:23 templates/index.php:25
msgid "Restore" msgid "Restore"
msgstr "" msgstr ""
#: templates/index.php:34 #: templates/index.php:31
msgid "Deleted" msgid "Deleted"
msgstr "" msgstr ""
#: templates/index.php:37 templates/index.php:38 #: templates/index.php:34 templates/index.php:35
msgid "Delete" msgid "Delete"
msgstr "" msgstr ""
#: templates/part.breadcrumb.php:9 #: templates/part.breadcrumb.php:8
msgid "Deleted Files" msgid "Deleted Files"
msgstr "" msgstr ""

View File

@ -7,9 +7,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-12-17 06:45-0500\n" "POT-Creation-Date: 2014-01-06 01:55-0500\n"
"PO-Revision-Date: 2013-12-17 11:45+0000\n" "PO-Revision-Date: 2014-01-05 17:20+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot\n"
"Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n" "Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -17,38 +17,38 @@ msgstr ""
"Language: be\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" "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"
#: private/app.php:243 #: private/app.php:245
#, php-format #, php-format
msgid "" msgid ""
"App \"%s\" can't be installed because it is not compatible with this version" "App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud." " of ownCloud."
msgstr "" msgstr ""
#: private/app.php:255 #: private/app.php:257
msgid "No app name specified" msgid "No app name specified"
msgstr "" msgstr ""
#: private/app.php:360 #: private/app.php:362
msgid "Help" msgid "Help"
msgstr "" msgstr ""
#: private/app.php:373 #: private/app.php:375
msgid "Personal" msgid "Personal"
msgstr "" msgstr ""
#: private/app.php:384 #: private/app.php:386
msgid "Settings" msgid "Settings"
msgstr "" msgstr "Налады"
#: private/app.php:396 #: private/app.php:398
msgid "Users" msgid "Users"
msgstr "" msgstr ""
#: private/app.php:409 #: private/app.php:411
msgid "Admin" msgid "Admin"
msgstr "" msgstr ""
#: private/app.php:873 #: private/app.php:875
#, php-format #, php-format
msgid "Failed to upgrade \"%s\"." msgid "Failed to upgrade \"%s\"."
msgstr "" msgstr ""
@ -286,7 +286,7 @@ msgstr ""
#: private/template/functions.php:130 #: private/template/functions.php:130
msgid "seconds ago" msgid "seconds ago"
msgstr "" msgstr "Секунд таму"
#: private/template/functions.php:131 #: private/template/functions.php:131
msgid "%n minute ago" msgid "%n minute ago"
@ -306,11 +306,11 @@ msgstr[3] ""
#: private/template/functions.php:133 #: private/template/functions.php:133
msgid "today" msgid "today"
msgstr "" msgstr "Сёння"
#: private/template/functions.php:134 #: private/template/functions.php:134
msgid "yesterday" msgid "yesterday"
msgstr "" msgstr "Ўчора"
#: private/template/functions.php:136 #: private/template/functions.php:136
msgid "%n day go" msgid "%n day go"
@ -322,7 +322,7 @@ msgstr[3] ""
#: private/template/functions.php:138 #: private/template/functions.php:138
msgid "last month" msgid "last month"
msgstr "" msgstr "У мінулым месяцы"
#: private/template/functions.php:139 #: private/template/functions.php:139
msgid "%n month ago" msgid "%n month ago"
@ -334,8 +334,8 @@ msgstr[3] ""
#: private/template/functions.php:141 #: private/template/functions.php:141
msgid "last year" msgid "last year"
msgstr "" msgstr "У мінулым годзе"
#: private/template/functions.php:142 #: private/template/functions.php:142
msgid "years ago" msgid "years ago"
msgstr "" msgstr "Гадоў таму"

View File

@ -7,9 +7,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-12-04 18:12-0500\n" "POT-Creation-Date: 2014-01-06 01:55-0500\n"
"PO-Revision-Date: 2013-12-04 23:13+0000\n" "PO-Revision-Date: 2014-01-05 17:20+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot\n"
"Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n" "Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -147,7 +147,7 @@ msgstr ""
#: js/apps.js:128 #: js/apps.js:128
msgid "Error" msgid "Error"
msgstr "" msgstr "Памылка"
#: js/apps.js:129 templates/apps.php:43 #: js/apps.js:129 templates/apps.php:43
msgid "Update" msgid "Update"
@ -198,19 +198,19 @@ msgstr ""
msgid "add group" msgid "add group"
msgstr "" msgstr ""
#: js/users.js:451 #: js/users.js:454
msgid "A valid username must be provided" msgid "A valid username must be provided"
msgstr "" msgstr ""
#: js/users.js:452 js/users.js:458 js/users.js:473 #: js/users.js:455 js/users.js:461 js/users.js:476
msgid "Error creating user" msgid "Error creating user"
msgstr "" msgstr ""
#: js/users.js:457 #: js/users.js:460
msgid "A valid password must be provided" msgid "A valid password must be provided"
msgstr "" msgstr ""
#: js/users.js:481 #: js/users.js:484
msgid "Warning: Home directory for user \"{user}\" already exists" msgid "Warning: Home directory for user \"{user}\" already exists"
msgstr "" msgstr ""

View File

@ -7,9 +7,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-27 12:08-0500\n" "POT-Creation-Date: 2014-01-06 01:55-0500\n"
"PO-Revision-Date: 2013-11-27 17:09+0000\n" "PO-Revision-Date: 2014-01-05 17:20+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot\n"
"Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n" "Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -25,17 +25,17 @@ msgstr ""
msgid "Failed to delete the server configuration" msgid "Failed to delete the server configuration"
msgstr "" msgstr ""
#: ajax/testConfiguration.php:37 #: ajax/testConfiguration.php:39
msgid "The configuration is valid and the connection could be established!" msgid "The configuration is valid and the connection could be established!"
msgstr "" msgstr ""
#: ajax/testConfiguration.php:40 #: ajax/testConfiguration.php:42
msgid "" msgid ""
"The configuration is valid, but the Bind failed. Please check the server " "The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials." "settings and credentials."
msgstr "" msgstr ""
#: ajax/testConfiguration.php:44 #: ajax/testConfiguration.php:46
msgid "" msgid ""
"The configuration is invalid. Please have a look at the logs for further " "The configuration is invalid. Please have a look at the logs for further "
"details." "details."
@ -84,45 +84,45 @@ msgstr ""
#: js/settings.js:133 #: js/settings.js:133
msgid "Error" msgid "Error"
msgstr "" msgstr "Памылка"
#: js/settings.js:777 #: js/settings.js:837
msgid "Configuration OK" msgid "Configuration OK"
msgstr "" msgstr ""
#: js/settings.js:786 #: js/settings.js:846
msgid "Configuration incorrect" msgid "Configuration incorrect"
msgstr "" msgstr ""
#: js/settings.js:795 #: js/settings.js:855
msgid "Configuration incomplete" msgid "Configuration incomplete"
msgstr "" msgstr ""
#: js/settings.js:812 js/settings.js:821 #: js/settings.js:872 js/settings.js:881
msgid "Select groups" msgid "Select groups"
msgstr "" msgstr ""
#: js/settings.js:815 js/settings.js:824 #: js/settings.js:875 js/settings.js:884
msgid "Select object classes" msgid "Select object classes"
msgstr "" msgstr ""
#: js/settings.js:818 #: js/settings.js:878
msgid "Select attributes" msgid "Select attributes"
msgstr "" msgstr ""
#: js/settings.js:845 #: js/settings.js:905
msgid "Connection test succeeded" msgid "Connection test succeeded"
msgstr "" msgstr ""
#: js/settings.js:852 #: js/settings.js:912
msgid "Connection test failed" msgid "Connection test failed"
msgstr "" msgstr ""
#: js/settings.js:861 #: js/settings.js:921
msgid "Do you really want to delete the current Server Configuration?" msgid "Do you really want to delete the current Server Configuration?"
msgstr "" msgstr ""
#: js/settings.js:862 #: js/settings.js:922
msgid "Confirm Deletion" msgid "Confirm Deletion"
msgstr "" msgstr ""
@ -144,11 +144,11 @@ msgstr[1] ""
msgstr[2] "" msgstr[2] ""
msgstr[3] "" msgstr[3] ""
#: lib/wizard.php:779 lib/wizard.php:791 #: lib/wizard.php:778 lib/wizard.php:790
msgid "Invalid Host" msgid "Invalid Host"
msgstr "" msgstr ""
#: lib/wizard.php:952 #: lib/wizard.php:951
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""

View File

@ -10,6 +10,7 @@
# Evgeniy Spitsyn <evgeniy@spitsyn.net>, 2013 # Evgeniy Spitsyn <evgeniy@spitsyn.net>, 2013
# jekader <jekader@gmail.com>, 2013 # jekader <jekader@gmail.com>, 2013
# eurekafag <rkfg@rkfg.me>, 2013 # eurekafag <rkfg@rkfg.me>, 2013
# stushev, 2014
# unixoid <victor.ashirov@gmail.com>, 2013 # unixoid <victor.ashirov@gmail.com>, 2013
# vsapronov <vladimir.sapronov@gmail.com>, 2013 # vsapronov <vladimir.sapronov@gmail.com>, 2013
# not_your_conscience <hex.void@gmail.com>, 2013 # not_your_conscience <hex.void@gmail.com>, 2013
@ -21,9 +22,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-12-24 01:55-0500\n" "POT-Creation-Date: 2014-01-06 01:55-0500\n"
"PO-Revision-Date: 2013-12-22 19:50+0000\n" "PO-Revision-Date: 2014-01-05 23:30+0000\n"
"Last-Translator: Evgeniy Spitsyn <evgeniy@spitsyn.net>\n" "Last-Translator: stushev\n"
"Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -314,7 +315,7 @@ msgstr "Локализация не работает"
#: templates/admin.php:98 #: templates/admin.php:98
msgid "System locale can not be set to a one which supports UTF-8." msgid "System locale can not be set to a one which supports UTF-8."
msgstr "" msgstr "Невозможно установить системную локаль, поддерживающую UTF-8"
#: templates/admin.php:102 #: templates/admin.php:102
msgid "" msgid ""
@ -582,7 +583,7 @@ msgstr "Либо png, либо jpg. Изображение должно быть
#: templates/personal.php:97 #: templates/personal.php:97
msgid "Your avatar is provided by your original account." msgid "Your avatar is provided by your original account."
msgstr "" msgstr "Будет использован аватар вашей оригинальной учетной записи."
#: templates/personal.php:101 #: templates/personal.php:101
msgid "Abort" msgid "Abort"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n" "Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-01-05 01:55-0500\n" "POT-Creation-Date: 2014-01-06 01:55-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -153,55 +153,55 @@ msgstr ""
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
#: js/js.js:869 #: js/js.js:872
msgid "seconds ago" msgid "seconds ago"
msgstr "" msgstr ""
#: js/js.js:870 #: js/js.js:873
msgid "%n minute ago" msgid "%n minute ago"
msgid_plural "%n minutes ago" msgid_plural "%n minutes ago"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: js/js.js:871 #: js/js.js:874
msgid "%n hour ago" msgid "%n hour ago"
msgid_plural "%n hours ago" msgid_plural "%n hours ago"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: js/js.js:872 #: js/js.js:875
msgid "today" msgid "today"
msgstr "" msgstr ""
#: js/js.js:873 #: js/js.js:876
msgid "yesterday" msgid "yesterday"
msgstr "" msgstr ""
#: js/js.js:874 #: js/js.js:877
msgid "%n day ago" msgid "%n day ago"
msgid_plural "%n days ago" msgid_plural "%n days ago"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: js/js.js:875 #: js/js.js:878
msgid "last month" msgid "last month"
msgstr "" msgstr ""
#: js/js.js:876 #: js/js.js:879
msgid "%n month ago" msgid "%n month ago"
msgid_plural "%n months ago" msgid_plural "%n months ago"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: js/js.js:877 #: js/js.js:880
msgid "months ago" msgid "months ago"
msgstr "" msgstr ""
#: js/js.js:878 #: js/js.js:881
msgid "last year" msgid "last year"
msgstr "" msgstr ""
#: js/js.js:879 #: js/js.js:882
msgid "years ago" msgid "years ago"
msgstr "" msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n" "Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-01-05 01:55-0500\n" "POT-Creation-Date: 2014-01-06 01:55-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n" "Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-01-05 01:55-0500\n" "POT-Creation-Date: 2014-01-06 01:55-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n" "Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-01-05 01:55-0500\n" "POT-Creation-Date: 2014-01-06 01:55-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n" "Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-01-05 01:55-0500\n" "POT-Creation-Date: 2014-01-06 01:55-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n" "Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-01-05 01:55-0500\n" "POT-Creation-Date: 2014-01-06 01:55-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n" "Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-01-05 01:55-0500\n" "POT-Creation-Date: 2014-01-06 01:55-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n" "Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-01-05 01:55-0500\n" "POT-Creation-Date: 2014-01-06 01:55-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n" "Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-01-05 01:55-0500\n" "POT-Creation-Date: 2014-01-06 01:55-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n" "Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-01-05 01:55-0500\n" "POT-Creation-Date: 2014-01-06 01:55-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n" "Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-01-05 01:55-0500\n" "POT-Creation-Date: 2014-01-06 01:55-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n" "Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-01-05 01:55-0500\n" "POT-Creation-Date: 2014-01-06 01:55-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -6,13 +6,13 @@
# alicanbatur <alicanbatur@hotmail.com>, 2013 # alicanbatur <alicanbatur@hotmail.com>, 2013
# ismail yenigül <ismail.yenigul@surgate.com>, 2013 # ismail yenigül <ismail.yenigul@surgate.com>, 2013
# tridinebandim, 2013 # tridinebandim, 2013
# volkangezer <volkangezer@gmail.com>, 2013 # volkangezer <volkangezer@gmail.com>, 2013-2014
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-01-02 01:55-0500\n" "POT-Creation-Date: 2014-01-06 01:55-0500\n"
"PO-Revision-Date: 2013-12-31 15:40+0000\n" "PO-Revision-Date: 2014-01-05 16:40+0000\n"
"Last-Translator: volkangezer <volkangezer@gmail.com>\n" "Last-Translator: volkangezer <volkangezer@gmail.com>\n"
"Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -316,7 +316,7 @@ msgstr "Yükle"
#: templates/admin.php:5 #: templates/admin.php:5
msgid "File handling" msgid "File handling"
msgstr "Dosya taşıma" msgstr "Dosya işlemleri"
#: templates/admin.php:7 #: templates/admin.php:7
msgid "Maximum upload size" msgid "Maximum upload size"

View File

@ -6,13 +6,13 @@
# Caner BAŞARAN <basaran.caner@gmail.com>, 2013 # Caner BAŞARAN <basaran.caner@gmail.com>, 2013
# ismail yenigül <ismail.yenigul@surgate.com>, 2013 # ismail yenigül <ismail.yenigul@surgate.com>, 2013
# tridinebandim, 2013 # tridinebandim, 2013
# volkangezer <volkangezer@gmail.com>, 2013 # volkangezer <volkangezer@gmail.com>, 2013-2014
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-01-02 01:55-0500\n" "POT-Creation-Date: 2014-01-06 01:55-0500\n"
"PO-Revision-Date: 2013-12-31 15:40+0000\n" "PO-Revision-Date: 2014-01-05 16:40+0000\n"
"Last-Translator: volkangezer <volkangezer@gmail.com>\n" "Last-Translator: volkangezer <volkangezer@gmail.com>\n"
"Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -67,7 +67,7 @@ msgstr "Geçersiz resim"
#: private/defaults.php:34 #: private/defaults.php:34
msgid "web services under your control" msgid "web services under your control"
msgstr "Bilgileriniz güvenli ve şifreli" msgstr "kontrolünüzün altındaki web hizmetleri"
#: private/files.php:66 private/files.php:98 #: private/files.php:66 private/files.php:98
#, php-format #, php-format

View File

@ -11,8 +11,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-01-04 01:55-0500\n" "POT-Creation-Date: 2014-01-06 01:55-0500\n"
"PO-Revision-Date: 2014-01-03 14:10+0000\n" "PO-Revision-Date: 2014-01-05 16:40+0000\n"
"Last-Translator: volkangezer <volkangezer@gmail.com>\n" "Last-Translator: volkangezer <volkangezer@gmail.com>\n"
"Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -344,7 +344,7 @@ msgstr "Yüklenen her sayfa ile bir görev çalıştır"
msgid "" msgid ""
"cron.php is registered at a webcron service to call cron.php every 15 " "cron.php is registered at a webcron service to call cron.php every 15 "
"minutes over http." "minutes over http."
msgstr "cron.php, http üzerinden her 15 dakikada bir çağrılması için webcron hizmetine kaydedildi." msgstr "cron.php, http üzerinden her 15 dakikada bir çağrılması için webcron hizmetine kaydedilir."
#: templates/admin.php:158 #: templates/admin.php:158
msgid "Use systems cron service to call the cron.php file every 15 minutes." msgid "Use systems cron service to call the cron.php file every 15 minutes."
@ -377,7 +377,7 @@ msgstr "Herkes tarafından yüklemeye izin ver"
#: templates/admin.php:187 #: templates/admin.php:187
msgid "" msgid ""
"Allow users to enable others to upload into their publicly shared folders" "Allow users to enable others to upload into their publicly shared folders"
msgstr "Kullanıcıların, herkese açık dizinlerine, başkalarının dosya yüklemelerini etkinleştirmelerine izin ver." msgstr "Kullanıcıların, herkese açık dizinlerine, başkalarının dosya yüklemelerini etkinleştirmelerine izin ver"
#: templates/admin.php:195 #: templates/admin.php:195
msgid "Allow resharing" msgid "Allow resharing"
@ -414,14 +414,14 @@ msgstr "HTTPS bağlantısına zorla"
#: templates/admin.php:236 #: templates/admin.php:236
#, php-format #, php-format
msgid "Forces the clients to connect to %s via an encrypted connection." msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr "İstemcileri %s a şifreli bir bağlantı ile bağlanmaya zorlar." msgstr "İstemcileri %s'a şifreli bir bağlantı ile bağlanmaya zorlar."
#: templates/admin.php:242 #: templates/admin.php:242
#, php-format #, php-format
msgid "" msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL " "Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement." "enforcement."
msgstr "SSL zorlamasını etkinleştirmek ya da devre dışı bırakmak için lütfen ,%s a HTTPS ile bağlanın." msgstr "SSL zorlamasını etkinleştirmek ya da devre dışı bırakmak için lütfen ,%s'a HTTPS ile bağlanın."
#: templates/admin.php:254 #: templates/admin.php:254
msgid "Log" msgid "Log"

View File

@ -1,8 +1,15 @@
<?php <?php
$TRANSLATIONS = array( $TRANSLATIONS = array(
"Settings" => "Налады",
"seconds ago" => "Секунд таму",
"_%n minute ago_::_%n minutes ago_" => array("","","",""), "_%n minute ago_::_%n minutes ago_" => array("","","",""),
"_%n hour ago_::_%n hours ago_" => array("","","",""), "_%n hour ago_::_%n hours ago_" => array("","","",""),
"today" => "Сёння",
"yesterday" => "Ўчора",
"_%n day go_::_%n days ago_" => array("","","",""), "_%n day go_::_%n days ago_" => array("","","",""),
"_%n month ago_::_%n months ago_" => array("","","","") "last month" => "У мінулым месяцы",
"_%n month ago_::_%n months ago_" => array("","","",""),
"last year" => "У мінулым годзе",
"years ago" => "Гадоў таму"
); );
$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);"; $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);";

View File

@ -10,7 +10,7 @@ $TRANSLATIONS = array(
"Failed to upgrade \"%s\"." => "\"%s\" yükseltme başarısız oldu.", "Failed to upgrade \"%s\"." => "\"%s\" yükseltme başarısız oldu.",
"Unknown filetype" => "Bilinmeyen dosya türü", "Unknown filetype" => "Bilinmeyen dosya türü",
"Invalid image" => "Geçersiz resim", "Invalid image" => "Geçersiz resim",
"web services under your control" => "Bilgileriniz güvenli ve şifreli", "web services under your control" => "kontrolünüzün altındaki web hizmetleri",
"cannot open \"%s\"" => "\"%s\"ılamıyor", "cannot open \"%s\"" => "\"%s\"ılamıyor",
"ZIP download is turned off." => "ZIP indirmeleri kapatıldı.", "ZIP download is turned off." => "ZIP indirmeleri kapatıldı.",
"Files need to be downloaded one by one." => "Dosyaların birer birer indirilmesi gerekmektedir.", "Files need to be downloaded one by one." => "Dosyaların birer birer indirilmesi gerekmektedir.",

5
settings/l10n/be.php Normal file
View File

@ -0,0 +1,5 @@
<?php
$TRANSLATIONS = array(
"Error" => "Памылка"
);
$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);";

View File

@ -64,6 +64,7 @@ $TRANSLATIONS = array(
"Your PHP version is outdated" => "Ваша версия PHP устарела", "Your PHP version is outdated" => "Ваша версия PHP устарела",
"Your PHP version is outdated. We strongly recommend to update to 5.3.8 or newer because older versions are known to be broken. It is possible that this installation is not working correctly." => "Ваша версия PHP устарела. Мы настоятельно рекомендуем обновиться до 5.3.8 или новее, так как старые версии работают не корректно. Вполне возможно, что эта установка не работает должным образом.", "Your PHP version is outdated. We strongly recommend to update to 5.3.8 or newer because older versions are known to be broken. It is possible that this installation is not working correctly." => "Ваша версия PHP устарела. Мы настоятельно рекомендуем обновиться до 5.3.8 или новее, так как старые версии работают не корректно. Вполне возможно, что эта установка не работает должным образом.",
"Locale not working" => "Локализация не работает", "Locale not working" => "Локализация не работает",
"System locale can not be set to a one which supports UTF-8." => "Невозможно установить системную локаль, поддерживающую UTF-8",
"This means that there might be problems with certain characters in file names." => "Это значит, что могут быть проблемы с некоторыми символами в именах файлов.", "This means that there might be problems with certain characters in file names." => "Это значит, что могут быть проблемы с некоторыми символами в именах файлов.",
"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Мы настоятельно рекомендуем установить требуемые пакеты в систему, для поддержки одной из следующих локалей: %s.", "We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Мы настоятельно рекомендуем установить требуемые пакеты в систему, для поддержки одной из следующих локалей: %s.",
"Internet connection not working" => "Интернет-соединение не работает", "Internet connection not working" => "Интернет-соединение не работает",
@ -124,6 +125,7 @@ $TRANSLATIONS = array(
"Select new from Files" => "Выберите новый из файлов", "Select new from Files" => "Выберите новый из файлов",
"Remove image" => "Удалить изображение", "Remove image" => "Удалить изображение",
"Either png or jpg. Ideally square but you will be able to crop it." => "Либо png, либо jpg. Изображение должно быть квадратным, но вы сможете обрезать его позже.", "Either png or jpg. Ideally square but you will be able to crop it." => "Либо png, либо jpg. Изображение должно быть квадратным, но вы сможете обрезать его позже.",
"Your avatar is provided by your original account." => "Будет использован аватар вашей оригинальной учетной записи.",
"Abort" => "Отмена", "Abort" => "Отмена",
"Choose as profile image" => "Выберите изображение профиля", "Choose as profile image" => "Выберите изображение профиля",
"Language" => "Язык", "Language" => "Язык",

View File

@ -71,7 +71,7 @@ $TRANSLATIONS = array(
"This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features." => "Bu sunucunun çalışan bir internet bağlantısı yok. Bu, harici depolama alanı bağlama, güncelleştirme bildirimleri veya 3. parti uygulama kurma gibi bazı özellikler çalışmayacak demektir. Uzak dosyalara erişim ve e-posta ile bildirim gönderme de çalışmayacaktır. Eğer bu özelliklerin tamamını kullanmak istiyorsanız, sunucu için internet bağlantısını etkinleştirmenizi öneriyoruz.", "This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features." => "Bu sunucunun çalışan bir internet bağlantısı yok. Bu, harici depolama alanı bağlama, güncelleştirme bildirimleri veya 3. parti uygulama kurma gibi bazı özellikler çalışmayacak demektir. Uzak dosyalara erişim ve e-posta ile bildirim gönderme de çalışmayacaktır. Eğer bu özelliklerin tamamını kullanmak istiyorsanız, sunucu için internet bağlantısını etkinleştirmenizi öneriyoruz.",
"Cron" => "Cron", "Cron" => "Cron",
"Execute one task with each page loaded" => "Yüklenen her sayfa ile bir görev çalıştır", "Execute one task with each page loaded" => "Yüklenen her sayfa ile bir görev çalıştır",
"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php, http üzerinden her 15 dakikada bir çağrılması için webcron hizmetine kaydedildi.", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php, http üzerinden her 15 dakikada bir çağrılması için webcron hizmetine kaydedilir.",
"Use systems cron service to call the cron.php file every 15 minutes." => "Cron.php dosyasını her 15 dakikada bir çağırmak için sistem cron hizmetini kullan.", "Use systems cron service to call the cron.php file every 15 minutes." => "Cron.php dosyasını her 15 dakikada bir çağırmak için sistem cron hizmetini kullan.",
"Sharing" => "Paylaşım", "Sharing" => "Paylaşım",
"Enable Share API" => "Paylaşım API'sini etkinleştir", "Enable Share API" => "Paylaşım API'sini etkinleştir",
@ -79,7 +79,7 @@ $TRANSLATIONS = array(
"Allow links" => "Bağlantılara izin ver", "Allow links" => "Bağlantılara izin ver",
"Allow users to share items to the public with links" => "Kullanıcıların ögeleri paylaşması için herkese açık bağlantılara izin ver", "Allow users to share items to the public with links" => "Kullanıcıların ögeleri paylaşması için herkese açık bağlantılara izin ver",
"Allow public uploads" => "Herkes tarafından yüklemeye izin ver", "Allow public uploads" => "Herkes tarafından yüklemeye izin ver",
"Allow users to enable others to upload into their publicly shared folders" => "Kullanıcıların, herkese açık dizinlerine, başkalarının dosya yüklemelerini etkinleştirmelerine izin ver.", "Allow users to enable others to upload into their publicly shared folders" => "Kullanıcıların, herkese açık dizinlerine, başkalarının dosya yüklemelerini etkinleştirmelerine izin ver",
"Allow resharing" => "Paylaşıma izin ver", "Allow resharing" => "Paylaşıma izin ver",
"Allow users to share items shared with them again" => "Kullanıcıların kendileri ile paylaşılan ögeleri yeniden paylaşmasına izin ver", "Allow users to share items shared with them again" => "Kullanıcıların kendileri ile paylaşılan ögeleri yeniden paylaşmasına izin ver",
"Allow users to share with anyone" => "Kullanıcıların her şeyi paylaşmalarına izin ver", "Allow users to share with anyone" => "Kullanıcıların her şeyi paylaşmalarına izin ver",
@ -88,8 +88,8 @@ $TRANSLATIONS = array(
"Allow user to send mail notification for shared files" => "Paylaşılmış dosyalar için kullanıcının posta bildirimi göndermesine izin ver", "Allow user to send mail notification for shared files" => "Paylaşılmış dosyalar için kullanıcının posta bildirimi göndermesine izin ver",
"Security" => "Güvenlik", "Security" => "Güvenlik",
"Enforce HTTPS" => "HTTPS bağlantısına zorla", "Enforce HTTPS" => "HTTPS bağlantısına zorla",
"Forces the clients to connect to %s via an encrypted connection." => "İstemcileri %s a şifreli bir bağlantı ile bağlanmaya zorlar.", "Forces the clients to connect to %s via an encrypted connection." => "İstemcileri %s'a şifreli bir bağlantı ile bağlanmaya zorlar.",
"Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "SSL zorlamasını etkinleştirmek ya da devre dışı bırakmak için lütfen ,%s a HTTPS ile bağlanın.", "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "SSL zorlamasını etkinleştirmek ya da devre dışı bırakmak için lütfen ,%s'a HTTPS ile bağlanın.",
"Log" => "Günlük", "Log" => "Günlük",
"Log level" => "Günlük seviyesi", "Log level" => "Günlük seviyesi",
"More" => "Daha fazla", "More" => "Daha fazla",