diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-03-09 01:54:36 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-03-09 01:54:36 -0400 |
commit | 174f8cef6489e6f2d43dad2ea515646937cc6442 (patch) | |
tree | dcff7166f0b841ed48f9bd18c3e513cfce60ac63 /lib/l10n | |
parent | 377165ae51b38cd1822974635a91f81de46f3c92 (diff) | |
download | nextcloud-server-174f8cef6489e6f2d43dad2ea515646937cc6442.tar.gz nextcloud-server-174f8cef6489e6f2d43dad2ea515646937cc6442.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/sr.js | 2 | ||||
-rw-r--r-- | lib/l10n/sr.json | 2 | ||||
-rw-r--r-- | lib/l10n/tr.js | 2 | ||||
-rw-r--r-- | lib/l10n/tr.json | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/lib/l10n/sr.js b/lib/l10n/sr.js index 8d71871cae2..8c2fa582be5 100644 --- a/lib/l10n/sr.js +++ b/lib/l10n/sr.js @@ -6,6 +6,8 @@ OC.L10N.register( "Users" : "Корисници", "Admin" : "Администратор", "Recommended" : "Препоручено", + "Unknown filetype" : "Непознат тип фајла", + "Invalid image" : "Неисправна слика", "today" : "данас", "yesterday" : "јуче", "_%n day ago_::_%n days ago_" : ["пре %n дан","пре %n дана","пре %n дана"], diff --git a/lib/l10n/sr.json b/lib/l10n/sr.json index 9188b980665..d30ac876df4 100644 --- a/lib/l10n/sr.json +++ b/lib/l10n/sr.json @@ -4,6 +4,8 @@ "Users" : "Корисници", "Admin" : "Администратор", "Recommended" : "Препоручено", + "Unknown filetype" : "Непознат тип фајла", + "Invalid image" : "Неисправна слика", "today" : "данас", "yesterday" : "јуче", "_%n day ago_::_%n days ago_" : ["пре %n дан","пре %n дана","пре %n дана"], diff --git a/lib/l10n/tr.js b/lib/l10n/tr.js index ba6cc4fac96..748b6c19e9b 100644 --- a/lib/l10n/tr.js +++ b/lib/l10n/tr.js @@ -22,6 +22,8 @@ OC.L10N.register( "Users" : "Kullanıcılar", "Admin" : "Yönetici", "Recommended" : "Önerilen", + "App \"%s\" cannot be installed because it is not compatible with this version of ownCloud." : "ownCloud yazılımının bu sürümü ile uyumlu olmadığı için \"%s\" uygulaması kurulamaz.", + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "\"%s\" uygulaması, şu bağımlılıklar sağlanmadığı için yüklenemiyor: %s", "No app name specified" : "Uygulama adı belirtilmedi", "Unknown filetype" : "Bilinmeyen dosya türü", "Invalid image" : "Geçersiz resim", diff --git a/lib/l10n/tr.json b/lib/l10n/tr.json index 24d77ee6d2b..b62d07f3ac0 100644 --- a/lib/l10n/tr.json +++ b/lib/l10n/tr.json @@ -20,6 +20,8 @@ "Users" : "Kullanıcılar", "Admin" : "Yönetici", "Recommended" : "Önerilen", + "App \"%s\" cannot be installed because it is not compatible with this version of ownCloud." : "ownCloud yazılımının bu sürümü ile uyumlu olmadığı için \"%s\" uygulaması kurulamaz.", + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "\"%s\" uygulaması, şu bağımlılıklar sağlanmadığı için yüklenemiyor: %s", "No app name specified" : "Uygulama adı belirtilmedi", "Unknown filetype" : "Bilinmeyen dosya türü", "Invalid image" : "Geçersiz resim", |