diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-07-02 01:54:53 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-07-02 01:54:53 -0400 |
commit | b0bad03234329113988d7d9c9cf2613d8f031c5f (patch) | |
tree | f60fc70b8b890c7196b5c4f2e05a39e885b0e025 /apps | |
parent | 027715f9acba4dc314a7e4c63ac41a58d4e33f22 (diff) | |
download | nextcloud-server-b0bad03234329113988d7d9c9cf2613d8f031c5f.tar.gz nextcloud-server-b0bad03234329113988d7d9c9cf2613d8f031c5f.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r-- | apps/comments/l10n/tr.js | 3 | ||||
-rw-r--r-- | apps/comments/l10n/tr.json | 3 | ||||
-rw-r--r-- | apps/federatedfilesharing/l10n/tr.js | 1 | ||||
-rw-r--r-- | apps/federatedfilesharing/l10n/tr.json | 1 | ||||
-rw-r--r-- | apps/files/l10n/tr.js | 4 | ||||
-rw-r--r-- | apps/files/l10n/tr.json | 4 | ||||
-rw-r--r-- | apps/files_external/l10n/tr.js | 2 | ||||
-rw-r--r-- | apps/files_external/l10n/tr.json | 2 | ||||
-rw-r--r-- | apps/files_sharing/l10n/tr.js | 17 | ||||
-rw-r--r-- | apps/files_sharing/l10n/tr.json | 17 | ||||
-rw-r--r-- | apps/systemtags/l10n/uk.js | 21 | ||||
-rw-r--r-- | apps/systemtags/l10n/uk.json | 21 | ||||
-rw-r--r-- | apps/updatenotification/l10n/tr.js | 2 | ||||
-rw-r--r-- | apps/updatenotification/l10n/tr.json | 2 | ||||
-rw-r--r-- | apps/updatenotification/l10n/uk.js | 11 | ||||
-rw-r--r-- | apps/updatenotification/l10n/uk.json | 11 |
16 files changed, 120 insertions, 2 deletions
diff --git a/apps/comments/l10n/tr.js b/apps/comments/l10n/tr.js index dbbf03908b9..4755f871461 100644 --- a/apps/comments/l10n/tr.js +++ b/apps/comments/l10n/tr.js @@ -12,6 +12,9 @@ OC.L10N.register( "More comments..." : "Daha fazla yorum...", "Save" : "Kaydet", "Allowed characters {count} of {max}" : "İzin verilen karakterler {count}/{max}", + "Error occurred while retrieving comment with id {id}" : "id {id} ile yorum alınırken hata oluştu", + "Error occurred while updating comment with id {id}" : "id {id} ile yorumu güncellerken hata oluştu", + "Error occurred while posting comment" : "Yorum gönderilirken hata oluştu", "{count} unread comments" : "{count} okunmamış yorum", "Comment" : "Yorum", "You commented" : "Yorum yaptınız", diff --git a/apps/comments/l10n/tr.json b/apps/comments/l10n/tr.json index b26e51a02a8..ed38bbb8d0f 100644 --- a/apps/comments/l10n/tr.json +++ b/apps/comments/l10n/tr.json @@ -10,6 +10,9 @@ "More comments..." : "Daha fazla yorum...", "Save" : "Kaydet", "Allowed characters {count} of {max}" : "İzin verilen karakterler {count}/{max}", + "Error occurred while retrieving comment with id {id}" : "id {id} ile yorum alınırken hata oluştu", + "Error occurred while updating comment with id {id}" : "id {id} ile yorumu güncellerken hata oluştu", + "Error occurred while posting comment" : "Yorum gönderilirken hata oluştu", "{count} unread comments" : "{count} okunmamış yorum", "Comment" : "Yorum", "You commented" : "Yorum yaptınız", diff --git a/apps/federatedfilesharing/l10n/tr.js b/apps/federatedfilesharing/l10n/tr.js index e8d9fb2de35..41362d22008 100644 --- a/apps/federatedfilesharing/l10n/tr.js +++ b/apps/federatedfilesharing/l10n/tr.js @@ -5,6 +5,7 @@ OC.L10N.register( "Invalid Federated Cloud ID" : "Geçersiz Birleşmiş Bulut Kimliği", "Sharing %s failed, because this item is already shared with %s" : "%s paylaşımı, %s ile zaten paylaşıldığından dolayı başarısız oldu", "Not allowed to create a federated share with the same user" : "Aynı kullanıcı ile bir birleşmiş paylaşım oluşturulamaz", + "File is already shared with %s" : "Dosya önceden %s ile paylaşıldı", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "%s paylaşımı başarısız. %s bulunamadı veya sunucu şu anda ulaşılamıyor olabilir.", "Accept" : "Kabul et", "Decline" : "Reddet", diff --git a/apps/federatedfilesharing/l10n/tr.json b/apps/federatedfilesharing/l10n/tr.json index 5e51b3434c3..ecf8ba009db 100644 --- a/apps/federatedfilesharing/l10n/tr.json +++ b/apps/federatedfilesharing/l10n/tr.json @@ -3,6 +3,7 @@ "Invalid Federated Cloud ID" : "Geçersiz Birleşmiş Bulut Kimliği", "Sharing %s failed, because this item is already shared with %s" : "%s paylaşımı, %s ile zaten paylaşıldığından dolayı başarısız oldu", "Not allowed to create a federated share with the same user" : "Aynı kullanıcı ile bir birleşmiş paylaşım oluşturulamaz", + "File is already shared with %s" : "Dosya önceden %s ile paylaşıldı", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "%s paylaşımı başarısız. %s bulunamadı veya sunucu şu anda ulaşılamıyor olabilir.", "Accept" : "Kabul et", "Decline" : "Reddet", diff --git a/apps/files/l10n/tr.js b/apps/files/l10n/tr.js index e878fdda386..19c74ccac6f 100644 --- a/apps/files/l10n/tr.js +++ b/apps/files/l10n/tr.js @@ -21,6 +21,7 @@ OC.L10N.register( "Invalid directory." : "Geçersiz dizin.", "Files" : "Dosyalar", "All files" : "Tüm dosyalar", + "File could not be found" : "Dosya bulunamadı", "Home" : "Ev", "Close" : "Kapat", "Favorites" : "Sık kullanılanlar", @@ -32,6 +33,7 @@ OC.L10N.register( "Could not get result from server." : "Sunucudan sonuç alınamadı.", "Uploading..." : "Yükleniyor...", "..." : "...", + "Soon..." : "Yakında...", "File upload is in progress. Leaving the page now will cancel the upload." : "Dosya yükleme işlemi sürüyor. Şu anda sayfadan ayrılmak yükleme işlemini iptal edecek.", "Actions" : "Eylemler", "Download" : "İndir", @@ -77,6 +79,7 @@ OC.L10N.register( "_%n byte_::_%n bytes_" : ["%n bayt","%n bayt"], "Favorited" : "Sık kullanılanlara eklendi", "Favorite" : "Sık kullanılan", + "Local link" : "Yerel bağlantı", "Folder" : "Klasör", "New folder" : "Yeni klasör", "{newname} already exists" : "{newname} zaten mevcut", @@ -107,6 +110,7 @@ OC.L10N.register( "With PHP-FPM it might take 5 minutes for changes to be applied." : "PHP-FPM ile değişikliklerin uygulanması 5 dakika sürebilir.", "Missing permissions to edit from here." : "Buradan düzenleme için eksik yetki.", "Settings" : "Ayarlar", + "Show hidden files" : "Gizli dosyaları göster", "WebDAV" : "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Dosyalarınıza WebDAV ile erişmek için <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">bu adresi kullanın</a>", "No files in here" : "Burada hiç dosya yok", diff --git a/apps/files/l10n/tr.json b/apps/files/l10n/tr.json index 38e78fc6e6f..ffa7195d88e 100644 --- a/apps/files/l10n/tr.json +++ b/apps/files/l10n/tr.json @@ -19,6 +19,7 @@ "Invalid directory." : "Geçersiz dizin.", "Files" : "Dosyalar", "All files" : "Tüm dosyalar", + "File could not be found" : "Dosya bulunamadı", "Home" : "Ev", "Close" : "Kapat", "Favorites" : "Sık kullanılanlar", @@ -30,6 +31,7 @@ "Could not get result from server." : "Sunucudan sonuç alınamadı.", "Uploading..." : "Yükleniyor...", "..." : "...", + "Soon..." : "Yakında...", "File upload is in progress. Leaving the page now will cancel the upload." : "Dosya yükleme işlemi sürüyor. Şu anda sayfadan ayrılmak yükleme işlemini iptal edecek.", "Actions" : "Eylemler", "Download" : "İndir", @@ -75,6 +77,7 @@ "_%n byte_::_%n bytes_" : ["%n bayt","%n bayt"], "Favorited" : "Sık kullanılanlara eklendi", "Favorite" : "Sık kullanılan", + "Local link" : "Yerel bağlantı", "Folder" : "Klasör", "New folder" : "Yeni klasör", "{newname} already exists" : "{newname} zaten mevcut", @@ -105,6 +108,7 @@ "With PHP-FPM it might take 5 minutes for changes to be applied." : "PHP-FPM ile değişikliklerin uygulanması 5 dakika sürebilir.", "Missing permissions to edit from here." : "Buradan düzenleme için eksik yetki.", "Settings" : "Ayarlar", + "Show hidden files" : "Gizli dosyaları göster", "WebDAV" : "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Dosyalarınıza WebDAV ile erişmek için <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">bu adresi kullanın</a>", "No files in here" : "Burada hiç dosya yok", diff --git a/apps/files_external/l10n/tr.js b/apps/files_external/l10n/tr.js index 1f9c41eccb9..b0a1a3e104e 100644 --- a/apps/files_external/l10n/tr.js +++ b/apps/files_external/l10n/tr.js @@ -7,6 +7,8 @@ OC.L10N.register( "Step 1 failed. Exception: %s" : "Adım 1 başarısız. Özel durum: %s", "Step 2 failed. Exception: %s" : "Adım 2 başarısız. Özel durum: %s", "External storage" : "Harici depolama", + "Dropbox App Configuration" : "Dropbox'u yapılandır", + "Google Drive App Configuration" : "Google Drive'ı yapılandır", "Personal" : "Kişisel", "System" : "Sistem", "Grant access" : "Erişimi sağla", diff --git a/apps/files_external/l10n/tr.json b/apps/files_external/l10n/tr.json index ec68bd7447e..5d49af077e1 100644 --- a/apps/files_external/l10n/tr.json +++ b/apps/files_external/l10n/tr.json @@ -5,6 +5,8 @@ "Step 1 failed. Exception: %s" : "Adım 1 başarısız. Özel durum: %s", "Step 2 failed. Exception: %s" : "Adım 2 başarısız. Özel durum: %s", "External storage" : "Harici depolama", + "Dropbox App Configuration" : "Dropbox'u yapılandır", + "Google Drive App Configuration" : "Google Drive'ı yapılandır", "Personal" : "Kişisel", "System" : "Sistem", "Grant access" : "Erişimi sağla", diff --git a/apps/files_sharing/l10n/tr.js b/apps/files_sharing/l10n/tr.js index 6af903a1bed..652ff6565bd 100644 --- a/apps/files_sharing/l10n/tr.js +++ b/apps/files_sharing/l10n/tr.js @@ -27,6 +27,23 @@ OC.L10N.register( "Invalid ownCloud url" : "Geçersiz ownCloud adresi", "Shared by" : "Paylaşan", "Sharing" : "Paylaşım", + "Share API is disabled" : "API paylaşımı devre dışı", + "Wrong share ID, share doesn't exist" : "Yanlış kimlik paylaşımı, paylaşım mevcut değil", + "Could not delete share" : "Paylaşım silinemedi", + "Please specify a valid user" : "Lütfen geçerli bir kullanıcı belirtin", + "Group sharing is disabled by the administrator" : "Topluluk paylaşımı yönetici yarafından devre dışı bırakıldı.", + "Please specify a valid group" : "Lütfen geçerli bir topluluk belirtin", + "Public link sharing is disabled by the administrator" : "Genel bağlantı paylaşımı yöneticiniz tarafından devre dışı bırakıldı .", + "Public upload disabled by the administrator" : "Genel kaşıya yükleme yöneticiniz tarafından devre dışı bırakıldı .", + "Public upload is only possible for publicly shared folders" : "Genel karşıya yüklemeler sadece genel paylaşılmış dosyalar için mümkündür.", + "Invalid date, date format must be YYYY-MM-DD" : "Geçersiz tarih, tarih formatı YIL-AY-GÜN şeklinde olmalı", + "Sharing %s failed because the back end does not allow shares from type %s" : "Arka uç %s türündeki paylaşımlara izin vermediğinden %s paylaşımı başarısız", + "Unknown share type" : "Bilinmeyen paylaşın türü", + "Not a directory" : "Herhangi bir dizin yok", + "Could not lock path" : "Yol bulunamadı", + "Can't change permissions for public share links" : "Genel paylaşılan bağlantılar için izin değiştirilemiyor", + "Wrong or no update parameter given" : "Verilen parametreler hatalı veya yok", + "Cannot increase permissions" : "İzinler yükseltilemiyor", "A file or folder has been <strong>shared</strong>" : "Bir dosya veya klasör <strong>paylaşıldı</strong>", "A file or folder was shared from <strong>another server</strong>" : "<strong>Başka sunucudan</strong> bir dosya veya klasör paylaşıldı", "A public shared file or folder was <strong>downloaded</strong>" : "Herkese açık paylaşılan bir dosya veya klasör <strong>indirildi</strong>", diff --git a/apps/files_sharing/l10n/tr.json b/apps/files_sharing/l10n/tr.json index d6cbbd59096..ffe418e79cd 100644 --- a/apps/files_sharing/l10n/tr.json +++ b/apps/files_sharing/l10n/tr.json @@ -25,6 +25,23 @@ "Invalid ownCloud url" : "Geçersiz ownCloud adresi", "Shared by" : "Paylaşan", "Sharing" : "Paylaşım", + "Share API is disabled" : "API paylaşımı devre dışı", + "Wrong share ID, share doesn't exist" : "Yanlış kimlik paylaşımı, paylaşım mevcut değil", + "Could not delete share" : "Paylaşım silinemedi", + "Please specify a valid user" : "Lütfen geçerli bir kullanıcı belirtin", + "Group sharing is disabled by the administrator" : "Topluluk paylaşımı yönetici yarafından devre dışı bırakıldı.", + "Please specify a valid group" : "Lütfen geçerli bir topluluk belirtin", + "Public link sharing is disabled by the administrator" : "Genel bağlantı paylaşımı yöneticiniz tarafından devre dışı bırakıldı .", + "Public upload disabled by the administrator" : "Genel kaşıya yükleme yöneticiniz tarafından devre dışı bırakıldı .", + "Public upload is only possible for publicly shared folders" : "Genel karşıya yüklemeler sadece genel paylaşılmış dosyalar için mümkündür.", + "Invalid date, date format must be YYYY-MM-DD" : "Geçersiz tarih, tarih formatı YIL-AY-GÜN şeklinde olmalı", + "Sharing %s failed because the back end does not allow shares from type %s" : "Arka uç %s türündeki paylaşımlara izin vermediğinden %s paylaşımı başarısız", + "Unknown share type" : "Bilinmeyen paylaşın türü", + "Not a directory" : "Herhangi bir dizin yok", + "Could not lock path" : "Yol bulunamadı", + "Can't change permissions for public share links" : "Genel paylaşılan bağlantılar için izin değiştirilemiyor", + "Wrong or no update parameter given" : "Verilen parametreler hatalı veya yok", + "Cannot increase permissions" : "İzinler yükseltilemiyor", "A file or folder has been <strong>shared</strong>" : "Bir dosya veya klasör <strong>paylaşıldı</strong>", "A file or folder was shared from <strong>another server</strong>" : "<strong>Başka sunucudan</strong> bir dosya veya klasör paylaşıldı", "A public shared file or folder was <strong>downloaded</strong>" : "Herkese açık paylaşılan bir dosya veya klasör <strong>indirildi</strong>", diff --git a/apps/systemtags/l10n/uk.js b/apps/systemtags/l10n/uk.js index 41e3aa8c376..537bc8f616e 100644 --- a/apps/systemtags/l10n/uk.js +++ b/apps/systemtags/l10n/uk.js @@ -2,6 +2,27 @@ OC.L10N.register( "systemtags", { "Tags" : "Теги", + "Tagged files" : "Відмічені файли", + "Select tags to filter by" : "Виберіть теги по яких буде виконано відбір", + "Please select tags to filter by" : "Будь ласка виберіть теги по яких буде виконано вибірку", + "No files found for the selected tags" : "Не знайдено жодного файла з цими тегами", + "<strong>System tags</strong> for a file have been modified" : "<strong>Системні теги</strong> для файлу були змінені", + "You assigned system tag %3$s" : "Ви призначили системний тег %3$s", + "%1$s assigned system tag %3$s" : "%1$s призначений системний тег %3$s", + "You unassigned system tag %3$s" : "Ви зняли системний тег %3$s", + "%1$s unassigned system tag %3$s" : "%1$s знятий системний тег %3$s", + "You created system tag %2$s" : "Ви створили системний тег %2$s", + "%1$s created system tag %2$s" : "%1$s створений системний тег %2$s", + "You deleted system tag %2$s" : "Ви видалили системний тег %2$s", + "%1$s deleted system tag %2$s" : "%1$s видалений системний тег %2$s", + "You updated system tag %3$s to %2$s" : "Ви змінили системний тег %3$s на %2$s", + "%1$s updated system tag %3$s to %2$s" : "%1$s змінений системний тег %3$s to %2$s", + "You assigned system tag %3$s to %2$s" : "Ви призначили системний тег %3$s для %2$s", + "%1$s assigned system tag %3$s to %2$s" : "%1$s призначено системний тег %3$s для %2$s", + "You unassigned system tag %3$s from %2$s" : "Ви зняли позначку %3$s з %2$s", + "%1$s unassigned system tag %3$s from %2$s" : "%1$s знято системний тег %3$s з %2$s", + "%s (restricted)" : "%s (доступ обмежено)", + "%s (invisible)" : "%s (невидимий)", "No files in here" : "Тут немає файлів", "No entries found in this folder" : "В цій теці нічого немає", "Name" : "Ім’я", diff --git a/apps/systemtags/l10n/uk.json b/apps/systemtags/l10n/uk.json index 875eb0633f5..2df498c7e68 100644 --- a/apps/systemtags/l10n/uk.json +++ b/apps/systemtags/l10n/uk.json @@ -1,5 +1,26 @@ { "translations": { "Tags" : "Теги", + "Tagged files" : "Відмічені файли", + "Select tags to filter by" : "Виберіть теги по яких буде виконано відбір", + "Please select tags to filter by" : "Будь ласка виберіть теги по яких буде виконано вибірку", + "No files found for the selected tags" : "Не знайдено жодного файла з цими тегами", + "<strong>System tags</strong> for a file have been modified" : "<strong>Системні теги</strong> для файлу були змінені", + "You assigned system tag %3$s" : "Ви призначили системний тег %3$s", + "%1$s assigned system tag %3$s" : "%1$s призначений системний тег %3$s", + "You unassigned system tag %3$s" : "Ви зняли системний тег %3$s", + "%1$s unassigned system tag %3$s" : "%1$s знятий системний тег %3$s", + "You created system tag %2$s" : "Ви створили системний тег %2$s", + "%1$s created system tag %2$s" : "%1$s створений системний тег %2$s", + "You deleted system tag %2$s" : "Ви видалили системний тег %2$s", + "%1$s deleted system tag %2$s" : "%1$s видалений системний тег %2$s", + "You updated system tag %3$s to %2$s" : "Ви змінили системний тег %3$s на %2$s", + "%1$s updated system tag %3$s to %2$s" : "%1$s змінений системний тег %3$s to %2$s", + "You assigned system tag %3$s to %2$s" : "Ви призначили системний тег %3$s для %2$s", + "%1$s assigned system tag %3$s to %2$s" : "%1$s призначено системний тег %3$s для %2$s", + "You unassigned system tag %3$s from %2$s" : "Ви зняли позначку %3$s з %2$s", + "%1$s unassigned system tag %3$s from %2$s" : "%1$s знято системний тег %3$s з %2$s", + "%s (restricted)" : "%s (доступ обмежено)", + "%s (invisible)" : "%s (невидимий)", "No files in here" : "Тут немає файлів", "No entries found in this folder" : "В цій теці нічого немає", "Name" : "Ім’я", diff --git a/apps/updatenotification/l10n/tr.js b/apps/updatenotification/l10n/tr.js index aa4ec123f96..14d503b45da 100644 --- a/apps/updatenotification/l10n/tr.js +++ b/apps/updatenotification/l10n/tr.js @@ -1,8 +1,10 @@ OC.L10N.register( "updatenotification", { + "Update notifications" : "Bildirimleri güncelle", "{version} is available. Get more information on how to update." : "Sürüm {version} hazır. Nasıl güncelleyeceğinizle ilgili daha fazla bilgi alın.", "Updated channel" : "Kanal güncellendi", + "ownCloud core" : "ownCloud çekirdeği", "Updater" : "Güncelleyici", "A new version is available: %s" : "Yeni bir sürüm mevcut: %s", "Open updater" : "Güncelleyiciyi aç", diff --git a/apps/updatenotification/l10n/tr.json b/apps/updatenotification/l10n/tr.json index 6c1514e659a..198714112d6 100644 --- a/apps/updatenotification/l10n/tr.json +++ b/apps/updatenotification/l10n/tr.json @@ -1,6 +1,8 @@ { "translations": { + "Update notifications" : "Bildirimleri güncelle", "{version} is available. Get more information on how to update." : "Sürüm {version} hazır. Nasıl güncelleyeceğinizle ilgili daha fazla bilgi alın.", "Updated channel" : "Kanal güncellendi", + "ownCloud core" : "ownCloud çekirdeği", "Updater" : "Güncelleyici", "A new version is available: %s" : "Yeni bir sürüm mevcut: %s", "Open updater" : "Güncelleyiciyi aç", diff --git a/apps/updatenotification/l10n/uk.js b/apps/updatenotification/l10n/uk.js index 4405c965360..8f4529751c4 100644 --- a/apps/updatenotification/l10n/uk.js +++ b/apps/updatenotification/l10n/uk.js @@ -1,9 +1,18 @@ OC.L10N.register( "updatenotification", { + "Update notifications" : "Сповіщення про оновлення", "{version} is available. Get more information on how to update." : "{version} доступна. Отримати більш детальну інформацію про те, як оновити.", + "Updated channel" : "Канал оновлено", + "ownCloud core" : "Ядро ownCloud", + "Update for %1$s to version %2$s is available." : "Доступне оновлення з версії %1$s до %2$s.", "Updater" : "Оновлення", "A new version is available: %s" : "Доступна нова версія: %s", - "Update channel:" : "Канал оновлення:" + "Open updater" : "Відкрити меню оновлення", + "Your version is up to date." : "Ви використовуєте останню версію ownCloud.", + "Checked on %s" : "Остання провірка відбулася %s", + "Update channel:" : "Канал оновлення:", + "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Ви завжди зможите оновити ownCloud до новішої версії або перейти на тестову версію. Але ви не зможите встановити старішу версію або перейти на стабільний канал.", + "Notify members of the following groups about available updates:" : "Сповіщяти учасників даної групи про доступні оновлення." }, "nplurals=3; 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/updatenotification/l10n/uk.json b/apps/updatenotification/l10n/uk.json index 5444d30759c..1de4530fa74 100644 --- a/apps/updatenotification/l10n/uk.json +++ b/apps/updatenotification/l10n/uk.json @@ -1,7 +1,16 @@ { "translations": { + "Update notifications" : "Сповіщення про оновлення", "{version} is available. Get more information on how to update." : "{version} доступна. Отримати більш детальну інформацію про те, як оновити.", + "Updated channel" : "Канал оновлено", + "ownCloud core" : "Ядро ownCloud", + "Update for %1$s to version %2$s is available." : "Доступне оновлення з версії %1$s до %2$s.", "Updater" : "Оновлення", "A new version is available: %s" : "Доступна нова версія: %s", - "Update channel:" : "Канал оновлення:" + "Open updater" : "Відкрити меню оновлення", + "Your version is up to date." : "Ви використовуєте останню версію ownCloud.", + "Checked on %s" : "Остання провірка відбулася %s", + "Update channel:" : "Канал оновлення:", + "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Ви завжди зможите оновити ownCloud до новішої версії або перейти на тестову версію. Але ви не зможите встановити старішу версію або перейти на стабільний канал.", + "Notify members of the following groups about available updates:" : "Сповіщяти учасників даної групи про доступні оновлення." },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" }
\ No newline at end of file |