From 0e843b9d7d36976322df33fee6a3cc36e07fea85 Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud <thomas.mueller@tmit.eu> Date: Mon, 6 Jan 2014 01:55:59 -0500 Subject: [PATCH] [tx-robot] updated from transifex --- apps/files/l10n/be.php | 3 +- apps/files/l10n/tr.php | 2 +- apps/files_trashbin/l10n/be.php | 3 +- apps/user_ldap/l10n/be.php | 1 + core/l10n/be.php | 33 ++++++++++ l10n/be/core.po | 97 +++++++++++++++-------------- l10n/be/files.po | 8 +-- l10n/be/files_trashbin.po | 30 ++++----- l10n/be/lib.po | 36 +++++------ l10n/be/settings.po | 16 ++--- l10n/be/user_ldap.po | 38 +++++------ l10n/ru/settings.po | 11 ++-- l10n/templates/core.pot | 24 +++---- l10n/templates/files.pot | 2 +- l10n/templates/files_encryption.pot | 2 +- l10n/templates/files_external.pot | 2 +- l10n/templates/files_sharing.pot | 2 +- l10n/templates/files_trashbin.pot | 2 +- l10n/templates/files_versions.pot | 2 +- l10n/templates/lib.pot | 2 +- l10n/templates/private.pot | 2 +- l10n/templates/settings.pot | 2 +- l10n/templates/user_ldap.pot | 2 +- l10n/templates/user_webdavauth.pot | 2 +- l10n/tr/files.po | 8 +-- l10n/tr/lib.po | 8 +-- l10n/tr/settings.po | 12 ++-- lib/l10n/be.php | 9 ++- lib/l10n/tr.php | 2 +- settings/l10n/be.php | 5 ++ settings/l10n/ru.php | 2 + settings/l10n/tr.php | 8 +-- 32 files changed, 214 insertions(+), 164 deletions(-) create mode 100644 settings/l10n/be.php diff --git a/apps/files/l10n/be.php b/apps/files/l10n/be.php index 17262d2184d..830400b93fb 100644 --- a/apps/files/l10n/be.php +++ b/apps/files/l10n/be.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "_%n folder_::_%n folders_" => 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);"; diff --git a/apps/files/l10n/tr.php b/apps/files/l10n/tr.php index a9e0935b74e..90b16922a76 100644 --- a/apps/files/l10n/tr.php +++ b/apps/files/l10n/tr.php @@ -66,7 +66,7 @@ $TRANSLATIONS = array( "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ı", "Upload" => "Yükle", -"File handling" => "Dosya taşıma", +"File handling" => "Dosya iÅŸlemleri", "Maximum upload size" => "Maksimum yükleme boyutu", "max. possible: " => "mümkün olan en fazla: ", "Needed for multi-file and folder downloads." => "Çoklu dosya ve dizin indirmesi için gerekli.", diff --git a/apps/files_trashbin/l10n/be.php b/apps/files_trashbin/l10n/be.php index 50df7ff5a97..6a34f1fe246 100644 --- a/apps/files_trashbin/l10n/be.php +++ b/apps/files_trashbin/l10n/be.php @@ -1,6 +1,5 @@ <?php $TRANSLATIONS = array( -"_%n folder_::_%n folders_" => array("","","",""), -"_%n file_::_%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);"; diff --git a/apps/user_ldap/l10n/be.php b/apps/user_ldap/l10n/be.php index 2641c1d1300..089b92efe7b 100644 --- a/apps/user_ldap/l10n/be.php +++ b/apps/user_ldap/l10n/be.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Error" => "Памылка", "_%s group found_::_%s groups found_" => array("","","",""), "_%s user found_::_%s users found_" => array("","","","") ); diff --git a/core/l10n/be.php b/core/l10n/be.php index 2481806bcb9..19d330a44dd 100644 --- a/core/l10n/be.php +++ b/core/l10n/be.php @@ -1,10 +1,43 @@ <?php $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 hour ago_::_%n hours ago_" => array("","","",""), +"today" => "СённÑ", +"yesterday" => "Ўчора", "_%n day ago_::_%n days ago_" => array("","","",""), +"last month" => "У мінулым меÑÑцы", "_%n month ago_::_%n months ago_" => array("","","",""), +"months ago" => "МеÑÑцаў таму", +"last year" => "У мінулым годзе", +"years ago" => "Гадоў таму", +"Choose" => "Выбар", +"Yes" => "Так", +"No" => "Ðе", +"Ok" => "Добра", "_{count} file conflict_::_{count} file conflicts_" => array("","","",""), +"Error" => "Памылка", +"The object type is not specified." => "Тып аб'екта не ўдакладнÑецца.", "Advanced" => "ДаÑведчаны", "Finish setup" => "ЗавÑршыць ÑžÑтаноўку." ); diff --git a/l10n/be/core.po b/l10n/be/core.po index b7563df3635..9e268cef6cd 100644 --- a/l10n/be/core.po +++ b/l10n/be/core.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# VladVaranetski <vlad.voronecky@gmail.com>, 2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-12-07 22:26-0500\n" -"PO-Revision-Date: 2013-12-08 03:26+0000\n" -"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" +"POT-Creation-Date: 2014-01-06 01:55-0500\n" +"PO-Revision-Date: 2014-01-05 17:20+0000\n" +"Last-Translator: VladVaranetski <vlad.voronecky@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" @@ -74,89 +75,89 @@ msgstr "" #: js/config.php:32 msgid "Sunday" -msgstr "" +msgstr "ÐÑдзелÑ" #: js/config.php:33 msgid "Monday" -msgstr "" +msgstr "ПанÑдзелак" #: js/config.php:34 msgid "Tuesday" -msgstr "" +msgstr "Ðўторак" #: js/config.php:35 msgid "Wednesday" -msgstr "" +msgstr "Серада" #: js/config.php:36 msgid "Thursday" -msgstr "" +msgstr "Чацвер" #: js/config.php:37 msgid "Friday" -msgstr "" +msgstr "ПÑтніца" #: js/config.php:38 msgid "Saturday" -msgstr "" +msgstr "Субота" #: js/config.php:43 msgid "January" -msgstr "" +msgstr "Студзень" #: js/config.php:44 msgid "February" -msgstr "" +msgstr "Люты" #: js/config.php:45 msgid "March" -msgstr "" +msgstr "Сакавік" #: js/config.php:46 msgid "April" -msgstr "" +msgstr "КраÑавік" #: js/config.php:47 msgid "May" -msgstr "" +msgstr "Май" #: js/config.php:48 msgid "June" -msgstr "" +msgstr "ЧÑрвень" #: js/config.php:49 msgid "July" -msgstr "" +msgstr "Ліпень" #: js/config.php:50 msgid "August" -msgstr "" +msgstr "Жнівень" #: js/config.php:51 msgid "September" -msgstr "" +msgstr "ВераÑень" #: js/config.php:52 msgid "October" -msgstr "" +msgstr "КаÑтрычнік" #: js/config.php:53 msgid "November" -msgstr "" +msgstr "ЛіÑтапад" #: js/config.php:54 msgid "December" -msgstr "" +msgstr "Снежань" -#: js/js.js:387 +#: js/js.js:398 msgid "Settings" -msgstr "" +msgstr "Ðалады" -#: js/js.js:858 +#: js/js.js:872 msgid "seconds ago" -msgstr "" +msgstr "Секунд таму" -#: js/js.js:859 +#: js/js.js:873 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "" @@ -164,7 +165,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: js/js.js:860 +#: js/js.js:874 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "" @@ -172,15 +173,15 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: js/js.js:861 +#: js/js.js:875 msgid "today" -msgstr "" +msgstr "СённÑ" -#: js/js.js:862 +#: js/js.js:876 msgid "yesterday" -msgstr "" +msgstr "Ўчора" -#: js/js.js:863 +#: js/js.js:877 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "" @@ -188,11 +189,11 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: js/js.js:864 +#: js/js.js:878 msgid "last month" -msgstr "" +msgstr "У мінулым меÑÑцы" -#: js/js.js:865 +#: js/js.js:879 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "" @@ -200,21 +201,21 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: js/js.js:866 +#: js/js.js:880 msgid "months ago" -msgstr "" +msgstr "МеÑÑцаў таму" -#: js/js.js:867 +#: js/js.js:881 msgid "last year" -msgstr "" +msgstr "У мінулым годзе" -#: js/js.js:868 +#: js/js.js:882 msgid "years ago" -msgstr "" +msgstr "Гадоў таму" #: js/oc-dialogs.js:123 msgid "Choose" -msgstr "" +msgstr "Выбар" #: js/oc-dialogs.js:146 msgid "Error loading file picker template: {error}" @@ -222,15 +223,15 @@ msgstr "" #: js/oc-dialogs.js:172 msgid "Yes" -msgstr "" +msgstr "Так" #: js/oc-dialogs.js:182 msgid "No" -msgstr "" +msgstr "Ðе" #: js/oc-dialogs.js:199 msgid "Ok" -msgstr "" +msgstr "Добра" #: js/oc-dialogs.js:219 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:719 templates/installation.php:10 msgid "Error" -msgstr "" +msgstr "Памылка" #: js/share.js:160 js/share.js:747 msgid "Error while sharing" @@ -425,7 +426,7 @@ msgstr "" #: js/tags.js:4 msgid "The object type is not specified." -msgstr "" +msgstr "Тып аб'екта не ўдакладнÑецца." #: js/tags.js:13 msgid "Enter new" diff --git a/l10n/be/files.po b/l10n/be/files.po index 2b804d9388e..5dcc21e2463 100644 --- a/l10n/be/files.po +++ b/l10n/be/files.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-12-19 01:55-0500\n" -"PO-Revision-Date: 2013-12-19 06:55+0000\n" -"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" +"POT-Creation-Date: 2014-01-06 01:55-0500\n" +"PO-Revision-Date: 2014-01-05 17:20+0000\n" +"Last-Translator: I Robot\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" @@ -289,7 +289,7 @@ msgstr "" #: js/files.js:558 js/files.js:596 msgid "Error" -msgstr "" +msgstr "Памылка" #: js/files.js:613 templates/index.php:56 msgid "Name" diff --git a/l10n/be/files_trashbin.po b/l10n/be/files_trashbin.po index d784d5ddc54..91455c96709 100644 --- a/l10n/be/files_trashbin.po +++ b/l10n/be/files_trashbin.po @@ -6,10 +6,10 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" -"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-10 22:26-0400\n" -"PO-Revision-Date: 2013-10-11 02:27+0000\n" -"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" +"Report-Msgid-Bugs-To: translations@owncloud.org\n" +"POT-Creation-Date: 2014-01-06 01:55-0500\n" +"PO-Revision-Date: 2014-01-05 17:20+0000\n" +"Last-Translator: I Robot\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" @@ -17,44 +17,44 @@ msgstr "" "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:42 +#: ajax/delete.php:63 #, php-format msgid "Couldn't delete %s permanently" msgstr "" -#: ajax/undelete.php:42 +#: ajax/undelete.php:43 #, php-format msgid "Couldn't restore %s" 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" -msgstr "" +msgstr "Памылка" -#: lib/trashbin.php:814 lib/trashbin.php:816 +#: lib/trashbin.php:905 lib/trashbin.php:907 msgid "restored" msgstr "" -#: templates/index.php:9 +#: templates/index.php:7 msgid "Nothing in here. Your trash bin is empty!" msgstr "" -#: templates/index.php:23 +#: templates/index.php:20 msgid "Name" msgstr "" -#: templates/index.php:26 templates/index.php:28 +#: templates/index.php:23 templates/index.php:25 msgid "Restore" msgstr "" -#: templates/index.php:34 +#: templates/index.php:31 msgid "Deleted" msgstr "" -#: templates/index.php:37 templates/index.php:38 +#: templates/index.php:34 templates/index.php:35 msgid "Delete" msgstr "" -#: templates/part.breadcrumb.php:9 +#: templates/part.breadcrumb.php:8 msgid "Deleted Files" msgstr "" diff --git a/l10n/be/lib.po b/l10n/be/lib.po index f209cb8230b..a422c6e60fc 100644 --- a/l10n/be/lib.po +++ b/l10n/be/lib.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-12-17 06:45-0500\n" -"PO-Revision-Date: 2013-12-17 11:45+0000\n" -"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" +"POT-Creation-Date: 2014-01-06 01:55-0500\n" +"PO-Revision-Date: 2014-01-05 17:20+0000\n" +"Last-Translator: I Robot\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" @@ -17,38 +17,38 @@ msgstr "" "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" -#: private/app.php:243 +#: private/app.php:245 #, php-format msgid "" "App \"%s\" can't be installed because it is not compatible with this version" " of ownCloud." msgstr "" -#: private/app.php:255 +#: private/app.php:257 msgid "No app name specified" msgstr "" -#: private/app.php:360 +#: private/app.php:362 msgid "Help" msgstr "" -#: private/app.php:373 +#: private/app.php:375 msgid "Personal" msgstr "" -#: private/app.php:384 +#: private/app.php:386 msgid "Settings" -msgstr "" +msgstr "Ðалады" -#: private/app.php:396 +#: private/app.php:398 msgid "Users" msgstr "" -#: private/app.php:409 +#: private/app.php:411 msgid "Admin" msgstr "" -#: private/app.php:873 +#: private/app.php:875 #, php-format msgid "Failed to upgrade \"%s\"." msgstr "" @@ -286,7 +286,7 @@ msgstr "" #: private/template/functions.php:130 msgid "seconds ago" -msgstr "" +msgstr "Секунд таму" #: private/template/functions.php:131 msgid "%n minute ago" @@ -306,11 +306,11 @@ msgstr[3] "" #: private/template/functions.php:133 msgid "today" -msgstr "" +msgstr "СённÑ" #: private/template/functions.php:134 msgid "yesterday" -msgstr "" +msgstr "Ўчора" #: private/template/functions.php:136 msgid "%n day go" @@ -322,7 +322,7 @@ msgstr[3] "" #: private/template/functions.php:138 msgid "last month" -msgstr "" +msgstr "У мінулым меÑÑцы" #: private/template/functions.php:139 msgid "%n month ago" @@ -334,8 +334,8 @@ msgstr[3] "" #: private/template/functions.php:141 msgid "last year" -msgstr "" +msgstr "У мінулым годзе" #: private/template/functions.php:142 msgid "years ago" -msgstr "" +msgstr "Гадоў таму" diff --git a/l10n/be/settings.po b/l10n/be/settings.po index 3545bf5f05e..fdb09c0a2b7 100644 --- a/l10n/be/settings.po +++ b/l10n/be/settings.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-12-04 18:12-0500\n" -"PO-Revision-Date: 2013-12-04 23:13+0000\n" -"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" +"POT-Creation-Date: 2014-01-06 01:55-0500\n" +"PO-Revision-Date: 2014-01-05 17:20+0000\n" +"Last-Translator: I Robot\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" @@ -147,7 +147,7 @@ msgstr "" #: js/apps.js:128 msgid "Error" -msgstr "" +msgstr "Памылка" #: js/apps.js:129 templates/apps.php:43 msgid "Update" @@ -198,19 +198,19 @@ msgstr "" msgid "add group" msgstr "" -#: js/users.js:451 +#: js/users.js:454 msgid "A valid username must be provided" 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" msgstr "" -#: js/users.js:457 +#: js/users.js:460 msgid "A valid password must be provided" msgstr "" -#: js/users.js:481 +#: js/users.js:484 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" diff --git a/l10n/be/user_ldap.po b/l10n/be/user_ldap.po index 3a41fc0a4d2..f9a186e2dea 100644 --- a/l10n/be/user_ldap.po +++ b/l10n/be/user_ldap.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-27 12:08-0500\n" -"PO-Revision-Date: 2013-11-27 17:09+0000\n" -"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" +"POT-Creation-Date: 2014-01-06 01:55-0500\n" +"PO-Revision-Date: 2014-01-05 17:20+0000\n" +"Last-Translator: I Robot\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" @@ -25,17 +25,17 @@ msgstr "" msgid "Failed to delete the server configuration" msgstr "" -#: ajax/testConfiguration.php:37 +#: ajax/testConfiguration.php:39 msgid "The configuration is valid and the connection could be established!" msgstr "" -#: ajax/testConfiguration.php:40 +#: ajax/testConfiguration.php:42 msgid "" "The configuration is valid, but the Bind failed. Please check the server " "settings and credentials." msgstr "" -#: ajax/testConfiguration.php:44 +#: ajax/testConfiguration.php:46 msgid "" "The configuration is invalid. Please have a look at the logs for further " "details." @@ -84,45 +84,45 @@ msgstr "" #: js/settings.js:133 msgid "Error" -msgstr "" +msgstr "Памылка" -#: js/settings.js:777 +#: js/settings.js:837 msgid "Configuration OK" msgstr "" -#: js/settings.js:786 +#: js/settings.js:846 msgid "Configuration incorrect" msgstr "" -#: js/settings.js:795 +#: js/settings.js:855 msgid "Configuration incomplete" msgstr "" -#: js/settings.js:812 js/settings.js:821 +#: js/settings.js:872 js/settings.js:881 msgid "Select groups" msgstr "" -#: js/settings.js:815 js/settings.js:824 +#: js/settings.js:875 js/settings.js:884 msgid "Select object classes" msgstr "" -#: js/settings.js:818 +#: js/settings.js:878 msgid "Select attributes" msgstr "" -#: js/settings.js:845 +#: js/settings.js:905 msgid "Connection test succeeded" msgstr "" -#: js/settings.js:852 +#: js/settings.js:912 msgid "Connection test failed" msgstr "" -#: js/settings.js:861 +#: js/settings.js:921 msgid "Do you really want to delete the current Server Configuration?" msgstr "" -#: js/settings.js:862 +#: js/settings.js:922 msgid "Confirm Deletion" msgstr "" @@ -144,11 +144,11 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: lib/wizard.php:779 lib/wizard.php:791 +#: lib/wizard.php:778 lib/wizard.php:790 msgid "Invalid Host" msgstr "" -#: lib/wizard.php:952 +#: lib/wizard.php:951 msgid "Could not find the desired feature" msgstr "" diff --git a/l10n/ru/settings.po b/l10n/ru/settings.po index 86cfda2cae8..91d66080a29 100644 --- a/l10n/ru/settings.po +++ b/l10n/ru/settings.po @@ -10,6 +10,7 @@ # Evgeniy Spitsyn <evgeniy@spitsyn.net>, 2013 # jekader <jekader@gmail.com>, 2013 # eurekafag <rkfg@rkfg.me>, 2013 +# stushev, 2014 # unixoid <victor.ashirov@gmail.com>, 2013 # vsapronov <vladimir.sapronov@gmail.com>, 2013 # not_your_conscience <hex.void@gmail.com>, 2013 @@ -21,9 +22,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-12-24 01:55-0500\n" -"PO-Revision-Date: 2013-12-22 19:50+0000\n" -"Last-Translator: Evgeniy Spitsyn <evgeniy@spitsyn.net>\n" +"POT-Creation-Date: 2014-01-06 01:55-0500\n" +"PO-Revision-Date: 2014-01-05 23:30+0000\n" +"Last-Translator: stushev\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" @@ -314,7 +315,7 @@ msgstr "Ð›Ð¾ÐºÐ°Ð»Ð¸Ð·Ð°Ñ†Ð¸Ñ Ð½Ðµ работает" #: templates/admin.php:98 msgid "System locale can not be set to a one which supports UTF-8." -msgstr "" +msgstr "Ðевозможно уÑтановить ÑиÑтемную локаль, поддерживающую UTF-8" #: templates/admin.php:102 msgid "" @@ -582,7 +583,7 @@ msgstr "Либо png, либо jpg. Изображение должно быть #: templates/personal.php:97 msgid "Your avatar is provided by your original account." -msgstr "" +msgstr "Будет иÑпользован аватар вашей оригинальной учетной запиÑи." #: templates/personal.php:101 msgid "Abort" diff --git a/l10n/templates/core.pot b/l10n/templates/core.pot index a6e74089f29..1ec73dd2975 100644 --- a/l10n/templates/core.pot +++ b/l10n/templates/core.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\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" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -153,55 +153,55 @@ msgstr "" msgid "Settings" msgstr "" -#: js/js.js:869 +#: js/js.js:872 msgid "seconds ago" msgstr "" -#: js/js.js:870 +#: js/js.js:873 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:871 +#: js/js.js:874 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:872 +#: js/js.js:875 msgid "today" msgstr "" -#: js/js.js:873 +#: js/js.js:876 msgid "yesterday" msgstr "" -#: js/js.js:874 +#: js/js.js:877 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:875 +#: js/js.js:878 msgid "last month" msgstr "" -#: js/js.js:876 +#: js/js.js:879 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:877 +#: js/js.js:880 msgid "months ago" msgstr "" -#: js/js.js:878 +#: js/js.js:881 msgid "last year" msgstr "" -#: js/js.js:879 +#: js/js.js:882 msgid "years ago" msgstr "" diff --git a/l10n/templates/files.pot b/l10n/templates/files.pot index 1417a420b87..e5f6887ddda 100644 --- a/l10n/templates/files.pot +++ b/l10n/templates/files.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\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" "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 4af27c84f57..ae01087be4f 100644 --- a/l10n/templates/files_encryption.pot +++ b/l10n/templates/files_encryption.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\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" "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 1e662915fdf..5d95ea33849 100644 --- a/l10n/templates/files_external.pot +++ b/l10n/templates/files_external.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\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" "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 2d0f25bd530..684d5663a9b 100644 --- a/l10n/templates/files_sharing.pot +++ b/l10n/templates/files_sharing.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\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" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/files_trashbin.pot b/l10n/templates/files_trashbin.pot index 42f1fa98db7..0b7e5f01605 100644 --- a/l10n/templates/files_trashbin.pot +++ b/l10n/templates/files_trashbin.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\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" "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 3c2674b0f80..e08efdb3921 100644 --- a/l10n/templates/files_versions.pot +++ b/l10n/templates/files_versions.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\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" "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 dc2af21f2f3..9bcb4ce52ab 100644 --- a/l10n/templates/lib.pot +++ b/l10n/templates/lib.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\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" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/private.pot b/l10n/templates/private.pot index 2e290614072..250fadf1831 100644 --- a/l10n/templates/private.pot +++ b/l10n/templates/private.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\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" "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 1d3d94cf1bc..e8fb417a519 100644 --- a/l10n/templates/settings.pot +++ b/l10n/templates/settings.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\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" "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 abb6a7a59de..1191a2c59e2 100644 --- a/l10n/templates/user_ldap.pot +++ b/l10n/templates/user_ldap.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\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" "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 30feec22ba8..4268d7b5d4b 100644 --- a/l10n/templates/user_webdavauth.pot +++ b/l10n/templates/user_webdavauth.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\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" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/tr/files.po b/l10n/tr/files.po index 89f82eb48b5..966906608b3 100644 --- a/l10n/tr/files.po +++ b/l10n/tr/files.po @@ -6,13 +6,13 @@ # alicanbatur <alicanbatur@hotmail.com>, 2013 # ismail yenigül <ismail.yenigul@surgate.com>, 2013 # tridinebandim, 2013 -# volkangezer <volkangezer@gmail.com>, 2013 +# volkangezer <volkangezer@gmail.com>, 2013-2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-01-02 01:55-0500\n" -"PO-Revision-Date: 2013-12-31 15:40+0000\n" +"POT-Creation-Date: 2014-01-06 01:55-0500\n" +"PO-Revision-Date: 2014-01-05 16:40+0000\n" "Last-Translator: volkangezer <volkangezer@gmail.com>\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" @@ -316,7 +316,7 @@ msgstr "Yükle" #: templates/admin.php:5 msgid "File handling" -msgstr "Dosya taşıma" +msgstr "Dosya iÅŸlemleri" #: templates/admin.php:7 msgid "Maximum upload size" diff --git a/l10n/tr/lib.po b/l10n/tr/lib.po index 8aef1c95bbc..3237785ad46 100644 --- a/l10n/tr/lib.po +++ b/l10n/tr/lib.po @@ -6,13 +6,13 @@ # Caner BAÅžARAN <basaran.caner@gmail.com>, 2013 # ismail yenigül <ismail.yenigul@surgate.com>, 2013 # tridinebandim, 2013 -# volkangezer <volkangezer@gmail.com>, 2013 +# volkangezer <volkangezer@gmail.com>, 2013-2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-01-02 01:55-0500\n" -"PO-Revision-Date: 2013-12-31 15:40+0000\n" +"POT-Creation-Date: 2014-01-06 01:55-0500\n" +"PO-Revision-Date: 2014-01-05 16:40+0000\n" "Last-Translator: volkangezer <volkangezer@gmail.com>\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" @@ -67,7 +67,7 @@ msgstr "Geçersiz resim" #: private/defaults.php:34 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 #, php-format diff --git a/l10n/tr/settings.po b/l10n/tr/settings.po index 32ed182dcfd..80560004a5e 100644 --- a/l10n/tr/settings.po +++ b/l10n/tr/settings.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-01-04 01:55-0500\n" -"PO-Revision-Date: 2014-01-03 14:10+0000\n" +"POT-Creation-Date: 2014-01-06 01:55-0500\n" +"PO-Revision-Date: 2014-01-05 16:40+0000\n" "Last-Translator: volkangezer <volkangezer@gmail.com>\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" @@ -344,7 +344,7 @@ msgstr "Yüklenen her sayfa ile bir görev çalıştır" msgid "" "cron.php is registered at a webcron service to call cron.php every 15 " "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 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 msgid "" "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 msgid "Allow resharing" @@ -414,14 +414,14 @@ msgstr "HTTPS baÄŸlantısına zorla" #: templates/admin.php:236 #, php-format 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 #, php-format msgid "" "Please connect to your %s via HTTPS to enable or disable the SSL " "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 msgid "Log" diff --git a/lib/l10n/be.php b/lib/l10n/be.php index 1570411eb86..b1cf270aba2 100644 --- a/lib/l10n/be.php +++ b/lib/l10n/be.php @@ -1,8 +1,15 @@ <?php $TRANSLATIONS = array( +"Settings" => "Ðалады", +"seconds ago" => "Секунд таму", "_%n minute ago_::_%n minutes ago_" => array("","","",""), "_%n hour ago_::_%n hours ago_" => array("","","",""), +"today" => "СённÑ", +"yesterday" => "Ўчора", "_%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);"; diff --git a/lib/l10n/tr.php b/lib/l10n/tr.php index 0439ddab6a2..7d25836f7d8 100644 --- a/lib/l10n/tr.php +++ b/lib/l10n/tr.php @@ -10,7 +10,7 @@ $TRANSLATIONS = array( "Failed to upgrade \"%s\"." => "\"%s\" yükseltme baÅŸarısız oldu.", "Unknown filetype" => "Bilinmeyen dosya türü", "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\" açılamıyor", "ZIP download is turned off." => "ZIP indirmeleri kapatıldı.", "Files need to be downloaded one by one." => "Dosyaların birer birer indirilmesi gerekmektedir.", diff --git a/settings/l10n/be.php b/settings/l10n/be.php new file mode 100644 index 00000000000..6a34f1fe246 --- /dev/null +++ b/settings/l10n/be.php @@ -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);"; diff --git a/settings/l10n/ru.php b/settings/l10n/ru.php index 8b6a075002f..8a9ae156f1a 100644 --- a/settings/l10n/ru.php +++ b/settings/l10n/ru.php @@ -64,6 +64,7 @@ $TRANSLATIONS = array( "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 или новее, так как Ñтарые верÑии работают не корректно. Вполне возможно, что Ñта уÑтановка не работает должным образом.", "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." => "Ðто значит, что могут быть проблемы Ñ Ð½ÐµÐºÐ¾Ñ‚Ð¾Ñ€Ñ‹Ð¼Ð¸ Ñимволами в именах файлов.", "We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Мы наÑтоÑтельно рекомендуем уÑтановить требуемые пакеты в ÑиÑтему, Ð´Ð»Ñ Ð¿Ð¾Ð´Ð´ÐµÑ€Ð¶ÐºÐ¸ одной из Ñледующих локалей: %s.", "Internet connection not working" => "Интернет-Ñоединение не работает", @@ -124,6 +125,7 @@ $TRANSLATIONS = array( "Select new from Files" => "Выберите новый из файлов", "Remove image" => "Удалить изображение", "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" => "Отмена", "Choose as profile image" => "Выберите изображение профилÑ", "Language" => "Язык", diff --git a/settings/l10n/tr.php b/settings/l10n/tr.php index 97a46a02dbd..211b87d79d5 100644 --- a/settings/l10n/tr.php +++ b/settings/l10n/tr.php @@ -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.", "Cron" => "Cron", "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.", "Sharing" => "Paylaşım", "Enable Share API" => "Paylaşım API'sini etkinleÅŸtir", @@ -79,7 +79,7 @@ $TRANSLATIONS = array( "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 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 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", @@ -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", "Security" => "Güvenlik", "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.", -"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.", +"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.", "Log" => "Günlük", "Log level" => "Günlük seviyesi", "More" => "Daha fazla", -- GitLab